org.apache.batik.dom.svg

Class SVGOMMetadataElement

public class SVGOMMetadataElement extends SVGOMElement implements SVGMetadataElement

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

Constructor Detail

SVGOMMetadataElement

protected SVGOMMetadataElement()
Creates a new SVGOMMetadataElement object.

SVGOMMetadataElement

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

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

Method Detail

getLocalName

public String getLocalName()
DOM: Implements {@link org.w3c.dom.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.