|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.beasys.commerce.util.dom.DOMBase
|
+--com.beasys.commerce.util.dom.NodeImpl
|
+--com.beasys.commerce.util.dom.EntityImpl
An implementation of the W3C's DOM Entity object.
There are generally only created at the same time that a DocumentType is created.
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
EntityImpl(org.w3c.dom.Document owner,
java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String notationName)
Constructor. |
|
| Method Summary | |
org.w3c.dom.Node |
cloneNode()
Clone this node. |
protected short[] |
getAllowableChildrenTypes()
Get the allowable children types. |
java.lang.String |
getNodeName()
Get the node/entity name. |
short |
getNodeType()
Return Node.ENTITY_NODE. |
java.lang.String |
getNotationName()
Get the notation name. |
java.lang.String |
getPublicId()
Get the public id. |
java.lang.String |
getSystemId()
Get the system id. |
void |
setNodeName(java.lang.String name)
Set the node/entity name. |
void |
setNotationName(java.lang.String notationName)
Set the notation name. |
void |
setPublicId(java.lang.String publicId)
Set the public id. |
void |
setSystemId(java.lang.String systemId)
Set the system id. |
| Methods inherited from class com.beasys.commerce.util.dom.NodeImpl |
allowsChildren, appendChild, appendChildren, checkAllowChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeType, getNodeValue, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, insertChildrenBefore, isAncestor, removeChild, replaceChild, setNodeValue, setParentNode |
| Methods inherited from class com.beasys.commerce.util.dom.DOMBase |
checkOwnerDocument, checkReadOnly, getOwnerDocument, isReadOnly, setReadOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, removeChild, replaceChild, setNodeValue |
| Constructor Detail |
public EntityImpl(org.w3c.dom.Document owner,
java.lang.String name,
java.lang.String publicId,
java.lang.String systemId,
java.lang.String notationName)
| Method Detail |
public org.w3c.dom.Node cloneNode()
cloneNode in class NodeImplprotected short[] getAllowableChildrenTypes()
getAllowableChildrenTypes in class NodeImplcom.beasys.commerce.util.dom.NodeImplpublic short getNodeType()
getNodeType in interface org.w3c.dom.NodegetNodeType in class NodeImplpublic java.lang.String getNodeName()
getNodeName in interface org.w3c.dom.NodegetNodeName in class NodeImplpublic void setNodeName(java.lang.String name)
public java.lang.String getPublicId()
getPublicId in interface org.w3c.dom.Entitypublic void setPublicId(java.lang.String publicId)
public java.lang.String getSystemId()
getSystemId in interface org.w3c.dom.Entitypublic void setSystemId(java.lang.String systemId)
public java.lang.String getNotationName()
getNotationName in interface org.w3c.dom.Entitypublic void setNotationName(java.lang.String notationName)
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||