Package | Description |
---|---|
javax.xml.transform.sax | |
javax.xml.validation | |
org.apache.xalan.lib |
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
|
org.apache.xalan.lib.sql |
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
|
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.serialize | |
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.dom | |
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.runtime.output | |
org.apache.xalan.xsltc.trax | |
org.apache.xml.dtm | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
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.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
org.apache.xpath.functions |
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
|
org.apache.xpath.objects |
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
|
org.xml.sax | |
org.xml.sax.ext | |
org.xml.sax.helpers |
Modifier and Type | Interface and Description |
---|---|
interface |
TemplatesHandler
A SAX ContentHandler that may be used to process SAX
parse events (parsing transformation instructions) into a Templates object.
|
interface |
TransformerHandler
A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
SAXResult.getHandler()
Get the
ContentHandler that is the Result. |
Modifier and Type | Method and Description |
---|---|
void |
SAXResult.setHandler(ContentHandler handler)
Set the target to be a SAX2
ContentHandler . |
Constructor and Description |
---|
SAXResult(ContentHandler handler)
Create a SAXResult that targets a SAX2
ContentHandler . |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorHandler
Streaming validator that works on SAX stream.
|
Modifier and Type | Method and Description |
---|---|
abstract ContentHandler |
ValidatorHandler.getContentHandler()
Gets the
ContentHandler which receives the
augmented validation result. |
Modifier and Type | Method and Description |
---|---|
abstract void |
ValidatorHandler.setContentHandler(ContentHandler receiver)
Sets the
ContentHandler which receives
the augmented validation result. |
Modifier and Type | Method and Description |
---|---|
void |
Redirect.startRedirection(TransformerImpl transf,
ContentHandler formatter)
A class that extends this class can over-ride this public method and recieve
a callback that redirection is about to start
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
DTMDocument.getContentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
DTMDocument.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize) |
void |
DTMDocument.dispatchToEvents(int parm1,
ContentHandler parm2) |
Modifier and Type | Class and Description |
---|---|
class |
StylesheetHandler
Initializes and processes a stylesheet via SAX events.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
Serializer.asContentHandler()
Deprecated.
Use org.apache.xml.serializer.Serializer
|
Modifier and Type | Class and Description |
---|---|
class |
TransformerHandlerImpl
A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
|
class |
TransformerIdentityImpl
This class implements an identity transformer for
SAXTransformerFactory.newTransformerHandler()
and TransformerFactory.newTransformer() . |
class |
TrAXFilter |
Modifier and Type | Method and Description |
---|---|
ContentHandler |
TransformerImpl.getContentHandler()
Get the content event handler.
|
ContentHandler |
TransformerImpl.getInputContentHandler()
Get a SAX2 ContentHandler for the input.
|
ContentHandler |
TransformerImpl.getInputContentHandler(boolean doDocFrag)
Get a SAX2 ContentHandler for the input.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerImpl.executeChildTemplates(ElemTemplateElement elem,
ContentHandler handler)
Execute each of the children of a template element.
|
void |
TransformerImpl.executeChildTemplates(ElemTemplateElement elem,
Node context,
QName mode,
ContentHandler handler)
Execute each of the children of a template element.
|
void |
TransformerImpl.init(ToXMLSAXHandler h,
Transformer transformer,
ContentHandler realHandler)
Initializer method.
|
void |
TransformerImpl.setContentHandler(ContentHandler handler)
Set the content event handler.
|
void |
TrAXFilter.setContentHandler(ContentHandler handler)
Set the content event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
Parser |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMBuilder |
interface |
ExtendedSAX |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveResultTreeImpl
AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF).
|
class |
SAXImpl
SAXImpl is the core model for SAX input source.
|
class |
SimpleResultTreeImpl
This class represents a light-weight DOM model for simple result tree fragment(RTF).
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
SimpleResultTreeImpl.getContentHandler() |
ContentHandler |
AdaptiveResultTreeImpl.getContentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleResultTreeImpl.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize) |
void |
AdaptiveResultTreeImpl.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize) |
void |
SimpleResultTreeImpl.dispatchToEvents(int nodeHandle,
ContentHandler ch) |
void |
AdaptiveResultTreeImpl.dispatchToEvents(int nodeHandle,
ContentHandler ch) |
Modifier and Type | Class and Description |
---|---|
class |
StringValueHandler |
Modifier and Type | Method and Description |
---|---|
void |
TransletOutputHandlerFactory.setHandler(ContentHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SAX2DOM |
class |
TemplatesHandlerImpl
Implementation of a JAXP1.1 TemplatesHandler
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
DOM2TO.getContentHandler() |
ContentHandler |
DOM2SAX.getContentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
TrAXFilter.setContentHandler(ContentHandler handler) |
void |
DOM2TO.setContentHandler(ContentHandler handler) |
void |
DOM2SAX.setContentHandler(ContentHandler handler) |
Modifier and Type | Method and Description |
---|---|
ContentHandler |
DTM.getContentHandler()
Return this DTM's content handler, if it has one.
|
Modifier and Type | Method and Description |
---|---|
void |
DTM.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize)
Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
|
void |
DTM.dispatchToEvents(int nodeHandle,
ContentHandler ch)
Directly create SAX parser events representing the XML content of
a DTM subtree.
|
Modifier and Type | Class and Description |
---|---|
class |
DTMDocumentImpl
This is the implementation of the DTM document interface.
|
class |
IncrementalSAXSource_Filter
IncrementalSAXSource_Filter implements IncrementalSAXSource, using a
standard SAX2 event source as its input and parcelling out those
events gradually in reponse to deliverMoreNodes() requests.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
DTMTreeWalker.getcontentHandler()
Get the ContentHandler used for the tree walk.
|
ContentHandler |
DTMDocumentImpl.getContentHandler()
getContentHandler returns "our SAX builder" -- the thing that
someone else should send SAX events to in order to extend this
DTM model.
|
Modifier and Type | Method and Description |
---|---|
void |
DTMDocumentImpl.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize)
Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
|
abstract void |
DTMDefaultBase.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize)
Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
|
void |
DTMDocumentImpl.dispatchToEvents(int nodeHandle,
ContentHandler ch)
Directly create SAX parser events from a subtree.
|
abstract void |
DTMDefaultBase.dispatchToEvents(int nodeHandle,
ContentHandler ch)
Directly create SAX parser events from a subtree.
|
void |
DTMTreeWalker.setcontentHandler(ContentHandler ch)
Set the ContentHandler used for the tree walk.
|
void |
IncrementalSAXSource_Xerces.setContentHandler(ContentHandler handler) |
void |
IncrementalSAXSource_Filter.setContentHandler(ContentHandler handler) |
void |
IncrementalSAXSource.setContentHandler(ContentHandler handler)
Register a SAX-style content handler for us to output to
|
void |
CoroutineParser.setContentHandler(ContentHandler handler)
Deprecated.
Register a SAX-style content handler for us to output to
|
Constructor and Description |
---|
DTMTreeWalker(ContentHandler contentHandler,
DTM dtm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
DOM2DTM.getContentHandler()
getContentHandler returns "our SAX builder" -- the thing that
someone else should send SAX events to in order to extend this
DTM model.
|
Modifier and Type | Method and Description |
---|---|
void |
DOM2DTM.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize)
Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
|
void |
DOM2DTM.dispatchToEvents(int nodeHandle,
ContentHandler ch)
Directly create SAX parser events from a subtree.
|
Modifier and Type | Class and Description |
---|---|
class |
SAX2DTM
This class implements a DTM that tends to be optimized more for speed than
for compactness, that is constructed via SAX2 ContentHandler events.
|
class |
SAX2DTM2
SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
|
class |
SAX2RTFDTM
This is a subclass of SAX2DTM which has been modified to meet the needs of
Result Tree Frameworks (RTFs).
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
SAX2DTM.getContentHandler()
getContentHandler returns "our SAX builder" -- the thing that
someone else should send SAX events to in order to extend this
DTM model.
|
Modifier and Type | Method and Description |
---|---|
void |
SAX2DTM2.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize)
The optimized version of SAX2DTM.dispatchCharactersEvents(int, ContentHandler, boolean).
|
void |
SAX2DTM.dispatchCharactersEvents(int nodeHandle,
ContentHandler ch,
boolean normalize)
Directly call the
characters method on the passed ContentHandler for the
string-value of the given node (see http://www.w3.org/TR/xpath#data-model
for the definition of a node's string-value).
|
void |
SAX2DTM.dispatchToEvents(int nodeHandle,
ContentHandler ch)
Directly create SAX parser events from a subtree.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedContentHandler
This interface describes extensions to the SAX ContentHandler interface.
|
interface |
SerializationHandler
This interface is the one that a serializer implements.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptySerializer
This class is an adapter class.
|
class |
SerializerBase
This class acts as a base class for the XML "serializers"
and the stream serializers.
|
class |
ToHTMLSAXHandler
Deprecated.
As of Xalan 2.7.1, replaced by the use of
ToXMLSAXHandler . |
class |
ToHTMLStream
This serializer takes a series of SAX or
SAX-like events and writes its output
to the given stream.
|
class |
ToSAXHandler
This class is used to provide a base behavior to be inherited
by other To...SAXHandler serializers.
|
class |
ToStream
This abstract class is a base class for other stream
serializers (xml, html, text ...) that write output to a stream.
|
class |
ToTextSAXHandler
Deprecated.
As of Xalan 2.7.1, replaced by the use of
ToXMLSAXHandler . |
class |
ToTextStream
This class is not a public API.
|
class |
ToUnknownStream
This class wraps another SerializationHandler.
|
class |
ToXMLSAXHandler
This class receives notification of SAX-like events, and with gathered
information over these calls it will invoke the equivalent SAX methods
on a handler, the ultimate xsl:output method is known to be "xml".
|
class |
ToXMLStream
This class converts SAX or SAX-like calls to a
serialized xml document.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
ToUnknownStream.asContentHandler() |
ContentHandler |
SerializerBase.asContentHandler()
Return a
ContentHandler interface into this serializer. |
ContentHandler |
Serializer.asContentHandler()
Return a
ContentHandler interface to provide SAX input to. |
ContentHandler |
EmptySerializer.asContentHandler() |
ContentHandler |
TreeWalker.getContentHandler()
Get the ContentHandler used for the tree walk.
|
Modifier and Type | Method and Description |
---|---|
void |
ToUnknownStream.setContentHandler(ContentHandler ch) |
void |
ToStream.setContentHandler(ContentHandler ch) |
void |
ToSAXHandler.setContentHandler(ContentHandler _saxHandler)
Sets the SAX ContentHandler.
|
void |
SerializationHandler.setContentHandler(ContentHandler ch)
Set the SAX Content handler that the serializer sends its output to.
|
void |
EmptySerializer.setContentHandler(ContentHandler ch) |
Constructor and Description |
---|
ToHTMLSAXHandler(ContentHandler handler,
LexicalHandler lex,
java.lang.String encoding)
Deprecated.
A constructor.
|
ToHTMLSAXHandler(ContentHandler handler,
java.lang.String encoding)
Deprecated.
A constructor
|
ToSAXHandler(ContentHandler hdlr,
LexicalHandler lex,
java.lang.String encoding) |
ToSAXHandler(ContentHandler handler,
java.lang.String encoding) |
ToTextSAXHandler(ContentHandler hdlr,
LexicalHandler lex,
java.lang.String encoding)
Deprecated.
|
ToTextSAXHandler(ContentHandler handler,
java.lang.String encoding)
Deprecated.
From XSLTC
|
ToXMLSAXHandler(ContentHandler handler,
LexicalHandler lex,
java.lang.String encoding) |
ToXMLSAXHandler(ContentHandler handler,
java.lang.String encoding) |
TreeWalker(ContentHandler ch) |
TreeWalker(ContentHandler contentHandler,
java.lang.String systemId)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMBuilder
This class takes SAX events (in addition to some extra events
that SAX doesn't handle yet) and adds the result to a document
or document fragment.
|
class |
StylesheetPIHandler
Search for the xml-stylesheet processing instructions in an XML document.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
TreeWalker.getContentHandler()
Get the ContentHandler used for the tree walk.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLStringDefault.dispatchCharactersEvents(ContentHandler ch)
Directly call the
characters method on the passed ContentHandler for the
string-value.
|
void |
XMLString.dispatchCharactersEvents(ContentHandler ch)
Directly call the
characters method on the passed ContentHandler for the
string-value.
|
static void |
FastStringBuffer.sendNormalizedSAXcharacters(char[] ch,
int start,
int length,
ContentHandler handler)
Directly normalize and dispatch the character array.
|
int |
FastStringBuffer.sendNormalizedSAXcharacters(ContentHandler ch,
int start,
int length)
Sends the specified range of characters as one or more SAX characters()
events, normalizing the characters according to XSLT rules.
|
void |
FastStringBuffer.sendSAXcharacters(ContentHandler ch,
int start,
int length)
Sends the specified range of characters as one or more SAX characters()
events.
|
void |
TreeWalker.setContentHandler(ContentHandler ch)
Get the ContentHandler used for the tree walk.
|
Constructor and Description |
---|
TreeWalker(ContentHandler contentHandler)
Constructor.
|
TreeWalker(ContentHandler contentHandler,
DOMHelper dh)
Constructor.
|
TreeWalker(ContentHandler contentHandler,
DOMHelper dh,
java.lang.String systemId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.executeCharsToContentHandler(XPathContext xctxt,
ContentHandler handler)
Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Modifier and Type | Method and Description |
---|---|
void |
LocPathIterator.executeCharsToContentHandler(XPathContext xctxt,
ContentHandler handler)
Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Modifier and Type | Method and Description |
---|---|
void |
FuncNormalizeSpace.executeCharsToContentHandler(XPathContext xctxt,
ContentHandler handler)
Execute an expression in the XPath runtime context, and return the
result of the expression.
|
Modifier and Type | Method and Description |
---|---|
void |
XStringForFSB.dispatchCharactersEvents(ContentHandler ch)
Directly call the
characters method on the passed ContentHandler for the
string-value.
|
void |
XStringForChars.dispatchCharactersEvents(ContentHandler ch)
Directly call the
characters method on the passed ContentHandler for the
string-value.
|
void |
XString.dispatchCharactersEvents(ContentHandler ch)
Directly call the
characters method on the passed ContentHandler for the
string-value.
|
void |
XObject.dispatchCharactersEvents(ContentHandler ch)
Directly call the
characters method on the passed ContentHandler for the
string-value.
|
void |
XNodeSet.dispatchCharactersEvents(ContentHandler ch)
Directly call the
characters method on the passed ContentHandler for the
string-value.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
XMLReader.getContentHandler()
Return the current content handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLReader.setContentHandler(ContentHandler handler)
Allow an application to register a content event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the
SAX2
LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHandler
Default base class for SAX2 event handlers.
|
class |
XMLFilterImpl
Base class for deriving an XML filter.
|
class |
XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
XMLFilterImpl.getContentHandler()
Get the content event handler.
|
ContentHandler |
ParserAdapter.getContentHandler()
Return the current content handler.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilterImpl.setContentHandler(ContentHandler handler)
Set the content event handler.
|
void |
ParserAdapter.setContentHandler(ContentHandler handler)
Set the content handler.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.