Class CDATAImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Node, Text, org.w3c.dom.CDATASection, org.w3c.dom.CharacterData, org.w3c.dom.Node, org.w3c.dom.Text

    public class CDATAImpl
    extends Text
    implements org.w3c.dom.CDATASection
    Author:
    Heejune Ahn (cityboy@tmax.co.kr)
    See Also:
    Serialized Form
    • Constructor Detail

      • CDATAImpl

        public CDATAImpl​(java.lang.String text)
    • Method Detail

      • isComment

        public boolean isComment()
        Description copied from class: Text
        Retrieves whether this Text object represents a comment.
        Specified by:
        isComment in interface Text
        Overrides:
        isComment in class Text
        Returns:
        true if this Text object is a comment; false otherwise