|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.Obj
com.adobe.xfa.ListBase
com.adobe.xfa.NodeList
public abstract class NodeList
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 |
|---|
public NodeList()
| Method Detail |
|---|
public abstract java.lang.Object clone()
This method does not make copies of the underlying object implementations, it just place them in a new storage.
clone in class java.lang.Objectpublic abstract Node getNamedItem(java.lang.String name)
name - the name of the child node.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||