XMLReader.parse

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)

  1. void parse(Ch[] content)
    interface XMLReader(Ch = char)
    void
    parse
    (
    Ch[] content
    )
  2. void parse()

Meta