Uses of Interface org.apache.xml.serializer.SerializationHandler

Uses in package org.apache.xml.serializer

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

Uses in package org.apache.xalan.xsltc.runtime.output

Methods with return type org.apache.xml.serializer.SerializationHandler

SerializationHandler

Uses in package org.apache.xalan.xsltc.trax

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
Create an output handler for the transformation output based on the type and contents of the TrAX Result object passed to the transform() method.

Uses in package org.apache.xalan.xsltc

Methods with parameter type org.apache.xml.serializer.SerializationHandler

void
Translet.buildKeys(DOM document, DTMAxisIterator iterator, SerializationHandler handler, int root)
void
DOM.characters(int textNode, SerializationHandler handler)
void
DOM.copy(int node, SerializationHandler handler)
void
String
DOM.shallowCopy(int node, SerializationHandler handler)
void
void

Methods with return type org.apache.xml.serializer.SerializationHandler

SerializationHandler

Uses in package org.apache.xalan.xsltc.runtime

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 element is used
void
Used by some compiled code as a shortcut for passing strings to the output handler
void
void
BasisLibrary.copy(Object obj, SerializationHandler handler, int node, DOM dom)
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
SerializationHandler
AbstractTranslet.openOutputHandler(String filename, boolean append)
Multiple output document extension.

Uses in package org.apache.xalan.transformer

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
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.

Uses in package org.apache.xalan.serialize

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
Given a result tree fragment, walk the tree and output it to the SerializationHandler.
void
SerializerUtils.processNSDecls(SerializationHandler handler, int src, int type, DTM dtm)
Copy xmlns: attributes in if not already in scope.

Uses in package org.apache.xalan.xsltc.dom

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
DOMAdapter.characters(int textNode, SerializationHandler handler)
void
MultiDOM.characters(int textNode, SerializationHandler handler)
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
DOMAdapter.copy(int node, SerializationHandler handler)
void
MultiDOM.copy(int node, SerializationHandler handler)
void
SAXImpl.copy(int node, SerializationHandler handler)
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

Copyright B) 2004 Apache XML Project. All Rights Reserved.