org.apache.batik.dom.svg12
public abstract class XBLOMElement extends SVGOMElement implements XBLConstants
Field Summary | |
---|---|
protected String | prefix
The element prefix. |
Constructor Summary | |
---|---|
protected | XBLOMElement()
Creates a new XBLOMElement. |
protected | XBLOMElement(String prefix, AbstractDocument owner)
Creates a new XBLOMElement. |
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 | getNamespaceURI()
DOM: Implements Node#getNamespaceURI(). |
String | getNodeName()
DOM: Implements Node#getNodeName(). |
void | setPrefix(String prefix)
DOM: Implements Node#setPrefix(String). |
Parameters: prefix The namespace prefix. owner The owner document.
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.