ibm.techexplorer.dom
Class TEElement

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

public class TEElement
extends TENode
implements Element

Description

See Also:
techexplorer, org.w3c.dom

Fields inherited from class ibm.techexplorer.dom.TENode
node, plugin
 
Constructor Summary
TEElement(techexplorer plugin, int node)
           
 
Method Summary
 java.lang.String getAttribute(java.lang.String name)
           
 Attr getAttributeNode(java.lang.String name)
           
 NodeList getElementsByTagName(java.lang.String name)
           
 java.lang.String getTagName()
           
 void normalize()
           
 void removeAttribute(java.lang.String name)
           
 Attr removeAttributeNode(Attr oldAttr)
           
 void setAttribute(java.lang.String name, java.lang.String value)
           
 Attr setAttributeNode(Attr newAttr)
           
 
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

TEElement

public TEElement(techexplorer plugin,
                 int node)
Method Detail

getTagName

public java.lang.String getTagName()
Specified by:
getTagName in interface Element

getAttribute

public java.lang.String getAttribute(java.lang.String name)
Specified by:
getAttribute in interface Element

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.String value)
                  throws DOMException
Specified by:
setAttribute in interface Element

removeAttribute

public void removeAttribute(java.lang.String name)
                     throws DOMException
Specified by:
removeAttribute in interface Element

getAttributeNode

public Attr getAttributeNode(java.lang.String name)
Specified by:
getAttributeNode in interface Element

setAttributeNode

public Attr setAttributeNode(Attr newAttr)
                      throws DOMException
Specified by:
setAttributeNode in interface Element

removeAttributeNode

public Attr removeAttributeNode(Attr oldAttr)
                         throws DOMException
Specified by:
removeAttributeNode in interface Element

getElementsByTagName

public NodeList getElementsByTagName(java.lang.String name)
Specified by:
getElementsByTagName in interface Element

normalize

public void normalize()
Specified by:
normalize in interface Element