Package org.apache.batik.anim.dom
Class SVGDOMImplementation.AElementFactory
- java.lang.Object
-
- org.apache.batik.anim.dom.SVGDOMImplementation.AElementFactory
-
- All Implemented Interfaces:
ExtensibleDOMImplementation.ElementFactory
- Enclosing class:
- SVGDOMImplementation
protected static class SVGDOMImplementation.AElementFactory extends java.lang.Object implements ExtensibleDOMImplementation.ElementFactory
To create a 'a' element.
-
-
Constructor Summary
Constructors Constructor Description AElementFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.Element
create(java.lang.String prefix, org.w3c.dom.Document doc)
Creates an instance of the associated element type.
-
-
-
Method Detail
-
create
public org.w3c.dom.Element create(java.lang.String prefix, org.w3c.dom.Document doc)
Creates an instance of the associated element type.- Specified by:
create
in interfaceExtensibleDOMImplementation.ElementFactory
-
-