org.apache.batik.dom.svg

Class SVGOMTitleElement

public class SVGOMTitleElement extends SVGDescriptiveElement implements SVGTitleElement

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

Constructor Detail

SVGOMTitleElement

protected SVGOMTitleElement()
Creates a new SVGOMTitleElement object.

SVGOMTitleElement

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