Uses of Class
org.xml.sax.HandlerBase

Packages that use HandlerBase
javax.xml.parsers This package provides a pluggability mechanism to allow a compliant SAX or DOM parser to be used independently by an application. 
 

Uses of HandlerBase in javax.xml.parsers
 

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.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.