Class GenericCDATASection

All Implemented Interfaces:
Serializable, NodeEventTarget, ExtendedNode, NodeXBL, XBLManagerData, CDATASection, CharacterData, EventTarget, Node, Text

public class GenericCDATASection extends AbstractText implements CDATASection
This class implements the CDATASection interface.
Version:
$Id: GenericCDATASection.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • readonly

      protected boolean readonly
      Is this element immutable?
  • Constructor Details

    • GenericCDATASection

      protected GenericCDATASection()
      Creates a new CDATASection object.
    • GenericCDATASection

      public GenericCDATASection(String value, AbstractDocument owner)
      Creates a new CDATASection object.
  • Method Details