|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.xerces.impl.xs.XSWildcardDecl
The XML representation for a wildcard declaration
schema component is an
Field Summary
static java.lang.StringABSENT
java.lang.String[]fNamespaceList
shortfProcessContents
shortfType
static shortWILDCARD_ANY
static shortWILDCARD_LAX
static shortWILDCARD_LIST
static shortWILDCARD_OTHER
static shortWILDCARD_SKIP
static shortWILDCARD_STRICT
Constructor Summary
XSWildcardDecl()
Method Summary
booleanallowNamespace(java.lang.String namespace)
Validation Rule: Wildcard allows Namespace Name
booleanisSubsetOf(XSWildcardDecl superWildcard)
Schema Component Constraint: Wildcard Subset
XSWildcardDeclperformIntersectionWith(XSWildcardDecl wildcard,
short processContents)
Schema Component Constraint: Attribute Wildcard Intersection
XSWildcardDeclperformUnionWith(XSWildcardDecl wildcard,
short processContents)
Schema Component Constraint: Attribute Wildcard Union
java.lang.StringtoString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
ABSENT
public static final java.lang.String ABSENT
WILDCARD_ANY
public static final short WILDCARD_ANY
WILDCARD_OTHER
public static final short WILDCARD_OTHER
WILDCARD_LIST
public static final short WILDCARD_LIST
WILDCARD_STRICT
public static final short WILDCARD_STRICT
WILDCARD_LAX
public static final short WILDCARD_LAX
WILDCARD_SKIP
public static final short WILDCARD_SKIP
fType
public short fType
fProcessContents
public short fProcessContents
fNamespaceList
public java.lang.String[] fNamespaceList
Constructor Detail
XSWildcardDecl
public XSWildcardDecl()
Method Detail
allowNamespace
public boolean allowNamespace(java.lang.String namespace)
isSubsetOf
public boolean isSubsetOf(XSWildcardDecl superWildcard)
performUnionWith
public XSWildcardDecl performUnionWith(XSWildcardDecl wildcard,
short processContents)
performIntersectionWith
public XSWildcardDecl performIntersectionWith(XSWildcardDecl wildcard,
short processContents)
toString
public java.lang.String toString()
toString in class java.lang.Object
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.