org.apache.fop.dom
Class NodeListImpl


class NodeListImpl
implements NodeList


Field Summary
 (package private) Vectorvect
           

Constructor Summary
 (package private) NodeListImpl(Vector v)
           

Method Summary
 intgetLength()
           
 Nodeitem(int i)
           
 StringtoString()
           

Field Detail

vect

Vector vect
Constructor Detail

NodeListImpl

NodeListImpl(Vector v)
Method Detail

getLength

public int getLength()

item

public Node item(int i)

toString

public String toString()

Association Links

to Class java.util.Vector