feat.v1.impl.template
クラス DOMAttrImpl
java.lang.Object
feat.v1.impl.template.DOMNodeImpl
feat.v1.impl.template.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 |
クラス feat.v1.impl.template.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