org.apache.batik.dom.svg12

Class XBLOMXBLElement

public class XBLOMXBLElement extends XBLOMElement

This class implements the xbl:xbl element.
Constructor Summary
protected XBLOMXBLElement()
Creates a new XBLOMXBLElement.
XBLOMXBLElement(String prefix, AbstractDocument owner)
Creates a new XBLOMXBLElement.
Method Summary
StringgetLocalName()
DOM: Implements Node#getLocalName().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Constructor Detail

XBLOMXBLElement

protected XBLOMXBLElement()
Creates a new XBLOMXBLElement.

XBLOMXBLElement

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

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

Method Detail

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.