Searched refs:getNextNamespaceNode (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseTraversers.java1044 : getNextNamespaceNode(context, current, false);
1062 : getNextNamespaceNode(context, current, false);
1070 != (current = getNextNamespaceNode(context, current, false)));
1095 : getNextNamespaceNode(context, current, true);
1113 : getNextNamespaceNode(context, current, true);
1121 != (current = getNextNamespaceNode(context, current, true)));
H A DDTMTreeWalker.java250 nsn = dtm.getNextNamespaceNode(node, nsn, true))
382 nsn = m_dtm.getNextNamespaceNode(node, nsn, true))
H A DDTMDefaultBaseIterators.java634 _currentNode = getNextNamespaceNode(_startNode, node, true);
673 node = getNextNamespaceNode(_startNode, node, true)) {
858 _currentNode = getNextNamespaceNode(_startNode, node, false);
H A DDTMDefaultBase.java1511 public int getNextNamespaceNode(int baseHandle, int nodeHandle, method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1253 public int getNextNamespaceNode(int baseHandle,int namespaceHandle, boolean inScope) { method in class:DTMDocumentImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java341 public int getNextNamespaceNode(int baseHandle, int namespaceHandle, method in interface:DTM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java879 public int getNextNamespaceNode(int baseHandle, int namespaceHandle, method in class:AdaptiveResultTreeImpl
883 return _dom.getNextNamespaceNode(baseHandle, namespaceHandle, inScope);
886 return super.getNextNamespaceNode(baseHandle, namespaceHandle, inScope);
H A DSimpleResultTreeImpl.java774 public int getNextNamespaceNode(int baseHandle, int namespaceHandle, method in class:SimpleResultTreeImpl

Completed in 70 milliseconds