Searched refs:NodeSetDTM (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DRTFIterator.java33 import com.sun.org.apache.xpath.internal.NodeSetDTM;
35 public class RTFIterator extends NodeSetDTM {
H A DNodeSequence.java32 import com.sun.org.apache.xpath.internal.NodeSetDTM;
251 // NodeSetDTM will call this, and so it's not a good thing to throw
613 if (m_iter instanceof NodeSetDTM)
727 * @throws RuntimeException thrown if this NodeSetDTM is not of
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSetForDOM.java26 import com.sun.org.apache.xpath.internal.NodeSetDTM;
47 setObject(new NodeSetDTM(dtmMgr));
48 ((NodeSetDTM) m_obj).addNode(dtmHandle);
71 // m_obj=new com.sun.org.apache.xpath.internal.NodeSetDTM(nodeList, xctxt);
72 com.sun.org.apache.xpath.internal.NodeSetDTM nsdtm=new com.sun.org.apache.xpath.internal.NodeSetDTM(nodeList, xctxt);
85 // m_obj = new com.sun.org.apache.xpath.internal.NodeSetDTM(nodeIter, xctxt);
86 com.sun.org.apache.xpath.internal.NodeSetDTM nsdtm=new com.sun.org.apache.xpath.internal.NodeSetDTM(nodeIter, xctxt);
H A DXNodeSet.java29 import com.sun.org.apache.xpath.internal.NodeSetDTM;
110 super(new NodeSetDTM(dtmMgr));
115 ((NodeSetDTM) m_obj).addNode(n);
160 * next node in the NodeSetDTM, or NAN if no node was found
174 * next node in the NodeSetDTM, or NAN if no node was found
427 public NodeSetDTM mutableNodeset()
429 NodeSetDTM mnl;
431 if(m_obj instanceof NodeSetDTM)
433 mnl = (NodeSetDTM) m_obj;
437 mnl = new NodeSetDTM(ite
[all...]
H A DXObject.java33 import com.sun.org.apache.xpath.internal.NodeSetDTM;
251 * next node in the NodeSetDTM, or NAN if no node was found
467 * @return The object as a NodeSetDTM.
471 public NodeSetDTM mutableNodeset()
476 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeSetDTM!");
478 return (NodeSetDTM) m_obj;
H A DXRTreeFrag.java86 return new com.sun.org.apache.xml.internal.dtm.ref.DTMNodeIterator((DTMIterator)(new com.sun.org.apache.xpath.internal.NodeSetDTM(m_dtmRoot, m_DTMXRTreeFrag.getXPathContext().getDTMManager())));
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java21 * $Id: NodeSetDTM.java,v 1.2.4.2 2005/09/14 20:30:06 jeffsuttor Exp $
39 * <p>The NodeSetDTM class can act as either a NodeVector,
55 * <p>Thought: Should NodeSetDTM really implement NodeList and NodeIterator,
62 public class NodeSetDTM extends NodeVector class in inherits:NodeVector,DTMIterator,Cloneable
71 public NodeSetDTM(DTMManager dtmManager) method in class:NodeSetDTM
83 public NodeSetDTM(int blocksize, int dummy, DTMManager dtmManager) method in class:NodeSetDTM
91 // * Create a NodeSetDTM, and copy the members of the
96 // public NodeSetDTM(NodeList nodelist)
105 * Create a NodeSetDTM, and copy the members of the
106 * given NodeSetDTM int
110 public NodeSetDTM(NodeSetDTM nodelist) method in class:NodeSetDTM
126 public NodeSetDTM(DTMIterator ni) method in class:NodeSetDTM
142 public NodeSetDTM(NodeIterator iterator, XPathContext xctxt) method in class:NodeSetDTM
162 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) method in class:NodeSetDTM
185 public NodeSetDTM(int node, DTMManager dtmManager) method in class:NodeSetDTM
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java33 import com.sun.org.apache.xpath.internal.NodeSetDTM;
114 NodeSetDTM contextNodes = new NodeSetDTM(nl, xctxt);
195 NodeSetDTM contextNodes = new NodeSetDTM(nl, xctxt);
275 NodeSetDTM contextNodes = new NodeSetDTM(nl, xctxt);
379 NodeSetDTM contextNodes = new NodeSetDTM(nl, xctxt);
553 NodeSetDTM contextNode
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncId.java30 import com.sun.org.apache.xpath.internal.NodeSetDTM;
59 NodeSetDTM nodeSet, boolean mayBeMore)
121 NodeSetDTM nodeSet = nodes.mutableNodeset();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHere.java30 import com.sun.org.apache.xpath.internal.NodeSetDTM;
109 NodeSetDTM nodeSet = nodes.mutableNodeset();

Completed in 50 milliseconds