Class CharacterDataImpl

    • Field Detail

      • text

        protected volatile java.lang.String text
    • Constructor Detail

      • CharacterDataImpl

        public CharacterDataImpl()
      • CharacterDataImpl

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

      • getClassName

        public java.lang.String getClassName()
      • getTextContent

        public java.lang.String getTextContent()
                                        throws org.w3c.dom.DOMException
        Description copied from class: NodeImpl
        Gets the text content of this node and its descendents.
        Specified by:
        getTextContent in interface org.w3c.dom.Node
        Overrides:
        getTextContent in class NodeImpl
        Throws:
        org.w3c.dom.DOMException
      • setTextContent

        public void setTextContent​(java.lang.String textContent)
                            throws org.w3c.dom.DOMException
        Specified by:
        setTextContent in interface org.w3c.dom.Node
        Overrides:
        setTextContent in class NodeImpl
        Throws:
        org.w3c.dom.DOMException
      • cloneNode

        public org.w3c.dom.Node cloneNode​(boolean deep)
        Specified by:
        cloneNode in interface org.w3c.dom.Node
        Overrides:
        cloneNode in class NodeImpl
      • appendData

        public void appendData​(java.lang.String arg)
                        throws org.w3c.dom.DOMException
        Specified by:
        appendData in interface org.w3c.dom.CharacterData
        Throws:
        org.w3c.dom.DOMException
      • deleteData

        public void deleteData​(int offset,
                               int count)
                        throws org.w3c.dom.DOMException
        Specified by:
        deleteData in interface org.w3c.dom.CharacterData
        Throws:
        org.w3c.dom.DOMException
      • getData

        public java.lang.String getData()
                                 throws org.w3c.dom.DOMException
        Specified by:
        getData in interface org.w3c.dom.CharacterData
        Throws:
        org.w3c.dom.DOMException
      • getLength

        public int getLength()
        Specified by:
        getLength in interface org.w3c.dom.CharacterData
      • insertData

        public void insertData​(int offset,
                               java.lang.String arg)
                        throws org.w3c.dom.DOMException
        Specified by:
        insertData in interface org.w3c.dom.CharacterData
        Throws:
        org.w3c.dom.DOMException
      • replaceData

        public void replaceData​(int offset,
                                int count,
                                java.lang.String arg)
                         throws org.w3c.dom.DOMException
        Specified by:
        replaceData in interface org.w3c.dom.CharacterData
        Throws:
        org.w3c.dom.DOMException
      • setData

        public void setData​(java.lang.String data)
                     throws org.w3c.dom.DOMException
        Specified by:
        setData in interface org.w3c.dom.CharacterData
        Throws:
        org.w3c.dom.DOMException
      • substringData

        public java.lang.String substringData​(int offset,
                                              int count)
                                       throws org.w3c.dom.DOMException
        Specified by:
        substringData in interface org.w3c.dom.CharacterData
        Throws:
        org.w3c.dom.DOMException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class NodeImpl