org.apache.batik.dom.svg
public class SVGOMToBeImplementedElement extends SVGGraphicsElement
Field Summary | |
---|---|
protected String | localName
This element's local name |
Constructor Summary | |
---|---|
protected | SVGOMToBeImplementedElement()
Creates a new SVGOMToBeImplementedElement object. |
SVGOMToBeImplementedElement(String prefix, AbstractDocument owner, String localName)
Creates a new SVGOMToBeImplementedElement object. |
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 | getLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName(). |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document. localName the local name for the element.
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.