public class

AttrImpl

extends NodeImpl
implements Attr
java.lang.Object
   ↳ com.android.mms.dom.NodeImpl
     ↳ com.android.mms.dom.AttrImpl

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Protected Constructors
AttrImpl(DocumentImpl owner, String name)
Public Methods
String getName()
Node getNextSibling()
String getNodeName()
short getNodeType()
Element getOwnerElement()
Node getParentNode()
Node getPreviousSibling()
TypeInfo getSchemaTypeInfo()
boolean getSpecified()
String getValue()
boolean isId()
void setNodeValue(String nodeValue)
void setValue(String value)
[Expand]
Inherited Methods
From class com.android.mms.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Attr
From interface org.w3c.dom.Node
From interface org.w3c.dom.events.EventTarget

Protected Constructors

protected AttrImpl (DocumentImpl owner, String name)

Public Methods

public String getName ()

public Node getNextSibling ()

public String getNodeName ()

public short getNodeType ()

public Element getOwnerElement ()

public Node getParentNode ()

public Node getPreviousSibling ()

public TypeInfo getSchemaTypeInfo ()

public boolean getSpecified ()

public String getValue ()

public boolean isId ()

public void setNodeValue (String nodeValue)

Throws
DOMException

public void setValue (String value)

Throws
DOMException