|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Comment
A comment. Returned by the Abdera XPath implementation when querying for comment nodes (e.g. xpath.selectNodes("//comment()"); ...)
Method Summary | ||
---|---|---|
void |
discard()
Delete the comment node |
|
Factory |
getFactory()
The Abdera Factory |
|
|
getParentElement()
The parent node |
|
java.lang.String |
getText()
The text of this comment node |
|
void |
setText(java.lang.String text)
The text of this comment node |
Method Detail |
---|
void discard()
java.lang.String getText()
void setText(java.lang.String text)
Factory getFactory()
<T extends Base> T getParentElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |