Public Member Functions

com.cosylab.logging.engine.VectorNodeList Class Reference

Inherits java::util::Vector< Node >, and org::w3c::dom::NodeList.

List of all members.

Public Member Functions

 VectorNodeList ()
 VectorNodeList (int initialCapacity)
 VectorNodeList (int initialCapacity, int capacityIncrement)
 VectorNodeList (Collection< Node > c)
int getLength ()
Node item (int i)

Detailed Description

This class provides a default implementation of org.w3c.dom.NodeList.


Constructor & Destructor Documentation

com.cosylab.logging.engine.VectorNodeList.VectorNodeList (  ) 

VectorNodeList constructor comment.

com.cosylab.logging.engine.VectorNodeList.VectorNodeList ( int  initialCapacity  ) 

VectorNodeList constructor comment.

Parameters:
initialCapacity int
com.cosylab.logging.engine.VectorNodeList.VectorNodeList ( int  initialCapacity,
int  capacityIncrement 
)

VectorNodeList constructor comment.

Parameters:
initialCapacity int
capacityIncrement int
com.cosylab.logging.engine.VectorNodeList.VectorNodeList ( Collection< Node >  c  ) 

VectorNodeList constructor comment.

Parameters:
c java.util.Collection

Member Function Documentation

int com.cosylab.logging.engine.VectorNodeList.getLength (  ) 

getLength method comment.

Node com.cosylab.logging.engine.VectorNodeList.item ( int  i  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties