public abstract class OMElementCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
static OMElementCreator[] |
INSTANCES |
| Constructor and Description |
|---|
OMElementCreator(String name,
boolean supportsDefaultNamespace) |
| Modifier and Type | Method and Description |
|---|---|
abstract OMElement |
createOMElement(OMFactory factory,
String localName,
String namespaceURI,
String prefix) |
String |
getName() |
boolean |
isSupportsDefaultNamespace() |
public static final OMElementCreator[] INSTANCES
public OMElementCreator(String name, boolean supportsDefaultNamespace)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.