public abstract class BaseExtension extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ARITY_OPTIONAL_COLLECTION |
static int |
ARITY_OPTIONAL_SINGLETON |
static int |
ARITY_REQUIRED_COLLECTION |
static int |
ARITY_REQUIRED_SINGLETON |
| Constructor and Description |
|---|
BaseExtension(OpenAttrBase comp)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OpenAttrBase |
getComponent()
Get schema component.
|
QName |
getReplacementType(QName qname)
Get the replacement type to be substituted for a supplied type.
|
void |
setTypeReplacer(TypeReplacer replacer)
Set type replacer.
|
public static final int ARITY_OPTIONAL_SINGLETON
public static final int ARITY_REQUIRED_SINGLETON
public static final int ARITY_OPTIONAL_COLLECTION
public static final int ARITY_REQUIRED_COLLECTION
public BaseExtension(OpenAttrBase comp)
comp - public OpenAttrBase getComponent()
public void setTypeReplacer(TypeReplacer replacer)
replacer - public QName getReplacementType(QName qname)
qname - original typenull if deletion; original type, if no substitution defined)Copyright © 2005-2014 jibx.org. All Rights Reserved.