ibm.techexplorer.dom
Class TEEntity

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

public class TEEntity
extends TENode
implements Entity

Description

See Also:
techexplorer, org.w3c.dom

Fields inherited from class ibm.techexplorer.dom.TENode
node, plugin
 
Constructor Summary
TEEntity(techexplorer plugin, int node)
           
 
Method Summary
 java.lang.String getNotationName()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 
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

TEEntity

public TEEntity(techexplorer plugin,
                int node)
Method Detail

getPublicId

public java.lang.String getPublicId()
Specified by:
getPublicId in interface Entity

getSystemId

public java.lang.String getSystemId()
Specified by:
getSystemId in interface Entity

getNotationName

public java.lang.String getNotationName()
Specified by:
getNotationName in interface Entity