Uses of Interface
org.xml.sax.Locator
Package
Description
Provides the interfaces for the Simple API for XML (SAX).
Provides interfaces to SAX2 facilities that
conformant SAX drivers won't necessarily support.
Provides helper classes, including
support for bootstrapping SAX-based applications.
-
Uses of Locator in org.xml.sax
Modifier and TypeMethodDescriptionvoid
ContentHandler.setDocumentLocator
(Locator locator) Receive an object for locating the origin of SAX document events.void
DocumentHandler.setDocumentLocator
(Locator locator) Deprecated.Receive an object for locating the origin of SAX document events.void
HandlerBase.setDocumentLocator
(Locator locator) Deprecated.Receive a Locator object for document events.ModifierConstructorDescriptionSAXParseException
(String message, Locator locator) Create a new SAXParseException from a message and a Locator.SAXParseException
(String message, Locator locator, Exception e) Wrap an existing exception in a SAXParseException. -
Uses of Locator in org.xml.sax.ext
Modifier and TypeInterfaceDescriptioninterface
SAX2 extension to augment the entity information provided through aLocator
.Modifier and TypeClassDescriptionclass
SAX2 extension helper for holding additional Entity information, implementing theLocator2
interface.ModifierConstructorDescriptionLocator2Impl
(Locator locator) Copy an existing Locator or Locator2 object. -
Uses of Locator in org.xml.sax.helpers
Modifier and TypeClassDescriptionclass
Provide an optional convenience implementation of Locator.Modifier and TypeMethodDescriptionvoid
DefaultHandler.setDocumentLocator
(Locator locator) Receive a Locator object for document events.void
ParserAdapter.setDocumentLocator
(Locator locator) Adapter implementation method; do not call.void
XMLFilterImpl.setDocumentLocator
(Locator locator) Filter a new document locator event.void
XMLReaderAdapter.setDocumentLocator
(Locator locator) Set a document locator.