Uses of Interface
org.apache.xml.serializer.SerializationHandler
| Package | Description |
|---|---|
| org.apache.xalan.serialize | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.serializer.dom3 |
-
Uses of SerializationHandler in org.apache.xalan.serialize
Methods in org.apache.xalan.serialize with parameters of type SerializationHandler Modifier and Type Method Description static voidSerializerUtils. addAttribute(SerializationHandler handler, int attr)Copy an DOM attribute to the created output element, executing attribute templates as need be, and processing the xsl:use attribute.static voidSerializerUtils. addAttributes(SerializationHandler handler, int src)Copy DOM attributes to the result element.static voidSerializerUtils. ensureNamespaceDeclDeclared(SerializationHandler handler, DTM dtm, int namespace)This function checks to make sure a given prefix is really declared.static booleanSerializerUtils. isDefinedNSDecl(SerializationHandler serializer, int attr, DTM dtm)Returns whether a namespace is definedstatic voidSerializerUtils. outputResultTreeFragment(SerializationHandler handler, XObject obj, XPathContext support)Given a result tree fragment, walk the tree and output it to the SerializationHandler.static voidSerializerUtils. processNSDecls(SerializationHandler handler, int src, int type, DTM dtm)Copy xmlns: attributes in if not already in scope. -
Uses of SerializationHandler in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type SerializationHandler Modifier and Type Method Description protected StringElemAttribute. resolvePrefix(SerializationHandler rhandler, String prefix, String nodeNamespace)Resolve the namespace into a prefix.protected StringElemElement. resolvePrefix(SerializationHandler rhandler, String prefix, String nodeNamespace)Resolve the namespace into a prefix. -
Uses of SerializationHandler in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return SerializationHandler Modifier and Type Method Description SerializationHandlerTransformerImpl. createSerializationHandler(Result outputTarget)Create a result ContentHandler from a Result object, based on the current OutputProperties.SerializationHandlerTransformerImpl. createSerializationHandler(Result outputTarget, OutputProperties format)Create a ContentHandler from a Result object and an OutputProperties.SerializationHandlerTransformerImpl. getResultTreeHandler()Get the SerializationHandler object.SerializationHandlerTransformerImpl. getSerializationHandler()Get the SerializationHandler object.Methods in org.apache.xalan.transformer with parameters of type SerializationHandler Modifier and Type Method Description static voidClonerToResultTree. cloneToResultTree(int node, int nodeType, DTM dtm, SerializationHandler rth, boolean shouldCloneAttributes)Clone an element with or without children.voidTransformerImpl. setSerializationHandler(SerializationHandler xoh)Constructors in org.apache.xalan.transformer with parameters of type SerializationHandler Constructor Description TreeWalker2Result(TransformerImpl transformer, SerializationHandler handler)Constructor. -
Uses of SerializationHandler in org.apache.xml.dtm.ref.sax2dtm
Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type SerializationHandler Modifier and Type Method Description protected voidSAX2DTM2. copyAttribute(int nodeID, int exptype, SerializationHandler handler)Copy an Attribute node to a SerializationHandlerprotected voidSAX2DTM2. copyAttributes(int nodeID, SerializationHandler handler)Copy attribute nodes from an element .protected StringSAX2DTM2. copyElement(int nodeID, int exptype, SerializationHandler handler)Copy an Element node to a SerializationHandler.protected voidSAX2DTM2. copyNS(int nodeID, SerializationHandler handler, boolean inScope)Copy namespace nodes.protected voidSAX2DTM2. copyTextNode(int nodeID, SerializationHandler handler)Copy the String value of a Text node to a SerializationHandler -
Uses of SerializationHandler in org.apache.xml.serializer
Classes in org.apache.xml.serializer that implement SerializationHandler Modifier and Type Class Description classSerializerBaseThis class acts as a base class for the XML "serializers" and the stream serializers.classToHTMLStreamThis serializer takes a series of SAX or SAX-like events and writes its output to the given stream.classToSAXHandlerThis class is used to provide a base behavior to be inherited by other To...SAXHandler serializers.classToStreamThis abstract class is a base class for other stream serializers (xml, html, text ...) that write output to a stream.classToTextSAXHandlerDeprecated.classToTextStreamThis class is not a public API.classToUnknownStreamThis class wraps another SerializationHandler.classToXMLSAXHandlerThis 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".classToXMLStreamThis class converts SAX or SAX-like calls to a serialized xml document. -
Uses of SerializationHandler in org.apache.xml.serializer.dom3
Methods in org.apache.xml.serializer.dom3 with parameters of type SerializationHandler Modifier and Type Method Description voidDOM3SerializerImpl. setSerializationHandler(SerializationHandler handler)Sets a SerializationHandler on the DOM Serializer.Constructors in org.apache.xml.serializer.dom3 with parameters of type SerializationHandler Constructor Description DOM3SerializerImpl(SerializationHandler handler)Constructor
ToXMLSAXHandler.