| Frames | No Frames |
Classes implementing org.apache.xml.serializer.SerializationHandler | |
| class | |
Methods with parameter type org.apache.xml.serializer.SerializationHandler | |
| void | AbstractTranslet.buildKeys(DOM document, DTMAxisIterator iterator, SerializationHandler handler, int root) This method builds key indexes - it is overridden in the compiled
translet in cases where the |
| void | Used by some compiled code as a shortcut for passing strings to the
output handler
|
| void | |
| void | |
| String | BasisLibrary.startXslElement(String qname, String namespace, SerializationHandler handler, DOM dom, int node) Utility function for the implementation of xsl:element.
|
| void | Main transform() method - this is overridden by the compiled translet
|
| void | Calls transform() with a given output handler
|
Methods with return type org.apache.xml.serializer.SerializationHandler | |
| SerializationHandler | AbstractTranslet.openOutputHandler(String filename) |
| SerializationHandler | AbstractTranslet.openOutputHandler(String filename, boolean append)
Multiple output document extension.
|
Methods with parameter type org.apache.xml.serializer.SerializationHandler | |
| void | Copy an DOM attribute to the created output element, executing
attribute templates as need be, and processing the xsl:use
attribute.
|
| void | Copy DOM attributes to the result element.
|
| void | This function checks to make sure a given prefix is really
declared. |
| boolean | Returns whether a namespace is defined
|
| void | SerializerUtils.outputResultTreeFragment(SerializationHandler handler, XObject obj, XPathContext support) Given a result tree fragment, walk the tree and
output it to the SerializationHandler.
|
| void | Copy xmlns: attributes in if not already in scope.
|
Classes implementing org.apache.xml.serializer.SerializationHandler | |
| class | This class is an adapter class. |
| class | This class acts as a base class for the XML "serializers"
and the stream serializers.
|
| class | This class accepts SAX-like calls, then sends true SAX calls to a
wrapped SAX handler. |
| class | |
| class | |
| class | This abstract class is a base class for other stream
serializers (xml, html, text ...) that write output to a stream.
|
| class | |
| class | |
| class | This class wraps another SerializationHandler. |
| class | 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 output is known to be XML.
|
| class | |
Classes implementing org.apache.xml.serializer.SerializationHandler | |
| class | AdaptiveResultTreeImpl is a adaptive DOM model for result tree fragments (RTF). |
| class | This class represents a light-weight DOM model for simple result tree fragment(RTF).
|
Methods with parameter type org.apache.xml.serializer.SerializationHandler | |
| void | Dispatch the character content of a node to an output handler.
|
| void | |
| void | |
| void | Copy the string value of a node directly to an output handler
|
| void | Dispatch the character content of a node to an output handler.
|
| void | |
| void | |
| void | |
| void | Performs a deep copy (ref. |
| void | |
| void | |
| void | |
| void | |
| void | Copy a node-set to an output handler
|
| void | |
| void | Copy the whole tree to an output handler
|
| String | |
| String | |
| String | |
| String | Performs a shallow copy (ref. |
| String | |
Methods with return type org.apache.xml.serializer.SerializationHandler | |
| SerializationHandler | |
| SerializationHandler | Returns a SerializationHandler class wrapped in a SAX adapter.
|
| SerializationHandler | Returns a DOMBuilder class wrapped in a SAX adapter.
|
| SerializationHandler | Return a SerializationHandler for output handling.
|
| SerializationHandler | |
Methods with return type org.apache.xml.serializer.SerializationHandler | |
| SerializationHandler | |
Constructors with parameter type org.apache.xml.serializer.SerializationHandler | |
Constructor.
| |
Methods with parameter type org.apache.xml.serializer.SerializationHandler | |
| void | ClonerToResultTree.cloneToResultTree(int node, int nodeType, DTM dtm, SerializationHandler rth, boolean shouldCloneAttributes) Clone an element with or without children.
|
| void | |
Methods with return type org.apache.xml.serializer.SerializationHandler | |
| SerializationHandler | TransformerImpl.createSerializationHandler(Result outputTarget) Create a result ContentHandler from a Result object, based
on the current OutputProperties.
|
| SerializationHandler | Create a ContentHandler from a Result object and an OutputProperties.
|
| SerializationHandler | Get the SerializationHandler object.
|
| SerializationHandler | Get the SerializationHandler object.
|
Methods with parameter type org.apache.xml.serializer.SerializationHandler | |
| void | |
| void | |
| void | |
| void | |
| String | |
| void | |
| void | |
| void | |
Methods with return type org.apache.xml.serializer.SerializationHandler | |
| SerializationHandler | |
Constructors with parameter type org.apache.xml.serializer.SerializationHandler | |
Methods with parameter type org.apache.xml.serializer.SerializationHandler | |
| void | This method is used to pass any properties to the output handler
when running the identity transform.
|
Methods with return type org.apache.xml.serializer.SerializationHandler | |
| SerializationHandler | TransformerImpl.getOutputHandler(Result result) Create an output handler for the transformation output based on
the type and contents of the TrAX Result object passed to the
transform() method.
|