Searched defs:DOMLocatorImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDOMLocatorImpl.java38 public class DOMLocatorImpl implements DOMLocator { class in inherits:DOMLocator
82 public DOMLocatorImpl(){ method in class:DOMLocatorImpl
85 public DOMLocatorImpl (int lineNumber, int columnNumber, String uri ){ method in class:DOMLocatorImpl
91 public DOMLocatorImpl (int lineNumber, int columnNumber, int utf16Offset, String uri ){ method in class:DOMLocatorImpl
98 public DOMLocatorImpl (int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri ){ method in class:DOMLocatorImpl
106 public DOMLocatorImpl (in method in class:DOMLocatorImpl
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/
H A DDOMLocatorImpl.java40 final class DOMLocatorImpl implements DOMLocator { class in inherits:DOMLocator
84 DOMLocatorImpl(){ method in class:DOMLocatorImpl
93 DOMLocatorImpl (int lineNumber, int columnNumber, String uri ){ method in class:DOMLocatorImpl
103 DOMLocatorImpl (int lineNumber, int columnNumber, int utf16Offset, String uri ){ method in class:DOMLocatorImpl
114 DOMLocatorImpl (int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri ){ method in class:DOMLocatorImpl
124 DOMLocatorImpl (int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri, int utf16Offset ){ method in class:DOMLocatorImpl
[all...]

Completed in 92 milliseconds