org.apache.batik.dom.svg12
public class XBLOMDefinitionElement extends XBLOMElement
| Constructor Summary | |
|---|---|
| protected | XBLOMDefinitionElement()
Creates a new XBLOMDefinitionElement. |
| XBLOMDefinitionElement(String prefix, AbstractDocument owner)
Creates a new XBLOMDefinitionElement. | |
| Method Summary | |
|---|---|
| String | getElementLocalName()
Returns the local name of elements this definition will bind. |
| String | getElementNamespaceURI()
Returns the namspace URI of elements this definition will bind. |
| String | getLocalName()
DOM: Implements Node#getLocalName(). |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
Parameters: prefix The namespace prefix. owner The owner document.