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 | Method and Description |
---|---|
NodeType |
ProcessingInstruction.getNodeType() |
NodeType |
DTD.getNodeType() |
NodeType |
DocumentFragment.getNodeType() |
NodeType |
Element.getNodeType() |
NodeType |
SkippedEntity.getNodeType() |
NodeType |
Characters.getNodeType() |
NodeType |
Document.getNodeType() |
abstract NodeType |
Node.getNodeType()
Return the node type.
|
NodeType |
Entity.getNodeType() |
NodeType |
CDATA.getNodeType() |
NodeType |
Comment.getNodeType() |
NodeType |
IgnorableWhitespace.getNodeType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.