ibm.techexplorer.dom
Class TEAttr

java.lang.Object
  |
  +--ibm.techexplorer.dom.TENode
        |
        +--ibm.techexplorer.dom.TEAttr

public class TEAttr
extends TENode
implements Attr

Description

See Also:
techexplorer, NodeList

Fields inherited from class ibm.techexplorer.dom.TENode
node, teobject
 
Constructor Summary
TEAttr(techexplorer teobject, int attr)
           
 
Method Summary
 java.lang.String getName()
           
 boolean getSpecified()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class ibm.techexplorer.dom.TENode
appendChild, cloneNode, convertFrBool, convertFrNode, convertToAttribute, convertToBool, convertToCDATASection, convertToComment, convertToDocument, convertToDocumentFragment, convertToDocumentType, convertToDOMImplementation, convertToElement, convertToEntity, convertToEntityReference, convertToNamedNodeMap, convertToNode, convertToNodeList, convertToNotation, convertToProcessingInstruction, convertToText, createNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, removeChild, replaceChild, setNodeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TEAttr

public TEAttr(techexplorer teobject,
              int attr)
Method Detail

getName

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

getSpecified

public boolean getSpecified()
Specified by:
getSpecified in interface Attr

getValue

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

setValue

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