org.apache.batik.dom.svg12
Class SVG12DOMImplementation.SubImageElementFactory

java.lang.Object
  extended byorg.apache.batik.dom.svg12.SVG12DOMImplementation.SubImageElementFactory
All Implemented Interfaces:
ExtensibleDOMImplementation.ElementFactory
Enclosing class:
SVG12DOMImplementation

protected static class SVG12DOMImplementation.SubImageElementFactory
extends Object
implements ExtensibleDOMImplementation.ElementFactory

To create a 'subImage' element.


Constructor Summary
SVG12DOMImplementation.SubImageElementFactory()
           
 
Method Summary
 Element create(String prefix, Document doc)
          Creates an instance of the associated element type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVG12DOMImplementation.SubImageElementFactory

public SVG12DOMImplementation.SubImageElementFactory()
Method Detail

create

public Element create(String prefix,
                      Document doc)
Creates an instance of the associated element type.

Specified by:
create in interface ExtensibleDOMImplementation.ElementFactory


Copyright © 2009 Apache Software Foundation. All Rights Reserved.