Uses of Class
org.xml.sax.HandlerBase
Packages that use HandlerBase
包
描述
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
-
Uses of HandlerBase in javax.xml.parsers
Methods in javax.xml.parsers with parameters of type HandlerBase修饰符和类方法描述voidSAXParser.parse(File f, HandlerBase hb) Parse the content of the file specified as XML using the specifiedHandlerBase.voidSAXParser.parse(InputStream is, HandlerBase hb) Parse the content of the givenInputStreaminstance as XML using the specifiedHandlerBase.voidSAXParser.parse(InputStream is, HandlerBase hb, String systemId) Parse the content of the givenInputStreaminstance as XML using the specifiedHandlerBase.voidSAXParser.parse(String uri, HandlerBase hb) Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specifiedHandlerBase.voidSAXParser.parse(InputSource is, HandlerBase hb) Parse the content givenInputSourceas XML using the specifiedHandlerBase.