org.apache.batik.dom
public abstract class AbstractEntityReference extends AbstractParentChildNode implements EntityReference
Field Summary | |
---|---|
protected String | nodeName
The node name. |
Constructor Summary | |
---|---|
protected | AbstractEntityReference()
Creates a new EntityReference object. |
protected | AbstractEntityReference(String name, AbstractDocument owner)
Creates a new EntityReference object. |
Method Summary | |
---|---|
protected void | checkChildType(Node n, boolean replace)
Checks the validity of a node to be inserted. |
protected Node | copyInto(Node n)
Copy the fields of the current node into the given node. |
protected Node | deepCopyInto(Node n)
Deeply copy the fields of the current node into the given node. |
protected Node | deepExport(Node n, AbstractDocument d)
Deeply exports this node to the given document. |
protected Node | export(Node n, AbstractDocument d)
Exports this node to the given document. |
String | getNodeName()
DOM: Implements org.w3c.dom.Node#getNodeName(). |
short | getNodeType()
DOM: Implements org.w3c.dom.Node#getNodeType(). |
void | setNodeName(String v)
Sets the name of this node. |
Parameters: name The entity name. owner The owner document.
Throws: DOMException INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character.
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.
Returns: nodeName.
Returns: org.w3c.dom.Node#ENTITY_REFERENCE_NODE