net.sourceforge.jeuclid.dom
Class AbstractPartialNodeImpl.NodeList
java.lang.Object
net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl.NodeList
- All Implemented Interfaces:
- NodeList
- Enclosing class:
- AbstractPartialNodeImpl
public static class AbstractPartialNodeImpl.NodeList
- extends Object
- implements NodeList
- See Also:
NodeList
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPartialNodeImpl.NodeList
protected AbstractPartialNodeImpl.NodeList(List<Node> childs)
- default constructor.
- Parameters:
childs - list of children.
getLength
public final int getLength()
-
- Specified by:
getLength in interface NodeList
item
public final Node item(int index)
-
- Specified by:
item in interface NodeList
Copyright © 2002-2008 The JEuclid project. All Rights Reserved.