Class PMRCDATASectionImpl

All Implemented Interfaces:
CDATASection, CharacterData, Node, Text

public class PMRCDATASectionImpl extends PMRTextImpl implements CDATASection
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • PMRCDATASectionImpl

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

      public PMRCDATASectionImpl(CDATASection dt, PMRDocument doc)
      Creates a new PMRCDATASectionImpl object.
      Parameters:
      dt - the generic W3C CDATA section to delegate to
      doc - the owner CML document