org.apache.axiom.ts.om.factory
Class OMElementCreator
java.lang.Object
org.apache.axiom.ts.om.factory.OMElementCreator
public abstract class OMElementCreator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCES
public static final OMElementCreator[] INSTANCES
OMElementCreator
public OMElementCreator(String name,
boolean supportsDefaultNamespace)
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.