Class Comment

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Comment
    extends Node
    Comment node.
    • Constructor Detail

      • Comment

        public Comment​(Document ownerDocument,
                       java.lang.String comment)
        Creates a comment.
    • Method Detail

      • visitNode

        protected void visitNode​(NodeVisitor nodeVisitor)
        Description copied from class: Node
        Visits single node. Implementations just needs to call the correct visitor callback function.
        Specified by:
        visitNode in class Node