org.apache.batik.dom.svg

Class SVGOMFontFaceUriElement

public class SVGOMFontFaceUriElement extends SVGOMElement implements SVGFontFaceUriElement

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

Constructor Detail

SVGOMFontFaceUriElement

protected SVGOMFontFaceUriElement()
Creates a new SVGOMFontFaceUriElement object.

SVGOMFontFaceUriElement

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

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.