org.apache.xalan.stree
Class EntityImpl

java.lang.Object
  |
  +--org.apache.xml.utils.UnImplNode
        |
        +--org.apache.xalan.stree.EntityImpl

public class EntityImpl
extends UnImplNode
implements Entity


Method Summary
 java.lang.String getNodeName()
           
 java.lang.String getNotationName()
          For unparsed entities, the name of the notation for the entity.
 java.lang.String getPublicId()
          The public identifier associated with the entity, if specified.
 java.lang.String getSystemId()
          The system identifier associated with the entity, if specified.
 
Methods inherited from class org.apache.xml.utils.UnImplNode
appendChild, appendData, cloneNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, deleteData, error, error, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getChildNodes, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getImplementation, getLastChild, getLength, getLocalName, getNamespaceURI, getNextSibling, getNodeType, getNodeValue, getOwnerDocument, getOwnerElement, getParentNode, getPrefix, getPreviousSibling, getSpecified, getTagName, hasAttribute, hasAttributeNS, hasAttributes, hasChildNodes, importNode, insertBefore, insertData, isSupported, item, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, replaceData, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setData, setNodeValue, setPrefix, setValue, splitText, substringData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNodeName

public java.lang.String getNodeName()
Overrides:
getNodeName in class UnImplNode

getPublicId

public java.lang.String getPublicId()
The public identifier associated with the entity, if specified. If the public identifier was not specified, this is null.
Specified by:
getPublicId in interface Entity

getSystemId

public java.lang.String getSystemId()
The system identifier associated with the entity, if specified. If the system identifier was not specified, this is null.
Specified by:
getSystemId in interface Entity

getNotationName

public java.lang.String getNotationName()
For unparsed entities, the name of the notation for the entity. For parsed entities, this is null.
Specified by:
getNotationName in interface Entity


Copyright � 2000 Apache XML Project. All Rights Reserved.