net.sourceforge.jeuclid.dom
Class AbstractPartialNodeImpl.NodeList

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractPartialNodeImpl.NodeList(List<Node> childs)
          default constructor.
 
Method Summary
 int getLength()
          
 Node item(int index)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPartialNodeImpl.NodeList

protected AbstractPartialNodeImpl.NodeList(List<Node> childs)
default constructor.

Parameters:
childs - list of children.
Method Detail

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.