Home
last modified time | relevance | path

Searched refs:Locator2Impl (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DLocator2ImplTest.java22 import org.xml.sax.ext.Locator2Impl;
40 Locator2Impl l = new Locator2Impl(); in testLocatorImpl()
52 Locator2Impl inner = new Locator2Impl(); in testLocatorImplLocator()
63 Locator2Impl outer = new Locator2Impl(inner); in testLocatorImplLocator()
74 outer = new Locator2Impl(new LocatorImpl(inner)); in testLocatorImplLocator()
86 outer = new Locator2Impl(null); in testLocatorImplLocator()
94 Locator2Impl l = new Locator2Impl(); in testSetXMLVersionGetXMLVersion()
104 Locator2Impl l = new Locator2Impl(); in testSetEncodingGetEncoding()
/libcore/luni/src/main/java/org/xml/sax/ext/
DLocator2Impl.java29 public class Locator2Impl extends LocatorImpl implements Locator2 class
42 public Locator2Impl () { } in Locator2Impl() method in Locator2Impl
52 public Locator2Impl (Locator locator) in Locator2Impl() method in Locator2Impl
/libcore/
Dnon_openjdk_java_files.bp328 "luni/src/main/java/org/xml/sax/ext/Locator2Impl.java",
/libcore/api/
Dcurrent.txt21652 …public class Locator2Impl extends org.xml.sax.helpers.LocatorImpl implements org.xml.sax.ext.Locat…
21653 ctor public Locator2Impl();
21654 ctor public Locator2Impl(org.xml.sax.Locator);