HomeSort by relevance Sort by last modified time
    Searched refs:NodeVector (Results 1 - 11 of 11) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 29 import org.apache.xml.utils.NodeVector;
65 protected NodeVector getVector() {
66 NodeVector nv = (m_cache != null) ? m_cache.getVector() : null;
83 protected void SetVector(NodeVector v)
95 final NodeVector nv = getVector();
119 NodeVector nv = getVector();
150 * The DTMManager to use if we're using a NodeVector only.
151 * We may well want to do away with this, and store it in the NodeVector.
175 * @param nodeVector
177 public NodeSequence(Object nodeVector)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 19 * $Id: NodeVector.java 468655 2006-10-28 07:12:06Z minchau $
31 public class NodeVector implements Serializable, Cloneable
48 * Number of nodes in this NodeVector.
62 public NodeVector()
69 * Construct a NodeVector, using the given block size.
73 public NodeVector(int blocksize)
89 NodeVector clone = (NodeVector) super.clone();
104 * @return Number of nodes in this NodeVector
394 * @param nodes NodeVector to append to this lis
    [all...]
  /external/webkit/Source/WebCore/dom/
ContainerNode.cpp 53 typedef Vector<RefPtr<Node>, 1> NodeVector;
59 static inline void collectNodes(Node* node, NodeVector& nodes)
65 static void collectTargetNodes(Node* node, NodeVector& nodes)
81 NodeVector children;
126 NodeVector targets;
137 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
220 NodeVector targets;
230 for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
390 NodeVector children;
393 for (NodeVector::const_iterator it = children.begin(); it != children.end(); it++)
    [all...]
Range.cpp 665 typedef Vector<RefPtr<Node> > NodeVector;
744 NodeVector nodes;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 28 import org.apache.xml.utils.NodeVector;
37 * <p>The NodeSetDTM class can act as either a NodeVector,
39 * act as a NodeVector or NodeList, it's required that
60 public class NodeSetDTM extends NodeVector
929 public void appendNodes(NodeVector nodes)
    [all...]
XPathContext.java 44 import org.apache.xml.utils.NodeVector;
724 // private NodeVector m_currentNodes = new NodeVector();
853 private NodeVector m_iteratorRoots = new NodeVector();
856 private NodeVector m_predicateRoots = new NodeVector();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 37 import org.apache.xml.utils.NodeVector;
819 NodeVector ancestors =
977 NodeVector getMatchingAncestors(
    [all...]
  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp 58 typedef Vector<RefPtr<Node> > NodeVector;
688 NodeVector childNodes;
692 for (NodeVector::const_iterator it = childNodes.begin(); it != childNodes.end(); it++) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 79 import org.apache.xml.utils.NodeVector;
214 NodeVector m_currentMatchedNodes = new NodeVector();
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 119 typedef std::vector<PBQP::Graph::NodeItr> NodeVector;

Completed in 506 milliseconds