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.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 | |
org.xml.sax.ext | |
org.xml.sax.helpers |
Modifier and Type | Method and Description |
---|---|
void |
StylesheetHandler.setDocumentLocator(Locator locator)
Receive a Locator object for document events.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerIdentityImpl.setDocumentLocator(Locator locator)
Receive a Locator object for document events.
|
void |
TransformerHandlerImpl.setDocumentLocator(Locator locator)
Filter a new document locator event.
|
Modifier and Type | Method and Description |
---|---|
void |
Parser.setDocumentLocator(Locator locator)
Store the document locator to later retrieve line numbers of all
elements from the stylesheet
|
Modifier and Type | Class and Description |
---|---|
class |
DOM2SAX |
class |
DOM2TO |
Modifier and Type | Method and Description |
---|---|
void |
TransformerHandlerImpl.setDocumentLocator(Locator locator)
Implements org.xml.sax.ContentHandler.setDocumentLocator()
Receive an object for locating the origin of SAX document events.
|
void |
TemplatesHandlerImpl.setDocumentLocator(Locator locator)
Set internal system Id and forward SAX2 event to parser object.
|
void |
SAX2DOM.setDocumentLocator(Locator locator)
This class is only used internally so this method should never
be called.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalSAXSource_Filter.setDocumentLocator(Locator locator) |
void |
DTMDocumentImpl.setDocumentLocator(Locator locator) |
Modifier and Type | Method and Description |
---|---|
void |
SAX2DTM.setDocumentLocator(Locator locator)
Receive a Locator object for document events.
|
Modifier and Type | Method and Description |
---|---|
void |
ToXMLSAXHandler.setDocumentLocator(Locator arg0) |
void |
ToUnknownStream.setDocumentLocator(Locator locator)
Pass the call on to the underlying handler
|
void |
ToTextSAXHandler.setDocumentLocator(Locator arg0)
Deprecated.
|
void |
ToHTMLSAXHandler.setDocumentLocator(Locator arg0)
Deprecated.
Does nothing.
|
void |
SerializerBase.setDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events.
|
void |
EmptySerializer.setDocumentLocator(Locator arg0) |
Modifier and Type | Class and Description |
---|---|
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".
|
Modifier and Type | Method and Description |
---|---|
void |
DOMBuilder.setDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events.
|
Constructor and Description |
---|
SAXSourceLocator(Locator locator)
Constructor SAXSourceLocator
|
SerializableLocatorImpl(Locator locator)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
ContentHandler.setDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events.
|
Constructor and Description |
---|
SAXParseException(java.lang.String message,
Locator locator)
Create a new SAXParseException from a message and a Locator.
|
SAXParseException(java.lang.String message,
Locator locator,
java.lang.Exception e)
Wrap an existing exception in a SAXParseException.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Locator2
SAX2 extension to augment the entity information provided
though a
Locator . |
Modifier and Type | Class and Description |
---|---|
class |
Locator2Impl
SAX2 extension helper for holding additional Entity information,
implementing the
Locator2 interface. |
Constructor and Description |
---|
Locator2Impl(Locator locator)
Copy an existing Locator or Locator2 object.
|
Modifier and Type | Class and Description |
---|---|
class |
LocatorImpl
Provide an optional convenience implementation of Locator.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLReaderAdapter.setDocumentLocator(Locator locator)
Set a document locator.
|
void |
XMLFilterImpl.setDocumentLocator(Locator locator)
Filter a new document locator event.
|
void |
ParserAdapter.setDocumentLocator(Locator locator)
Adapter implementation method; do not call.
|
void |
DefaultHandler.setDocumentLocator(Locator locator)
Receive a Locator object for document events.
|
Constructor and Description |
---|
LocatorImpl(Locator locator)
Copy constructor.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.