- name
- Identifies the document root element. This name comes from a DOCTYPE declaration (where available) or from the actual root element. The parameter is ignored.
- baseURI
- The document's base URI, serving as an additional hint for selecting the external subset. This is always an absolute URI, unless it is null because the XMLReader was given an InputSource without one. The parameter is ignored.
Documentation for this section has not yet been entered.
Type Reason Org.Xml.Sax.SAXException Any SAX exception, possibly wrapping another exception. Java.IO.IOException Probably indicating a failure to create a new InputStream or Reader, or an illegal URL.
Tells the parser that if no external subset has been declared in the document text, none should be used.