Home
last modified time | relevance | path

Searched refs:LocatorImpl (Results 1 – 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DLocatorImplTest.java22 import org.xml.sax.helpers.LocatorImpl;
35 LocatorImpl l = new LocatorImpl(); in testLocatorImpl()
44 LocatorImpl inner = new LocatorImpl(); in testLocatorImplLocator()
52 LocatorImpl outer = new LocatorImpl(inner); in testLocatorImplLocator()
61 outer = new LocatorImpl(null); in testLocatorImplLocator()
69 LocatorImpl l = new LocatorImpl(); in testSetPublicIdGetPublicId()
79 LocatorImpl l = new LocatorImpl(); in testSetSystemIdGetSystemId()
89 LocatorImpl l = new LocatorImpl(); in testSetLineNumberGetLineNumber()
99 LocatorImpl l = new LocatorImpl(); in testSetColumnNumberGetColumnNumber()
DDefaultHandlerTest.java26 import org.xml.sax.helpers.LocatorImpl;
67 h.setDocumentLocator(new LocatorImpl()); in testSetDocumentLocator()
152 h.warning(new SAXParseException("Foo", new LocatorImpl())); in testWarning()
160 h.error(new SAXParseException("Foo", new LocatorImpl())); in testError()
169 h.fatalError(new SAXParseException("Foo", new LocatorImpl())); in testFatalError()
DXMLReaderAdapterTest.java39 import org.xml.sax.helpers.LocatorImpl;
188 LocatorImpl locator = new LocatorImpl(); in testSetDocumentLocator()
DParserAdapterTest.java40 import org.xml.sax.helpers.LocatorImpl;
221 Locator l = new LocatorImpl(); in testSetDocumentLocator()
DXMLFilterImplTest.java40 import org.xml.sax.helpers.LocatorImpl;
298 Locator l = new LocatorImpl(); in testSetDocumentLocator()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
DHandlerBaseTest.java26 import org.xml.sax.helpers.LocatorImpl;
55 h.setDocumentLocator(new LocatorImpl()); in testSetDocumentLocator()
116 h.warning(new SAXParseException("Foo", new LocatorImpl())); in testWarning()
124 h.error(new SAXParseException("Foo", new LocatorImpl())); in testError()
133 h.fatalError(new SAXParseException("Foo", new LocatorImpl())); in testFatalError()
DSAXParseExceptionTest.java23 import org.xml.sax.helpers.LocatorImpl;
38 LocatorImpl l = new LocatorImpl(); in testSAXParseException_String_Locator_Exception()
92 LocatorImpl l = new LocatorImpl(); in testSAXParseException_String_Locator()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DLocatorImpl.java54 public class LocatorImpl implements Locator class
64 public LocatorImpl () in LocatorImpl() method in LocatorImpl
79 public LocatorImpl (Locator locator) in LocatorImpl() method in LocatorImpl
/libcore/luni/src/main/java/org/xml/sax/ext/
DLocator2Impl.java9 import org.xml.sax.helpers.LocatorImpl;
29 public class Locator2Impl extends LocatorImpl implements Locator2
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DLocator2ImplTest.java23 import org.xml.sax.helpers.LocatorImpl;
74 outer = new Locator2Impl(new LocatorImpl(inner)); in testLocatorImplLocator()
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderImpl.java42 import org.xml.sax.helpers.LocatorImpl;
140 LocatorImpl locator = new LocatorImpl(); in parse()
/libcore/
Dnon_openjdk_java_files.bp327 "luni/src/main/java/org/xml/sax/helpers/LocatorImpl.java",