- XMLFilterImpl - Class in org.xml.sax.helpers
-
Base class for deriving an XML filter.
- XMLFilterImpl() - Constructor for class org.xml.sax.helpers.XMLFilterImpl
-
Construct an empty XML filter, with no parent.
- XMLFilterImpl(XMLReader) - Constructor for class org.xml.sax.helpers.XMLFilterImpl
-
Construct an XML filter with the specified parent.
- XMLNS - Static variable in class org.xml.sax.helpers.NamespaceSupport
-
The XML Namespace URI as a constant.
- XMLReaderAdapter - Class in org.xml.sax.helpers
-
Adapt a SAX2 XMLReader as a SAX1 Parser.
- XMLReaderAdapter() - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
-
Create a new adapter.
- XMLReaderAdapter(XMLReader) - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
-
Create a new adapter.
- XMLReaderFactory - Class in org.xml.sax.helpers
-
Factory for creating an XML reader.