Uses of Class org.xml.sax.HandlerBase

Uses in package javax.xml.parsers

Methods with parameter type org.xml.sax.HandlerBase

void
Parse the content of the file specified as XML using the specified HandlerBase.
void
SAXParser.parse(InputStream is, HandlerBase hb)
Parse the content of the given java.io.InputStream instance as XML using the specified HandlerBase.
void
SAXParser.parse(InputStream is, HandlerBase hb, String systemId)
Parse the content of the given java.io.InputStream instance as XML using the specified HandlerBase.
void
SAXParser.parse(String uri, HandlerBase hb)
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified HandlerBase.
void
Parse the content given InputSource as XML using the specified HandlerBase.

Copyright B) 2004 Apache XML Project. All Rights Reserved.