Class PMRCommentImpl

All Implemented Interfaces:
CharacterData, Comment, Node

public class PMRCommentImpl extends PMRCharacterDataImpl implements Comment
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • PMRCommentImpl

      public PMRCommentImpl()
      Creates a new PMRCommentImpl object.
    • PMRCommentImpl

      public PMRCommentImpl(Comment comment, PMRDocument doc)
      Creates a new PMRCommentImpl object.
      Parameters:
      comment - the generic W3C comment to delegate to
      doc - the owner CML document