ibm.techexplorer.dom
Class TENotation

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

public class TENotation
extends TENode
implements Notation

Description

See Also:
techexplorer, org.w3c.dom

Fields inherited from class ibm.techexplorer.dom.TENode
node, plugin
 
Constructor Summary
TENotation(techexplorer plugin, int node)
           
 
Method Summary
 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

TENotation

public TENotation(techexplorer plugin,
                  int node)
Method Detail

getPublicId

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

getSystemId

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