XFA4J

com.adobe.xfa
Class NodeList

java.lang.Object
  extended by com.adobe.xfa.Obj
      extended by com.adobe.xfa.ListBase
          extended by com.adobe.xfa.NodeList

public abstract class NodeList
extends ListBase

A superclass to represent a list of nodes.


Constructor Summary
NodeList()
          Instantiates a node list.
 
Method Summary
abstract  java.lang.Object clone()
          Creates a copy of this node list.
abstract  Node getNamedItem(java.lang.String name)
          Gets the first child of this node list with the given name.
 
Methods inherited from class com.adobe.xfa.ListBase
append, insert, item, length, remove
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeList

public NodeList()
Instantiates a node list.

Method Detail

clone

public abstract java.lang.Object clone()
Creates a copy of this node list.

This method does not make copies of the underlying object implementations, it just place them in a new storage.

Overrides:
clone in class java.lang.Object
Returns:
a new node list.

getNamedItem

public abstract Node getNamedItem(java.lang.String name)
Gets the first child of this node list with the given name.

Parameters:
name - the name of the child node.
Returns:
the first child of this node with the given name.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.