Parse an XML document. The application can use this method to instruct the XML reader to begin parsing an XML document from any valid input source (a character stream, a byte stream, or a URI). Applications may not invoke this method while a parse is in progress (they should create a new
(InputSource input)
| 373 | * @see #setEntityResolver |
| 374 | * @see #setDTDHandler |
| 375 | * @see #setContentHandler |
| 376 | * @see #setErrorHandler |
| 377 | */ |
| 378 | public void parse (InputSource input) |
no outgoing calls