|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nu.validator.saxtree.Node nu.validator.saxtree.CharBufferNode nu.validator.saxtree.Comment
public final class Comment
A comment.
Field Summary |
---|
Fields inherited from class nu.validator.saxtree.CharBufferNode |
---|
buffer |
Constructor Summary | |
---|---|
Comment(org.xml.sax.Locator locator,
char[] buf,
int start,
int length)
The constructor. |
Method Summary | |
---|---|
NodeType |
getNodeType()
Return the node type. |
Methods inherited from class nu.validator.saxtree.CharBufferNode |
---|
toString |
Methods inherited from class nu.validator.saxtree.Node |
---|
detach, getAttributes, getColumnNumber, getData, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getTarget, getUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Comment(org.xml.sax.Locator locator, char[] buf, int start, int length)
locator
- the locatorbuf
- the bufferstart
- the offsetlength
- the lengthMethod Detail |
---|
public NodeType getNodeType()
Node
getNodeType
in class Node
Node.getNodeType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |