sdlip.xml.dom
Class AttrImpl

java.lang.Object
  |
  +--sdlip.xml.dom.NodeImpl
        |
        +--sdlip.xml.dom.AttrImpl

public class AttrImpl
extends NodeImpl
implements org.w3c.dom.Attr


Fields inherited from class sdlip.xml.dom.NodeImpl
firstChild, lastChild, name, nextSibling, ownerDocument, parentNode, previousSibling, value
 
Constructor Summary
AttrImpl(DocumentImpl ownerDocument, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 short getNodeType()
           
 java.lang.String getNodeValue()
           
 boolean getSpecified()
           
 java.lang.String getValue()
           
 void setNodeValue(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class sdlip.xml.dom.NodeImpl
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLength, getNextSibling, getNodeName, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, item, removeChild, replaceChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttrImpl

public AttrImpl(DocumentImpl ownerDocument,
                java.lang.String name)
Method Detail

getNodeType

public short getNodeType()
Overrides:
getNodeType in class NodeImpl

setNodeValue

public void setNodeValue(java.lang.String value)
                  throws org.w3c.dom.DOMException
Overrides:
setNodeValue in class NodeImpl

getNodeValue

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

getName

public java.lang.String getName()
Specified by:
getName in interface org.w3c.dom.Attr

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface org.w3c.dom.Attr

getValue

public java.lang.String getValue()
Specified by:
getValue in interface org.w3c.dom.Attr

getSpecified

public boolean getSpecified()
Specified by:
getSpecified in interface org.w3c.dom.Attr

toString

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