Class CommentNode
java.lang.Object
org.htmlcleaner.BaseTokenImpl
org.htmlcleaner.BaseHtmlNode
org.htmlcleaner.CommentNode
HTML comment token.
-
Field Summary
FieldsFields inherited from class BaseHtmlNode
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(Serializer serializer, Writer writer) toString()Methods inherited from class BaseHtmlNode
getParent, getSiblings, setParentMethods inherited from class BaseTokenImpl
getCol, getRow, setCol, setRowMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface HtmlNode
getParent, getSiblings, setParent
-
Field Details
-
-
Constructor Details
-
CommentNode
-
-
Method Details
-
getCommentedContent
-
getContent
-
toString
- Overrides:
toStringin classBaseTokenImpl
-
serialize
- Specified by:
serializein interfaceBaseToken- Overrides:
serializein classBaseHtmlNode- Throws:
IOException
-