org.apache.batik.dom.svg
Interface SVGOMDocument.CustomElementFactory

Enclosing class:
SVGOMDocument

public static interface SVGOMDocument.CustomElementFactory

This interface represents a factory of custom elements.


Method Summary
 Element create(java.lang.String prefix, Document doc)
          Creates an instance of a custom element.
 

Method Detail

create

public Element create(java.lang.String prefix,
                      Document doc)
Creates an instance of a custom element.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.