|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
3.10.1 The Wildcard Schema Component.
Field Summary | |
static short |
NSCONSTRAINT_ANY
Namespace Constraint: any namespace is allowed |
static short |
NSCONSTRAINT_LIST
Namespace Constraint: namespaces in the liast are allowed |
static short |
NSCONSTRAINT_NOT
Namespace Constraint: namespaces in the list are not allowed |
static short |
PC_LAX
Process content lax. |
static short |
PC_SKIP
Process content skip. |
static short |
PC_STRICT
Process content strict. |
Method Summary | |
XSAnnotation |
getAnnotation()
Optional. |
short |
getConstraintType()
Namespace constraint: A constraint type: any, not, list. |
StringList |
getNSConstraintList()
Namespace constraint. |
short |
getProcessContents()
{process contents} One of skip, lax or strict. |
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
getName, getNamespace, getType |
Field Detail |
public static final short PC_STRICT
public static final short PC_SKIP
public static final short PC_LAX
public static final short NSCONSTRAINT_ANY
public static final short NSCONSTRAINT_NOT
public static final short NSCONSTRAINT_LIST
Method Detail |
public short getConstraintType()
public StringList getNSConstraintList()
constraintType
LIST_NSCONSTRAINT, the list contains allowed namespaces. For
constraintType
NOT_NSCONSTRAINT, the list contains
disallowed namespaces.
public short getProcessContents()
public XSAnnotation getAnnotation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |