org.apache.batik.dom
public abstract class AbstractNotation extends AbstractNode implements Notation
| Field Summary | |
|---|---|
| protected String | nodeName
The node name. |
| protected String | publicId
The public id. |
| protected String | systemId
The system id. |
| Method Summary | |
|---|---|
| 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(). |
| String | getPublicId()
DOM: Implements org.w3c.dom.Notation#getPublicId(). |
| String | getSystemId()
DOM: Implements org.w3c.dom.Notation#getSystemId(). |
| void | setNodeName(String v)
Sets the name of this node. |
| void | setPublicId(String id)
Sets the public id. |
| void | setSystemId(String id)
Sets the system id. |
| void | setTextContent(String s)
DOM: Implements org.w3c.dom.Node#setTextContent(String). |
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.
Returns: org.w3c.dom.Node#NOTATION_NODE
Returns: publicId.
Returns: systemId.