org.apache.batik.dom.svg

Class SVGOMSwitchElement

public class SVGOMSwitchElement extends SVGGraphicsElement implements SVGSwitchElement

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

Constructor Detail

SVGOMSwitchElement

protected SVGOMSwitchElement()
Creates a new SVGOMSwitchElement object.

SVGOMSwitchElement

public SVGOMSwitchElement(String prefix, AbstractDocument owner)
Creates a new SVGOMSwitchElement 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.