org.apache.axiom.ts.om.factory
Class OMElementCreator

java.lang.Object
  extended by org.apache.axiom.ts.om.factory.OMElementCreator

public abstract class OMElementCreator
extends Object


Field Summary
static OMElementCreator[] INSTANCES
           
 
Constructor Summary
OMElementCreator(String name, boolean supportsDefaultNamespace)
           
 
Method Summary
abstract  OMElement createOMElement(OMFactory factory, String localName, String namespaceURI, String prefix)
           
 String getName()
           
 boolean isSupportsDefaultNamespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCES

public static final OMElementCreator[] INSTANCES
Constructor Detail

OMElementCreator

public OMElementCreator(String name,
                        boolean supportsDefaultNamespace)
Method Detail

getName

public final String getName()

isSupportsDefaultNamespace

public final boolean isSupportsDefaultNamespace()

createOMElement

public abstract OMElement createOMElement(OMFactory factory,
                                          String localName,
                                          String namespaceURI,
                                          String prefix)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.