org.apache.batik.dom.svg12

Class XBLOMDefinitionElement

public class XBLOMDefinitionElement extends XBLOMElement

This class implements the xbl:definition element.
Constructor Summary
protected XBLOMDefinitionElement()
Creates a new XBLOMDefinitionElement.
XBLOMDefinitionElement(String prefix, AbstractDocument owner)
Creates a new XBLOMDefinitionElement.
Method Summary
StringgetElementLocalName()
Returns the local name of elements this definition will bind.
StringgetElementNamespaceURI()
Returns the namspace URI of elements this definition will bind.
StringgetLocalName()
DOM: Implements Node#getLocalName().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Constructor Detail

XBLOMDefinitionElement

protected XBLOMDefinitionElement()
Creates a new XBLOMDefinitionElement.

XBLOMDefinitionElement

public XBLOMDefinitionElement(String prefix, AbstractDocument owner)
Creates a new XBLOMDefinitionElement.

Parameters: prefix The namespace prefix. owner The owner document.

Method Detail

getElementLocalName

public String getElementLocalName()
Returns the local name of elements this definition will bind.

getElementNamespaceURI

public String getElementNamespaceURI()
Returns the namspace URI of elements this definition will bind.

getLocalName

public String getLocalName()
DOM: Implements Node#getLocalName().

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.