Methods in javax.xml.parsers with parameters of type HandlerBase |
void |
SAXParser.parse(java.io.InputStream stream,
HandlerBase base)
Parses the contents of the given InputStream as an XML
document using the specified HandlerBase object. |
void |
SAXParser.parse(java.lang.String uri,
HandlerBase base)
Parses the content of the given URI as an XML document using the
specified HandlerBase object. |
void |
SAXParser.parse(java.io.File file,
HandlerBase base)
Parses the content of the given File as an XML document
using the specified HandlerBase object. |
void |
SAXParser.parse(InputSource source,
HandlerBase base)
Parses the content of the given InputSource as an XML
document using the specified HandlerBase object. |