Class Comment

java.lang.Object
org.attoparser.dom.Comment
All Implemented Interfaces:
Serializable, INode

public class Comment extends Object implements Serializable

Comment node in a DOM tree.

Since:
2.0.0
Author:
Daniel Fernández
See Also:
  • Constructor Details

    • Comment

      public Comment(String content)
  • Method Details