Package org.codehaus.plexus.util.xml


package org.codehaus.plexus.util.xml
XML utilities.
  • Class
    Description
     
    Implementation of XMLWriter which emits nicely formatted documents.
    Utility to create Readers from streams, with explicit encoding choice: platform default, XML, or specified.
    Write to an MXSerializer.
    Utility to create Writers, with explicit encoding choice: platform default, XML, or specified.
    Deprecated.
    use XmlStreamReader
    The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
    Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream.
    The XmlStreamReaderException is thrown by the XmlStreamReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023.
    Character stream that handles (or at least attempts to) all the necessary Voodo to figure out the charset encoding of the XML document written to the stream.
    Common XML utilities methods.
     
    Utility class for the XmlWriter class.
    NOTE: remove all the util code in here when separated, this class should be pure data.
     
    Input location builder interface, to be implemented to choose how to store data.