See: Description
Class | Description |
---|---|
CDATA |
A CDATA section.
|
Characters |
A run of characters
|
CharBufferNode |
A common superclass for character buffer node classes.
|
Comment |
A comment.
|
Document |
A document.
|
DocumentFragment |
A document fragment.
|
DTD |
A doctype.
|
Element |
An element.
|
Entity |
An entity.
|
IgnorableWhitespace |
A run ignorable whitespace.
|
LocatorImpl |
A locator implementation.
|
Node |
The common node superclass.
|
ParentNode |
Common superclass for parent nodes.
|
PrefixMapping |
A prefix mapping.
|
ProcessingInstruction |
A processing instruction.
|
SkippedEntity |
A skipped entity.
|
TreeBuilder |
Builds a SAX Tree representation of a document or a fragment
streamed as
ContentHandler and
LexicalHandler events. |
TreeParser |
A tree visitor that replays a tree as SAX events.
|
Enum | Description |
---|---|
NodeType |
The node type.
|
This package provides SAX Tree: a tree model optimized for creation from SAX events and replay as SAX events.
ContentHandler
,
LexicalHandler
and Locator
.
Copyright © 2017. All rights reserved.