Package | Description |
---|---|
nu.validator.saxtree |
This package provides SAX Tree: a tree model optimized for creation from SAX
events and replay as SAX events.
|
Modifier and Type | Class and Description |
---|---|
class |
CDATA
A CDATA section.
|
class |
Document
A document.
|
class |
DocumentFragment
A document fragment.
|
class |
DTD
A doctype.
|
class |
Element
An element.
|
class |
Entity
An entity.
|
Modifier and Type | Field and Description |
---|---|
private ParentNode |
TreeBuilder.current
The current node.
|
private ParentNode |
Node.parentNode
The parent.
|
Modifier and Type | Method and Description |
---|---|
ParentNode |
Node.getParentNode()
Returns the parentNode.
|
ParentNode |
TreeBuilder.getRoot()
Returns the root (
Document if building a full document or
DocumentFragment if building a fragment.). |
Modifier and Type | Method and Description |
---|---|
void |
ParentNode.copyEndLocator(ParentNode another)
Copies the endLocator from another node.
|
(package private) void |
Node.setParentNode(ParentNode parentNode)
Sets the parentNode.
|