org.apache.batik.dom
public abstract class AbstractEntity extends AbstractParentNode implements Entity
Field Summary | |
---|---|
protected String | nodeName
The node name. |
protected String | publicId
The public id. |
protected String | systemId
The system id. |
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 | getInputEncoding()
DOM: Implements {@link org.w3c.dom.Entity#getInputEncoding()}. |
String | getNodeName()
DOM: Implements {@link org.w3c.dom.Node#getNodeName()}. |
short | getNodeType()
DOM: Implements {@link org.w3c.dom.Node#getNodeType()}. |
String | getNotationName()
DOM: Implements {@link org.w3c.dom.Entity#getNotationName()}. |
String | getPublicId()
DOM: Implements {@link org.w3c.dom.Entity#getPublicId()}. |
String | getSystemId()
DOM: Implements {@link org.w3c.dom.Entity#getSystemId()}. |
String | getXmlEncoding()
DOM: Implements {@link org.w3c.dom.Entity#getXmlEncoding()}. |
String | getXmlVersion()
DOM: Implements {@link org.w3c.dom.Entity#getXmlVersion()}. |
void | setNodeName(String v)
Sets the name of this node. |
void | setNotationName(String name)
Sets the notation name. |
void | setPublicId(String id)
Sets the public id. |
void | setSystemId(String id)
Sets the system id. |
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.
Returns: {@link #nodeName}.
Returns: {@link org.w3c.dom.Node#ENTITY_NODE}
Returns: {@link #getNodeName()}.
Returns: {@link #publicId}.
Returns: {@link #systemId}.