Searched refs:DOMLocatorImpl (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMLocatorImpl.java28 * <code>DOMLocatorImpl</code> is an implementaion that describes a location (e.g.
37 public class DOMLocatorImpl implements DOMLocator { class in inherits:DOMLocator
81 public DOMLocatorImpl(){ method in class:DOMLocatorImpl
84 public DOMLocatorImpl (int lineNumber, int columnNumber, String uri ){ method in class:DOMLocatorImpl
88 } // DOMLocatorImpl (int lineNumber, int columnNumber, String uri )
90 public DOMLocatorImpl (int lineNumber, int columnNumber, int utf16Offset, String uri ){ method in class:DOMLocatorImpl
95 } // DOMLocatorImpl (int lineNumber, int columnNumber, int utf16Offset, String uri )
97 public DOMLocatorImpl (int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri ){ method in class:DOMLocatorImpl
103 } // DOMLocatorImpl (int lineNumber, int columnNumber, int offset, Node errorNode, String uri )
105 public DOMLocatorImpl (in method in class:DOMLocatorImpl
[all...]
H A DDOMErrorImpl.java56 public DOMLocatorImpl fLocator = new DOMLocatorImpl();
104 private DOMLocatorImpl createDOMLocator(XMLParseException exception) {
106 return new DOMLocatorImpl(exception.getLineNumber(),
H A DDOMNormalizer.java152 protected final DOMLocatorImpl fLocator = new DOMLocatorImpl();
1080 public static final void isCDataWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator,
1180 public static final void isXMLCharWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator,
1243 public static final void isCommentWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator,
1317 DOMLocatorImpl locator, NamedNodeMap attributes, Attr a, String value, boolean xml11Version) {
1364 public static final void reportDOMError(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java32 import com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl;
136 DOMLocatorImpl locator = fDOMError.fLocator;
172 DOMLocatorImpl locator = fDOMError.fLocator;
217 DOMLocatorImpl locator = fDOMError.fLocator;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java38 import com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl;
119 private final DOMLocatorImpl fLocator = new DOMLocatorImpl();
H A DBaseMarkupSerializer.java57 import com.sun.org.apache.xerces.internal.dom.DOMLocatorImpl;
1943 fDOMError.fLocator = new DOMLocatorImpl(-1, -1, -1, node, null);

Completed in 42 milliseconds