Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of DocumentHandler in org.xml.sax |
---|
Modifier and Type | Class and Description |
---|---|
class |
HandlerBase
Deprecated. This class works with the deprecated DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
Modifier and Type | Method and Description |
---|---|
void |
Parser.setDocumentHandler(DocumentHandler handler)
Deprecated. Allow an application to register a document event handler. |
Uses of DocumentHandler in org.xml.sax.helpers |
---|
Modifier and Type | Class and Description |
---|---|
class |
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader. |
Modifier and Type | Method and Description |
---|---|
void |
XMLReaderAdapter.setDocumentHandler(DocumentHandler handler)
Register the SAX1 document event handler. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.