Uses of Interface
org.xml.sax.Locator
| Package | Description |
|---|---|
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.xml.sax | |
| org.xml.sax.ext | |
| org.xml.sax.helpers | |
| org.xmlpull.v1.sax2 |
-
Uses of Locator in org.apache.xalan.processor
Methods in org.apache.xalan.processor with parameters of type Locator Modifier and Type Method Description voidStylesheetHandler. setDocumentLocator(Locator locator)Receive a Locator object for document events. -
Uses of Locator in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type Locator Modifier and Type Method Description voidTransformerHandlerImpl. setDocumentLocator(Locator locator)Filter a new document locator event.voidTransformerIdentityImpl. setDocumentLocator(Locator locator)Receive a Locator object for document events. -
Uses of Locator in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref with parameters of type Locator Modifier and Type Method Description voidDTMDocumentImpl. setDocumentLocator(Locator locator)voidIncrementalSAXSource_Filter. setDocumentLocator(Locator locator) -
Uses of Locator in org.apache.xml.dtm.ref.sax2dtm
Fields in org.apache.xml.dtm.ref.sax2dtm declared as Locator Modifier and Type Field Description protected LocatorSAX2DTM. m_locatorThe SAX Document locatorMethods in org.apache.xml.dtm.ref.sax2dtm with parameters of type Locator Modifier and Type Method Description voidSAX2DTM. setDocumentLocator(Locator locator)Receive a Locator object for document events. -
Uses of Locator in org.apache.xml.serializer
Methods in org.apache.xml.serializer with parameters of type Locator Modifier and Type Method Description voidSerializerBase. setDocumentLocator(Locator locator)Receive an object for locating the origin of SAX document events.voidToTextSAXHandler. setDocumentLocator(Locator arg0)Deprecated.voidToUnknownStream. setDocumentLocator(Locator locator)Pass the call on to the underlying handlervoidToXMLSAXHandler. setDocumentLocator(Locator arg0) -
Uses of Locator in org.apache.xml.utils
Classes in org.apache.xml.utils that implement Locator Modifier and Type Class Description classSAXSourceLocatorClass SAXSourceLocator extends org.xml.sax.helpers.LocatorImpl for the purpose of implementing the SourceLocator interface, and thus can be both a SourceLocator and a SAX Locator.Methods in org.apache.xml.utils with parameters of type Locator Modifier and Type Method Description voidDOMBuilder. setDocumentLocator(Locator locator)Receive an object for locating the origin of SAX document events.Constructors in org.apache.xml.utils with parameters of type Locator Constructor Description SAXSourceLocator(Locator locator)Constructor SAXSourceLocator -
Uses of Locator in org.xml.sax
Methods in org.xml.sax with parameters of type Locator Modifier and Type Method Description 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 Locator Constructor Description 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 Modifier and Type Interface Description interfaceLocator2SAX2 extension to augment the entity information provided though aLocator.Classes in org.xml.sax.ext that implement Locator Modifier and Type Class Description classLocator2ImplSAX2 extension helper for holding additional Entity information, implementing theLocator2interface.Constructors in org.xml.sax.ext with parameters of type Locator Constructor Description Locator2Impl(Locator locator)Copy an existing Locator or Locator2 object. -
Uses of Locator in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement Locator Modifier and Type Class Description classLocatorImplProvide an optional convenience implementation of Locator.Methods in org.xml.sax.helpers with parameters of type Locator Modifier and Type Method Description 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 Constructor Description LocatorImpl(Locator locator)Copy constructor. -
Uses of Locator in org.xmlpull.v1.sax2
Classes in org.xmlpull.v1.sax2 that implement Locator Modifier and Type Class Description classDriverSAX2 Driver that pulls events from XmlPullParser and comverts them into SAX2 callbacks.