org.apache.batik.dom.svg

Class SVGOMToBeImplementedElement

public class SVGOMToBeImplementedElement extends SVGGraphicsElement

This is a development only class. It is used temporarily in the SVG DOM implementation for SVG elements whose DOM support has not been put in.
Field Summary
protected StringlocalName
This element's local name
Constructor Summary
protected SVGOMToBeImplementedElement()
Creates a new SVGOMToBeImplementedElement object.
SVGOMToBeImplementedElement(String prefix, AbstractDocument owner, String localName)
Creates a new SVGOMToBeImplementedElement object.
Method Summary
protected NodecopyInto(Node n)
Copy the fields of the current node into the given node.
protected NodedeepCopyInto(Node n)
Deeply copy the fields of the current node into the given node.
protected NodedeepExport(Node n, AbstractDocument d)
Deeply exports this node to the given document.
protected Nodeexport(Node n, AbstractDocument d)
Exports this node to the given document.
StringgetLocalName()
DOM: Implements org.w3c.dom.Node#getLocalName().
protected NodenewNode()
Returns a new uninitialized instance of this object's class.

Field Detail

localName

protected String localName
This element's local name

Constructor Detail

SVGOMToBeImplementedElement

protected SVGOMToBeImplementedElement()
Creates a new SVGOMToBeImplementedElement object.

SVGOMToBeImplementedElement

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

Parameters: prefix The namespace prefix. owner The owner document. localName the local name for the element.

Method Detail

copyInto

protected Node copyInto(Node n)
Copy the fields of the current node into the given node.

Parameters: n a node of the type of this.

deepCopyInto

protected Node deepCopyInto(Node n)
Deeply copy the fields of the current node into the given node.

Parameters: n a node of the type of this.

deepExport

protected Node deepExport(Node n, AbstractDocument d)
Deeply exports this node to the given document.

export

protected Node export(Node n, AbstractDocument d)
Exports this node to the given document.

getLocalName

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