|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentHandler | |
---|---|
org.eclipse.ercp.jaxp.implForCore | |
org.eclipse.update.core.model | Provides model support for extending the base installation and update services. |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.ext | This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of ContentHandler in org.eclipse.ercp.jaxp.implForCore |
---|
Classes in org.eclipse.ercp.jaxp.implForCore that implement ContentHandler | |
---|---|
class |
DOMBuilder
|
Methods in org.eclipse.ercp.jaxp.implForCore that return ContentHandler | |
---|---|
ContentHandler |
SAXParserImpl.getContentHandler()
|
Methods in org.eclipse.ercp.jaxp.implForCore with parameters of type ContentHandler | |
---|---|
void |
SAXParserImpl.setContentHandler(ContentHandler contentHandler)
|
Uses of ContentHandler in org.eclipse.update.core.model |
---|
Classes in org.eclipse.update.core.model that implement ContentHandler | |
---|---|
class |
DefaultFeatureParser
Default feature parser. |
class |
DefaultSiteParser
Default site parser. |
Uses of ContentHandler in org.xml.sax |
---|
Methods in org.xml.sax that return ContentHandler | |
---|---|
ContentHandler |
XMLReader.getContentHandler()
Return the current content handler. |
Methods in org.xml.sax with parameters of type ContentHandler | |
---|---|
void |
XMLReader.setContentHandler(ContentHandler handler)
Allow an application to register a content event handler. |
Uses of ContentHandler in org.xml.sax.ext |
---|
Classes in org.xml.sax.ext that implement ContentHandler | |
---|---|
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler , DeclHandler , and
EntityResolver2 extensions. |
Uses of ContentHandler in org.xml.sax.helpers |
---|
Classes in org.xml.sax.helpers that implement ContentHandler | |
---|---|
class |
DefaultHandler
Default base class for SAX2 event handlers. |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
class |
XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser. |
Methods in org.xml.sax.helpers that return ContentHandler | |
---|---|
ContentHandler |
ParserAdapter.getContentHandler()
Return the current content handler. |
ContentHandler |
XMLFilterImpl.getContentHandler()
Get the content event handler. |
Methods in org.xml.sax.helpers with parameters of type ContentHandler | |
---|---|
void |
ParserAdapter.setContentHandler(ContentHandler handler)
Set the content handler. |
void |
XMLFilterImpl.setContentHandler(ContentHandler handler)
Set the content event handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |