feat.v1.impl.template
クラス DOMCharacterDataImpl

java.lang.Object
  拡張feat.v1.impl.template.DOMNodeImpl
      拡張feat.v1.impl.template.DOMCharacterDataImpl
すべての実装インタフェース:
org.w3c.dom.CharacterData, HTMLConvertibleNode, org.w3c.dom.Node
直系の既知のサブクラス:
DOMCommentImpl, DOMTextImpl

public abstract class DOMCharacterDataImpl
extends DOMNodeImpl
implements org.w3c.dom.CharacterData

DOM APIのCharacterDataの実装。

作成者:
SUGIMOTO Ken-ichi

フィールドの概要
 
インタフェース org.w3c.dom.Node から継承したフィールド
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
メソッドの概要
 void appendData(java.lang.String arg)
           
 void deleteData(int offset, int count)
           
 org.w3c.dom.NamedNodeMap getAttributes()
           
 java.lang.String getData()
           
 int getLength()
           
 short getNodeType()
           
 java.lang.String getNodeValue()
           
 boolean hasAttributes()
           
 void insertData(int offset, java.lang.String arg)
           
 void replaceData(int offset, int count, java.lang.String arg)
           
 void setData(java.lang.String data)
           
 void setNodeValue(java.lang.String nodeValue)
           
 java.lang.String substringData(int offset, int count)
           
 
クラス feat.v1.impl.template.DOMNodeImpl から継承したメソッド
appendChild, cloneNode, convertHTML, getChildNodes, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setPrefix
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.w3c.dom.Node から継承したメソッド
appendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setPrefix
 

メソッドの詳細

getNodeType

public short getNodeType()
定義:
インタフェース org.w3c.dom.Node 内の getNodeType

hasAttributes

public boolean hasAttributes()
定義:
インタフェース org.w3c.dom.Node 内の hasAttributes

getNodeValue

public java.lang.String getNodeValue()
                              throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.Node 内の getNodeValue
例外:
org.w3c.dom.DOMException

setNodeValue

public void setNodeValue(java.lang.String nodeValue)
                  throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.Node 内の setNodeValue
例外:
org.w3c.dom.DOMException

getAttributes

public org.w3c.dom.NamedNodeMap getAttributes()
定義:
インタフェース org.w3c.dom.Node 内の getAttributes

appendData

public void appendData(java.lang.String arg)
                throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.CharacterData 内の appendData
例外:
org.w3c.dom.DOMException

deleteData

public void deleteData(int offset,
                       int count)
                throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.CharacterData 内の deleteData
例外:
org.w3c.dom.DOMException

getData

public java.lang.String getData()
                         throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.CharacterData 内の getData
例外:
org.w3c.dom.DOMException

getLength

public int getLength()
定義:
インタフェース org.w3c.dom.CharacterData 内の getLength

insertData

public void insertData(int offset,
                       java.lang.String arg)
                throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.CharacterData 内の insertData
例外:
org.w3c.dom.DOMException

replaceData

public void replaceData(int offset,
                        int count,
                        java.lang.String arg)
                 throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.CharacterData 内の replaceData
例外:
org.w3c.dom.DOMException

setData

public void setData(java.lang.String data)
             throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.CharacterData 内の setData
例外:
org.w3c.dom.DOMException

substringData

public java.lang.String substringData(int offset,
                                      int count)
                               throws org.w3c.dom.DOMException
定義:
インタフェース org.w3c.dom.CharacterData 内の substringData
例外:
org.w3c.dom.DOMException