IXmlStreaming
IXMLStreaming is the interface (accessible through xmlStreaming) that exposes the XML parsing and serialization in a platform independent way.
Properties
Get a generic (platform independent) DOM implementation.
Get a streaming factory that returns the platform independent serializer/deserializer implementations.
Get a DOM implementation that may be platform specific (where available)
Functions
Create a new XML reader with the given input. This reader is generic.
Create a new XML reader with the given source node as starting point. This reader is generic.
Create a new XML reader with the given source node as starting point. This reader is generic. This would does charset detection using BOM for UTF variants and the xml declaration.
Create a new XmlWriter that appends to the given Appendable. This writer could be a platform specific writer.
Create a new XML reader with the given source node as starting point. Depending on the configuration, this parser can be platform specific.
Create a new XML reader with the given input. Depending on the configuration, this parser can be platform specific.
Create a new XML reader with the given source node as starting point. Depending on the configuration, this parser can be platform specific.
Create a new XML reader with the given source node as starting point. Depending on the configuration, this parser can be platform specific. This would normally do some level of charset detection (e.g. using the xml declaration, a.o. UTF BOM based detection).
Create a new XML reader with the given source node as starting point. Depending on the configuration, this parser can be platform specific.
Create a new DomWriter that results in writing a DOM tree.
Create a new XmlWriter that appends to the given Appendable.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Create a new XmlWriter that appends to the given Appendable. This writer could be a platform specific writer.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Create a new XmlWriter that appends to the given Appendable. This writer could be a platform specific writer.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Create a new XmlWriter that appends to the given OutputStream. This writer could be a platform specific writer.
Create a new XmlWriter that appends to the given java specific java.io.Writer.
Create a new XmlWriter that appends to the given Writer. This writer could be a platform specific writer.
Create a new XmlWriter that appends to the given multi-platform MPWriter.
Set the factory that is used to initialise the non-generic readers/writers.
