org.apache.batik.extension.svg
Class BatikDomExtension.FlowDivElementFactory

java.lang.Object
  extended by org.apache.batik.extension.svg.BatikDomExtension.FlowDivElementFactory
All Implemented Interfaces:
ExtensibleDOMImplementation.ElementFactory
Enclosing class:
BatikDomExtension

protected static class BatikDomExtension.FlowDivElementFactory
extends java.lang.Object
implements ExtensibleDOMImplementation.ElementFactory

To create a 'flowDiv' element.


Constructor Summary
BatikDomExtension.FlowDivElementFactory()
           
 
Method Summary
 org.w3c.dom.Element create(java.lang.String prefix, org.w3c.dom.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

BatikDomExtension.FlowDivElementFactory

public BatikDomExtension.FlowDivElementFactory()
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 interface ExtensibleDOMImplementation.ElementFactory


Copyright ? 2008 Apache Software Foundation. All Rights Reserved.