Class | Description |
---|---|
XmlNamespace |
Represents an XML namespace, including the associated namespace URI and an
optional alias prefix to use in XML output.
|
XmlWriter |
Implements a simple XML writer on top of java.io.PrintWriter.
|
XmlWriter.Attribute |
The Attribute class represents an XML attribute.
|
XmlWriter.Namespace | Deprecated
Use the
XmlNamespace class instead. |
Enum | Description |
---|---|
XmlWriter.WriterFlags |
Enumeration type that can be used to configure the XmlWriter behavior.
|