|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeType | |
---|---|
nu.validator.saxtree | This package provides SAX Tree: a tree model optimized for creation from SAX events and replay as SAX events. |
Uses of NodeType in nu.validator.saxtree |
---|
Methods in nu.validator.saxtree that return NodeType | |
---|---|
NodeType |
CDATA.getNodeType()
|
NodeType |
Element.getNodeType()
|
NodeType |
Characters.getNodeType()
|
NodeType |
SkippedEntity.getNodeType()
|
NodeType |
Entity.getNodeType()
|
NodeType |
Comment.getNodeType()
|
NodeType |
ProcessingInstruction.getNodeType()
|
NodeType |
DocumentFragment.getNodeType()
|
NodeType |
IgnorableWhitespace.getNodeType()
|
abstract NodeType |
Node.getNodeType()
Return the node type. |
NodeType |
DTD.getNodeType()
|
NodeType |
Document.getNodeType()
|
static NodeType |
NodeType.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |