public abstract class OMSourcedElementVariant extends Object
Modifier and Type | Field and Description |
---|---|
static OMSourcedElementVariant[] |
INSTANCES |
Constructor and Description |
---|
OMSourcedElementVariant(String name,
boolean localNameRequiresExpansion,
boolean namespaceURIRequiresExpansion,
boolean prefixRequiresExpansion) |
Modifier and Type | Method and Description |
---|---|
void |
addTestProperties(TestCaseEx test) |
abstract OMSourcedElement |
createOMSourcedElement(OMFactory factory,
QName qname) |
String |
getName() |
boolean |
isLocalNameRequiresExpansion() |
boolean |
isNamespaceURIRequiresExpansion() |
boolean |
isPrefixRequiresExpansion(QName qname) |
public static final OMSourcedElementVariant[] INSTANCES
public OMSourcedElementVariant(String name, boolean localNameRequiresExpansion, boolean namespaceURIRequiresExpansion, boolean prefixRequiresExpansion)
public String getName()
public boolean isLocalNameRequiresExpansion()
public boolean isNamespaceURIRequiresExpansion()
public boolean isPrefixRequiresExpansion(QName qname)
public void addTestProperties(TestCaseEx test)
public abstract OMSourcedElement createOMSourcedElement(OMFactory factory, QName qname) throws Exception
Exception
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.