Searched defs:compareDocumentPosition (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java177 public short compareDocumentPosition(Node other){ method in class:DefaultNode
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java277 public short compareDocumentPosition(Node other) throws DOMException { method in class:XPathNamespaceImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java649 public short compareDocumentPosition(Node other) throws DOMException { method in class:DOM2DTMdefaultNamespaceDeclarationNode
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java671 public short compareDocumentPosition(Node other) method in interface:Node
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java972 public short compareDocumentPosition(Node other) throws DOMException { method in class:NodeImpl
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java1114 public short compareDocumentPosition(Node other) method in class:IIOMetadataNode
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java736 public short compareDocumentPosition(org.w3c.dom.Node other) method in class:SOAPPartImpl
738 return document.compareDocumentPosition(other);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java2131 public short compareDocumentPosition(Node other) throws DOMException { method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java1785 public short compareDocumentPosition(Node other) throws DOMException { method in class:UnImplNode

Completed in 978 milliseconds