Searched refs:nodeSet (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSubTreeData.java75 private List nodeSet; field in class:DOMSubTreeData.DelayedNodeIterator
85 if (nodeSet == null) {
86 nodeSet = dereferenceSameDocumentURI(root);
87 li = nodeSet.listIterator();
93 if (nodeSet == null) {
94 nodeSet = dereferenceSameDocumentURI(root);
95 li = nodeSet.listIterator();
116 List nodeSet = new ArrayList();
118 nodeSetMinusCommentNodes(node, nodeSet, null);
120 return nodeSet;
132 nodeSetMinusCommentNodes(Node node, List nodeSet, Node prevSibling) argument
[all...]
H A DUtils.java71 Set nodeSet = new HashSet();
74 nodeSet.add(n);
79 nodeSet.add(nnm.item(j));
83 return nodeSet;
H A DApacheNodeSetData.java77 Set nodeSet = new LinkedHashSet();
90 nodeSet.add(currentNode);
93 return nodeSet;
H A DApacheCanonicalizer.java122 Set nodeSet = null;
137 nodeSet = in.getNodeSet();
157 nodeSet = Utils.toNodeSet(nsd.iterator());
159 log.log(Level.FINE, "Canonicalizing " + nodeSet.size()
171 (nodeSet, inclusiveNamespaces)));
174 apacheCanonicalizer.canonicalizeXPathNodeSet(nodeSet)));
224 Set nodeSet =
226 in = new XMLSignatureInput(nodeSet);
H A DApacheTransform.java161 Set nodeSet =
163 in = new XMLSignatureInput(nodeSet);
H A DDOMUtils.java188 public static Set nodeSet(NodeList nl) { method in class:DOMUtils
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDImpl.java55 Iterator<XSComponent> nodeSet = (Iterator)contextNode;
65 nodeSet = new Iterators.Unique<XSComponent>(
66 new Iterators.Map<XSComponent,XSComponent>(nodeSet) {
75 nodeSet = steps[i].evaluate(nodeSet);
78 return nodeSet;
H A DStep.java69 public final Iterator<T> evaluate(Iterator<XSComponent> nodeSet) { argument
71 Iterator<T> r = new Iterators.Map<T,XSComponent>(nodeSet) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHere.java109 NodeSetDTM nodeSet = nodes.mutableNodeset();
120 nodeSet.addNode(hereNode);
128 nodeSet.addNode(hereNode);
137 nodeSet.addNode(hereNode);
147 nodeSet.detach();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncId.java52 * @param nodeSet Node set where the nodes will be added to.
59 NodeSetDTM nodeSet, boolean mayBeMore)
85 nodeSet.addNodeInDocOrder(node, xctxt);
121 NodeSetDTM nodeSet = nodes.mutableNodeset();
135 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet,
148 getNodesByID(xctxt, docContext, refval, null, nodeSet, false);
57 getNodesByID(XPathContext xctxt, int docContext, String refval, StringVector usedrefs, NodeSetDTM nodeSet, boolean mayBeMore) argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltCommon.java92 * The Xalan extensions MethodResolver converts 'node-set' to 'nodeSet'.
103 public static NodeSet nodeSet(ExpressionContext myProcessor, Object rtf) method in class:ExsltCommon
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java60 final XNodeSet nodeSet = (XNodeSet) val;
61 setIter(nodeSet.m_iter);
62 m_dtmMgr = nodeSet.m_dtmMgr;
63 m_last = nodeSet.m_last;
66 if(!nodeSet.hasCache())
67 nodeSet.setShouldCacheNodes(true);
70 setObject(nodeSet.getIteratorCache());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DPresentationManagerImpl.java259 private void addNodes( List resultList, Set nodeSet )
261 Iterator iter = nodeSet.iterator() ;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java802 NodeSet nodeSet = new NodeSet(size);
805 nodeSet.addNode((Node) listVector.elementAt(i));
807 return (NodeList) nodeSet;
934 NodeSet nodeSet = new NodeSet(size);
937 nodeSet.addNode((Node)listVector.elementAt(i));
939 return (NodeList) nodeSet;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSort.java248 Expression nodeSet,
281 if (nodeSet == null) { // apply-templates default
291 nodeSet.translate(classGen, methodGen);
246 translateSortIterator(ClassGenerator classGen, MethodGenerator methodGen, Expression nodeSet, Vector sortObjects) argument

Completed in 56 milliseconds