Package org.apache.xml.serialize
Class Method
java.lang.Object
org.apache.xml.serialize.Method
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
- Version:
- $Revision: 476047 $ $Date: 2006-11-17 09:57:45 +0530 (Fri, 17 Nov 2006) $
- Author:
- Assaf Arkin
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.The output method for FO documents as PDF.static final String
Deprecated.The output method for HTML documents.static final String
Deprecated.The output method for text documents.static final String
Deprecated.The output method for HTML documents as XHTML.static final String
Deprecated.The output method for XML documents. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XML
Deprecated.The output method for XML documents.- See Also:
-
HTML
Deprecated.The output method for HTML documents.- See Also:
-
XHTML
Deprecated.The output method for HTML documents as XHTML.- See Also:
-
TEXT
Deprecated.The output method for text documents.- See Also:
-
FOP
Deprecated.The output method for FO documents as PDF.- See Also:
-
-
Constructor Details
-
Method
public Method()Deprecated.
-