|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Locator | |
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.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.trax | |
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 | This package provides the core SAX APIs. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of Locator in org.apache.xalan.processor |
Methods in org.apache.xalan.processor with parameters of type Locator | |
void |
StylesheetHandler.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 | |
void |
TransformerHandlerImpl.setDocumentLocator(Locator locator)
Filter a new document locator event. |
void |
TransformerIdentityImpl.setDocumentLocator(Locator locator)
Receive a Locator object for document events. |
Uses of Locator in org.apache.xalan.xsltc.compiler |
Methods in org.apache.xalan.xsltc.compiler with parameters of type Locator | |
void |
Parser.setDocumentLocator(Locator locator)
Store the document locator to later retrieve line numbers of all elements from the stylesheet |
Uses of Locator in org.apache.xalan.xsltc.trax |
Classes in org.apache.xalan.xsltc.trax that implement Locator | |
class |
DOM2SAX
|
class |
DOM2TO
|
Methods in org.apache.xalan.xsltc.trax with parameters of type Locator | |
void |
TransformerHandlerImpl.setDocumentLocator(Locator locator)
Implements org.xml.sax.ContentHandler.setDocumentLocator() Receive an object for locating the origin of SAX document events. |
void |
SAX2DOM.setDocumentLocator(Locator locator)
This class is only used internally so this method should never be called. |
void |
TemplatesHandlerImpl.setDocumentLocator(Locator locator)
Set internal system Id and forward SAX2 event to parser object. |
Uses of Locator in org.apache.xml.dtm.ref |
Methods in org.apache.xml.dtm.ref with parameters of type Locator | |
void |
IncrementalSAXSource_Filter.setDocumentLocator(Locator locator)
|
void |
DTMDocumentImpl.setDocumentLocator(Locator locator)
|
Uses of Locator in org.apache.xml.dtm.ref.sax2dtm |
Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type Locator | |
void |
SAX2DTM.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 | |
void |
EmptySerializer.setDocumentLocator(Locator arg0)
|
void |
SerializerBase.setDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events. |
void |
ToHTMLSAXHandler.setDocumentLocator(Locator arg0)
Does nothing. |
void |
ToTextSAXHandler.setDocumentLocator(Locator arg0)
|
void |
ToUnknownStream.setDocumentLocator(Locator locator)
Pass the call on to the underlying handler |
void |
ToXMLSAXHandler.setDocumentLocator(Locator arg0)
|
Uses of Locator in org.apache.xml.utils |
Classes in org.apache.xml.utils that implement Locator | |
class |
SAXSourceLocator
Class 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. |
class |
SerializableLocatorImpl
The standard SAX implementation of LocatorImpl is not serializable, limiting its utility as "a persistent snapshot of a locator". |
Methods in org.apache.xml.utils with parameters of type Locator | |
void |
DOMBuilder.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 | |
SAXSourceLocator.SAXSourceLocator(Locator locator)
Constructor SAXSourceLocator |
|
SerializableLocatorImpl.SerializableLocatorImpl(Locator locator)
Copy constructor. |
Uses of Locator in org.xml.sax |
Methods in org.xml.sax with parameters of type Locator | |
void |
ContentHandler.setDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events. |
void |
HandlerBase.setDocumentLocator(Locator locator)
Deprecated. Receive a Locator object for document events. |
void |
DocumentHandler.setDocumentLocator(Locator locator)
Deprecated. Receive an object for locating the origin of SAX document events. |
Constructors in org.xml.sax with parameters of type Locator | |
SAXParseException.SAXParseException(java.lang.String message,
Locator locator)
Create a new SAXParseException from a message and a Locator. |
|
SAXParseException.SAXParseException(java.lang.String message,
Locator locator,
java.lang.Exception e)
Wrap an existing exception in a SAXParseException. |
Uses of Locator in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement Locator | |
class |
LocatorImpl
Provide an optional convenience implementation of Locator. |
Methods in org.xml.sax.helpers with parameters of type Locator | |
void |
DefaultHandler.setDocumentLocator(Locator locator)
Receive a Locator object for document events. |
void |
XMLFilterImpl.setDocumentLocator(Locator locator)
Filter a new document locator event. |
void |
ParserAdapter.setDocumentLocator(Locator locator)
Adapt a SAX1 document locator event. |
void |
XMLReaderAdapter.setDocumentLocator(Locator locator)
Set a document locator. |
Constructors in org.xml.sax.helpers with parameters of type Locator | |
LocatorImpl.LocatorImpl(Locator locator)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |