SaxParser.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(const(Ch)[] content)
    class SaxParser(Ch = char)
    void
    parse
    (
    const(Ch)[] content
    )
  2. void parse()

Meta