Searched refs:LocatorImpl (Results 1 – 12 of 12) sorted by relevance
22 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()
26 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()
39 import org.xml.sax.helpers.LocatorImpl;188 LocatorImpl locator = new LocatorImpl(); in testSetDocumentLocator()
40 import org.xml.sax.helpers.LocatorImpl;221 Locator l = new LocatorImpl(); in testSetDocumentLocator()
40 import org.xml.sax.helpers.LocatorImpl;298 Locator l = new LocatorImpl(); in testSetDocumentLocator()
26 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()
23 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()
54 public class LocatorImpl implements Locator class64 public LocatorImpl () in LocatorImpl() method in LocatorImpl79 public LocatorImpl (Locator locator) in LocatorImpl() method in LocatorImpl
9 import org.xml.sax.helpers.LocatorImpl;29 public class Locator2Impl extends LocatorImpl implements Locator2
23 import org.xml.sax.helpers.LocatorImpl;74 outer = new Locator2Impl(new LocatorImpl(inner)); in testLocatorImplLocator()
42 import org.xml.sax.helpers.LocatorImpl;140 LocatorImpl locator = new LocatorImpl(); in parse()
327 "luni/src/main/java/org/xml/sax/helpers/LocatorImpl.java",