Searched refs:LocatorImpl (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
H A DLocatorImplTest.java22 import org.xml.sax.helpers.LocatorImpl;
35 LocatorImpl l = new LocatorImpl();
44 LocatorImpl inner = new LocatorImpl();
52 LocatorImpl outer = new LocatorImpl(inner);
61 outer = new LocatorImpl(null);
69 LocatorImpl l = new LocatorImpl();
[all...]
H A DDefaultHandlerTest.java26 import org.xml.sax.helpers.LocatorImpl;
67 h.setDocumentLocator(new LocatorImpl());
152 h.warning(new SAXParseException("Foo", new LocatorImpl()));
160 h.error(new SAXParseException("Foo", new LocatorImpl()));
169 h.fatalError(new SAXParseException("Foo", new LocatorImpl()));
H A DXMLReaderAdapterTest.java35 import org.xml.sax.helpers.LocatorImpl;
189 LocatorImpl locator = new LocatorImpl();
H A DParserAdapterTest.java36 import org.xml.sax.helpers.LocatorImpl;
222 Locator l = new LocatorImpl();
H A DXMLFilterImplTest.java36 import org.xml.sax.helpers.LocatorImpl;
298 Locator l = new LocatorImpl();
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DLocatorImpl.java4 // $Id: LocatorImpl.java,v 1.6 2002/01/30 20:52:27 dbrownell Exp $
39 * Locator startloc = new LocatorImpl(locator);
52 public class LocatorImpl implements Locator class in inherits:Locator
62 public LocatorImpl () method in class:LocatorImpl
77 public LocatorImpl (Locator locator) method in class:LocatorImpl
217 // end of LocatorImpl.java
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DLocator2Impl.java1 // Locator2Impl.java - extended LocatorImpl
9 import org.xml.sax.helpers.LocatorImpl;
27 public class Locator2Impl extends LocatorImpl implements Locator2
/libcore/luni/src/test/java/tests/api/org/xml/sax/
H A DHandlerBaseTest.java26 import org.xml.sax.helpers.LocatorImpl;
55 h.setDocumentLocator(new LocatorImpl());
116 h.warning(new SAXParseException("Foo", new LocatorImpl()));
124 h.error(new SAXParseException("Foo", new LocatorImpl()));
133 h.fatalError(new SAXParseException("Foo", new LocatorImpl()));
H A DSAXParseExceptionTest.java23 import org.xml.sax.helpers.LocatorImpl;
38 LocatorImpl l = new LocatorImpl();
92 LocatorImpl l = new LocatorImpl();
/libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
H A DLocator2ImplTest.java23 import org.xml.sax.helpers.LocatorImpl;
74 outer = new Locator2Impl(new LocatorImpl(inner));
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderImpl.java42 import org.xml.sax.helpers.LocatorImpl;
139 LocatorImpl locator = new LocatorImpl();

Completed in 1673 milliseconds