public getExternalSubset(name as String, baseURI as String) as InputSource throws SAXException, IOException:
Provides an external subset.
| Parameter | Description |
|---|---|
name | Document element name, or null. |
baseURI | Base URI, or null. |
Always null so the parser can use its default behavior.
subset = handler.getExternalSubset("book", "file:/tmp/book.xml")