|
||||||
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
|
private java.lang.String[] |
m_namespaces
'namespace' attribute value. |
private int |
m_processType
'processContents' attribute value. |
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 | |
---|---|
java.lang.String[] |
getNamespaces()
Get 'namespace' attribute value. |
int |
getProcessContents()
Get 'processContents' attribute type code. |
java.lang.String |
getProcessContentsText()
Get 'processContents' attribute text. |
void |
prevalidate(ValidationContext vctx)
Prevalidate component information. |
void |
setNamespaces(java.lang.String[] namespaces)
Set 'namespace' attribute value. |
void |
setProcessContents(int code)
Set 'processContents' attribute type code. |
private void |
setProcessContentsText(java.lang.String text,
IUnmarshallingContext ictx)
Set 'processContents' attribute text. |
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
private java.lang.String[] m_namespaces
private int m_processType
Constructor Detail |
---|
public WildcardBase(int type)
type
- element typeMethod Detail |
---|
public java.lang.String[] getNamespaces()
public void setNamespaces(java.lang.String[] namespaces)
namespaces
- public int getProcessContents()
-1
if not set)public void setProcessContents(int code)
code
- (-1
to unset)public java.lang.String getProcessContentsText()
null
if not set)private void setProcessContentsText(java.lang.String text, IUnmarshallingContext ictx)
text
- ictx
- public void prevalidate(ValidationContext vctx)
SchemaBase
prevalidate
in interface IComponent
prevalidate
in class AnnotatedBase
vctx
- validation context
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |