|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalHandler | |
---|---|
gnu.xml.dom | This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). |
gnu.xml.pipeline | This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. |
gnu.xml.util | This package contains XML utilities, including SAX2 XML writers and a parser of DOM trees, plus a command line driver. |
org.xml.sax.ext | This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. |
Uses of LexicalHandler in gnu.xml.dom |
---|
Classes in gnu.xml.dom that implement LexicalHandler | |
static class |
Consumer.Backdoor
Implements the backdoors needed by DOM. |
Uses of LexicalHandler in gnu.xml.pipeline |
---|
Classes in gnu.xml.pipeline that implement LexicalHandler | |
static class |
DomConsumer.Handler
Class used to intercept various parsing events and use them to populate a DOM document. |
class |
EventFilter
A customizable event consumer, used to assemble various kinds of filters using SAX handlers and an optional second consumer. |
class |
LinkFilter
Pipeline filter to remember XHTML links found in a document, so they can later be crawled. |
class |
NSFilter
This filter ensures that element and attribute names are properly prefixed, and that such prefixes are declared. |
class |
TeeConsumer
Fans its events out to two other consumers, a "tee" filter stage in an event pipeline. |
class |
TextConsumer
Terminates a pipeline, consuming events to print them as well formed XML (or XHTML) text. |
class |
ValidationConsumer
This class checks SAX2 events to report validity errors; it works as both a filter and a terminus on an event pipeline. |
class |
WellFormednessFilter
This filter reports fatal exceptions in the case of event streams that are not well formed. |
class |
XIncludeFilter
Filter to process an XPointer-free subset of XInclude, supporting its use as a kind of replacement for parsed general entities. |
class |
XsltFilter
Packages an XSLT transform as a pipeline component. |
Uses of LexicalHandler in gnu.xml.util |
---|
Classes in gnu.xml.util that implement LexicalHandler | |
class |
XHTMLWriter
This extends XMLWriter to create a class which defaults to writing XHTML text, preferring the US-ASCII encoding. |
class |
XMLWriter
This class is a SAX handler which writes all its input as a well formed XML or XHTML document. |
Uses of LexicalHandler in org.xml.sax.ext |
---|
Classes in org.xml.sax.ext that implement LexicalHandler | |
class |
DefaultHandler2
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler and DeclHandler extensions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2007-02-12.