org.apache.batik.dom.svg12

Class XBLOMImportElement

public class XBLOMImportElement extends XBLOMElement

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

Constructor Detail

XBLOMImportElement

protected XBLOMImportElement()
Creates a new XBLOMImportElement.

XBLOMImportElement

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

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

Method Detail

getLocalName

public String getLocalName()
DOM: Implements {@link Node#getLocalName()}.

newNode

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