Package org.attoparser.dom
Class Comment
java.lang.Object
org.attoparser.dom.AbstractNode
org.attoparser.dom.Comment
- All Implemented Interfaces:
Serializable
,INode
Comment node in a DOM tree.
- Since:
- 2.0.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneNode
(INestableNode parent) void
setContent
(char[] buffer, int offset, int len) void
setContent
(String content)