|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.schema.elements.SchemaBase
org.jibx.schema.elements.OpenAttrBase
org.jibx.schema.elements.AnnotatedBase
org.jibx.schema.elements.WildcardBase
public class WildcardBase
Base for wildcard element definitions.
| Field Summary | |
|---|---|
static int |
LAX_PROCESS
|
static StringArray |
s_allowedAttributes
List of allowed attribute names. |
static EnumSet |
s_processValues
|
static int |
SKIP_PROCESS
|
static int |
STRICT_PROCESS
|
| Fields inherited from interface org.jibx.schema.IComponent |
|---|
SCHEMA_NAMESPACE |
| Constructor Summary | |
|---|---|
WildcardBase(int type)
Constructor. |
|
| Method Summary | |
|---|---|
String[] |
getNamespaces()
Get 'namespace' attribute value. |
int |
getProcessContents()
Get 'processContents' attribute type code. |
String |
getProcessContentsText()
Get 'processContents' attribute text. |
void |
prevalidate(ValidationContext vctx)
Prevalidate component information. |
void |
setNamespaces(String[] namespaces)
Set 'namespace' attribute value. |
void |
setProcessContents(int code)
Set 'processContents' attribute type code. |
| Methods inherited from class org.jibx.schema.elements.AnnotatedBase |
|---|
getAnnotation, getId, setAnnotation, setId |
| Methods inherited from class org.jibx.schema.elements.OpenAttrBase |
|---|
addExtraAttribute, clearExtraAttributes, compactChildren, detachChild, getChild, getChildCount, getChildIterator, getChildrenWritable, getExtraAttributes, preget, replaceChild, validateAttributes |
| Methods inherited from class org.jibx.schema.elements.SchemaBase |
|---|
addNamespaceDeclaration, bit, clearNamespaceDeclarations, getExtension, getNamespaceDeclarations, getParent, getSchema, isGlobal, name, preset, readNamespaces, setExtension, setParent, type, validate, validateAttributes, writeNamespaces |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StringArray s_allowedAttributes
public static final int LAX_PROCESS
public static final int SKIP_PROCESS
public static final int STRICT_PROCESS
public static final EnumSet s_processValues
| Constructor Detail |
|---|
public WildcardBase(int type)
type - element type| Method Detail |
|---|
public String[] getNamespaces()
public void setNamespaces(String[] namespaces)
namespaces - public int getProcessContents()
-1 if not set)public void setProcessContents(int code)
code - (-1 to unset)public String getProcessContentsText()
null if not set)public void prevalidate(ValidationContext vctx)
SchemaBase
prevalidate in interface IComponentprevalidate in class AnnotatedBasevctx - validation context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||