feat2.template.impl
クラス DOMAttrImpl

java.lang.Object
  拡張feat2.template.impl.DOMNodeImpl
      拡張feat2.template.impl.DOMAttrImpl
すべての実装インタフェース:
org.w3c.dom.Attr, HTMLConvertibleNode, org.w3c.dom.Node

public class DOMAttrImpl
extends DOMNodeImpl
implements org.w3c.dom.Attr

DOM APIのAttrの実装。

作成者:
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
 
メソッドの概要
 org.w3c.dom.NamedNodeMap getAttributes()
           
 org.w3c.dom.NodeList getChildNodes()
           
 java.lang.String getLocalName()
           
 java.lang.String getName()
           
 java.lang.String getNodeName()
           
 short getNodeType()
           
 java.lang.String getNodeValue()
           
 org.w3c.dom.Element getOwnerElement()
           
 boolean getSpecified()
           
 java.lang.String getValue()
           
 boolean hasAttributes()
           
 void setNodeValue(java.lang.String nodeValue)
           
 void setValue(java.lang.String value)
           
 
クラス feat2.template.impl.DOMNodeImpl から継承したメソッド
appendChild, cloneNode, convertHTML, 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, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, 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

getLocalName

public java.lang.String getLocalName()
定義:
インタフェース org.w3c.dom.Node 内の getLocalName

getNodeName

public java.lang.String getNodeName()
定義:
インタフェース org.w3c.dom.Node 内の getNodeName

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

getChildNodes

public org.w3c.dom.NodeList getChildNodes()
定義:
インタフェース org.w3c.dom.Node 内の getChildNodes
オーバーライド:
クラス DOMNodeImpl 内の getChildNodes

getName

public java.lang.String getName()
定義:
インタフェース org.w3c.dom.Attr 内の getName

getOwnerElement

public org.w3c.dom.Element getOwnerElement()
定義:
インタフェース org.w3c.dom.Attr 内の getOwnerElement

getSpecified

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

getValue

public java.lang.String getValue()
定義:
インタフェース org.w3c.dom.Attr 内の getValue

setValue

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