org.apache.batik.dom

Interface ExtensibleDOMImplementation.ElementFactory

public interface ExtensibleDOMImplementation.ElementFactory

This interface represents a factory for elements.
Method Summary
Elementcreate(String prefix, Document doc)
Creates an instance of the associated element type.

Method Detail

create

public Element create(String prefix, Document doc)
Creates an instance of the associated element type.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.