com.almende.emerge.visual.network.xml
Class XmlNodeList
java.lang.Object
com.almende.emerge.visual.network.xml.XmlNodeList
- All Implemented Interfaces:
- NodeList, nl.beautifulcode.reflexml.RefleXmlRegistry
public class XmlNodeList
- extends java.lang.Object
- implements NodeList, nl.beautifulcode.reflexml.RefleXmlRegistry
A list of links of a given type
- Version:
- $Revision: 432 $
- Author:
- Gerald de Jong
|
Method Summary |
void |
add(Node node)
|
Node |
get(int index)
|
java.lang.Object |
get(java.lang.String name)
|
int |
getCount()
|
int |
getIndex(java.lang.String id)
|
void |
put(java.lang.String name,
java.lang.Object object)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
count
public int count
content
public XmlNode[] content
XmlNodeList
public XmlNodeList()
add
public void add(Node node)
getCount
public int getCount()
- Specified by:
getCount in interface NodeList
get
public Node get(int index)
- Specified by:
get in interface NodeList
getIndex
public int getIndex(java.lang.String id)
- Specified by:
getIndex in interface NodeList
put
public void put(java.lang.String name,
java.lang.Object object)
- Specified by:
put in interface nl.beautifulcode.reflexml.RefleXmlRegistry
get
public java.lang.Object get(java.lang.String name)
- Specified by:
get in interface nl.beautifulcode.reflexml.RefleXmlRegistry