org.apache.xalan.serialize |
|
Java Source File Name | Type | Comment |
DOMSerializer.java | Interface | |
Serializer.java | Interface | The Serializer interface is implemented by Serializers to publish methods
to get and set streams and writers, to set the output properties, and
get the Serializer as a ContentHandler or DOMSerializer. |
SerializerFactory.java | Class | Factory for creating serializers. |
SerializerUtils.java | Class | Class that contains only static methods that are used to "serialize",
these methods are used by Xalan and are not in org.apache.xml.serializer
because they have dependancies on the packages org.apache.xpath or org.
apache.xml.dtm or org.apache.xalan.transformer. |