Uses of Class
org.xml.sax.helpers.DefaultHandler
| Package | Description |
|---|---|
| javax.xml.parsers | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xml.dtm.ref | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.xml.sax.ext |
-
Uses of DefaultHandler in javax.xml.parsers
Methods in javax.xml.parsers with parameters of type DefaultHandler Modifier and Type Method Description voidSAXParser. parse(File f, DefaultHandler dh)Parse the content of the file specified as XML using the specifiedDefaultHandler.voidSAXParser. parse(InputStream is, DefaultHandler dh)Parse the content of the givenInputStreaminstance as XML using the specifiedDefaultHandler.voidSAXParser. parse(InputStream is, DefaultHandler dh, String systemId)Parse the content of the givenInputStreaminstance as XML using the specifiedDefaultHandler.voidSAXParser. parse(String uri, DefaultHandler dh)Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specifiedDefaultHandler.voidSAXParser. parse(InputSource is, DefaultHandler dh)Parse the content givenInputSourceas XML using the specifiedDefaultHandler. -
Uses of DefaultHandler in org.apache.xalan.processor
Subclasses of DefaultHandler in org.apache.xalan.processor Modifier and Type Class Description classStylesheetHandlerInitializes and processes a stylesheet via SAX events. -
Uses of DefaultHandler in org.apache.xml.dtm.ref
Fields in org.apache.xml.dtm.ref declared as DefaultHandler Modifier and Type Field Description protected DefaultHandlerDTMManagerDefault. m_defaultHandlerThe default implementation of ContentHandler, DTDHandler and ErrorHandler. -
Uses of DefaultHandler in org.apache.xml.utils
Subclasses of DefaultHandler in org.apache.xml.utils Modifier and Type Class Description classStylesheetPIHandlerSearch for the xml-stylesheet processing instructions in an XML document. -
Uses of DefaultHandler in org.xml.sax.ext
Subclasses of DefaultHandler in org.xml.sax.ext Modifier and Type Class Description classDefaultHandler2This class extends the SAX2 base handler class to support the SAX2LexicalHandler,DeclHandler, andEntityResolver2extensions.