org.apache.batik.dom.svg12

Class SVGOMHandlerElement

public class SVGOMHandlerElement extends SVGOMElement

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

Constructor Detail

SVGOMHandlerElement

protected SVGOMHandlerElement()
Creates a new SVGOMHandlerElement object.

SVGOMHandlerElement

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

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.