Searched refs:Locator2Impl (Results 1 – 4 of 4) sorted by relevance
22 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()
29 public class Locator2Impl extends LocatorImpl implements Locator2 class42 public Locator2Impl () { } in Locator2Impl() method in Locator2Impl52 public Locator2Impl (Locator locator) in Locator2Impl() method in Locator2Impl
328 "luni/src/main/java/org/xml/sax/ext/Locator2Impl.java",
21652 …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);