Searched refs:NodeVector (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java31 import com.sun.org.apache.xml.internal.utils.NodeVector;
67 protected NodeVector getVector() {
68 NodeVector nv = (m_cache != null) ? m_cache.getVector() : null;
85 protected void SetVector(NodeVector v)
97 final NodeVector nv = getVector();
121 NodeVector nv = getVector();
152 * The DTMManager to use if we're using a NodeVector only.
153 * We may well want to do away with this, and store it in the NodeVector.
182 if (nodeVector instanceof NodeVector) {
183 SetVector((NodeVector) nodeVecto
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNodeVector.java21 * $Id: NodeVector.java,v 1.2.4.1 2005/09/15 08:15:50 suresh_emailid Exp $
33 public class NodeVector implements Serializable, Cloneable class in inherits:Serializable,Cloneable
50 * Number of nodes in this NodeVector.
64 public NodeVector() method in class:NodeVector
71 * Construct a NodeVector, using the given block size.
75 public NodeVector(int blocksize) method in class:NodeVector
91 NodeVector clone = (NodeVector) super.clone();
106 * @return Number of nodes in this NodeVector
396 * @param nodes NodeVector t
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java30 import com.sun.org.apache.xml.internal.utils.NodeVector;
39 * <p>The NodeSetDTM class can act as either a NodeVector,
41 * act as a NodeVector or NodeList, it's required that
62 public class NodeSetDTM extends NodeVector
931 public void appendNodes(NodeVector nodes)
H A DXPathContext.java46 import com.sun.org.apache.xml.internal.utils.NodeVector;
714 // private NodeVector m_currentNodes = new NodeVector();
843 private NodeVector m_iteratorRoots = new NodeVector();
846 private NodeVector m_predicateRoots = new NodeVector();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java1592 com.sun.org.apache.xml.internal.utils.NodeVector m_ancestors =
1593 new com.sun.org.apache.xml.internal.utils.NodeVector();

Completed in 40 milliseconds