org.apache.batik.dom.svg12

Class XBLOMTemplateElement

public class XBLOMTemplateElement extends XBLOMElement

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

Constructor Detail

XBLOMTemplateElement

protected XBLOMTemplateElement()
Creates a new XBLOMTemplateElement.

XBLOMTemplateElement

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

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.