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)
           
 
Method Summary
protected abstract  OMElement createOMElement(OMFactory factory, QName qname)
           
 String getName()
           
 
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)
Method Detail

getName

public String getName()

createOMElement

protected abstract OMElement createOMElement(OMFactory factory,
                                             QName qname)


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