Uses of Interface
org.xml.sax.Locator
Packages that use Locator
包
描述
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
Methods in org.xml.sax with parameters of type Locator修饰符和类方法描述voidContentHandler.setDocumentLocator(Locator locator) Receive an object for locating the origin of SAX document events.voidDocumentHandler.setDocumentLocator(Locator locator) Deprecated.Receive an object for locating the origin of SAX document events.voidHandlerBase.setDocumentLocator(Locator locator) Deprecated.Receive a Locator object for document events.Constructors in org.xml.sax with parameters of type LocatorModifierConstructor描述SAXParseException(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
Subinterfaces of Locator in org.xml.sax.ext修饰符和类Interface描述interfaceSAX2 extension to augment the entity information provided through aLocator.Classes in org.xml.sax.ext that implement Locator修饰符和类Class描述classSAX2 extension helper for holding additional Entity information, implementing theLocator2interface.Constructors in org.xml.sax.ext with parameters of type Locator -
Uses of Locator in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement LocatorMethods in org.xml.sax.helpers with parameters of type Locator修饰符和类方法描述voidDefaultHandler.setDocumentLocator(Locator locator) Receive a Locator object for document events.voidParserAdapter.setDocumentLocator(Locator locator) Adapter implementation method; do not call.voidXMLFilterImpl.setDocumentLocator(Locator locator) Filter a new document locator event.voidXMLReaderAdapter.setDocumentLocator(Locator locator) Set a document locator.Constructors in org.xml.sax.helpers with parameters of type Locator