@param content The actual document content.
@exception org.xml.sax.SAXException Any SAX exception, possibly
wrapping another exception.
@exception java.io.IOException An IO exception from the parser,
possibly from a byte stream or character stream
supplied by the application.
@see #parse(org.xml.sax.InputSource)
Parse an XML document from a character array.
@param content The actual document content. @exception org.xml.sax.SAXException Any SAX exception, possibly wrapping another exception. @exception java.io.IOException An IO exception from the parser, possibly from a byte stream or character stream supplied by the application. @see #parse(org.xml.sax.InputSource)