| Package | Description |
|---|---|
| org.apache.xerces.impl.xs | |
| org.apache.xerces.impl.xs.models |
| Modifier and Type | Field and Description |
|---|---|
XSWildcardDecl |
XSAttributeGroupDecl.fAttributeWC |
XSWildcardDecl |
XSOpenContentDecl.fWildcard |
| Modifier and Type | Method and Description |
|---|---|
abstract XSWildcardDecl |
XSConstraints.performIntersectionWith(XSWildcardDecl wildcard,
XSWildcardDecl otherWildcard,
short processContents) |
abstract XSWildcardDecl |
XSConstraints.performUnionWith(XSWildcardDecl wildcard,
XSWildcardDecl otherWildcard,
short processContents) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
XSConstraints.isSubsetOf(XSWildcardDecl wildcard,
XSWildcardDecl superWildcard) |
abstract boolean |
XSConstraints.overlapUPA(XSElementDecl element,
XSWildcardDecl wildcard,
SubstitutionGroupHandler sgHandler) |
boolean |
XSConstraints.overlapUPA(XSWildcardDecl wildcard1,
XSWildcardDecl wildcard2) |
abstract XSWildcardDecl |
XSConstraints.performIntersectionWith(XSWildcardDecl wildcard,
XSWildcardDecl otherWildcard,
short processContents) |
abstract XSWildcardDecl |
XSConstraints.performUnionWith(XSWildcardDecl wildcard,
XSWildcardDecl otherWildcard,
short processContents) |
boolean |
XSWildcardDecl.weakerProcessContents(XSWildcardDecl superWildcard)
Check whether this wildcard has a weaker process contents than the super.
|
| Modifier and Type | Method and Description |
|---|---|
XSWildcardDecl |
XSEmptyCM.nextWildcardTransition(int[] s,
int[] sn,
int[] index) |
XSWildcardDecl |
XSDFACM.nextWildcardTransition(int[] s,
int[] sn,
int[] index) |
XSWildcardDecl |
XS11AllCM.nextWildcardTransition(int[] s,
int[] sn,
int[] index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XSEmptyCM.allowExpandedName(XSWildcardDecl wildcard,
QName curElem,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper) |
boolean |
XSDFACM.allowExpandedName(XSWildcardDecl wildcard,
QName curElem,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper) |
boolean |
XS11AllCM.allowExpandedName(XSWildcardDecl wildcard,
QName curElem,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper) |
boolean |
XSEmptyCM.isOpenContent(XSWildcardDecl w) |
boolean |
XSDFACM.isOpenContent(XSWildcardDecl w) |
boolean |
XS11AllCM.isOpenContent(XSWildcardDecl w) |
Copyright © 2013. All rights reserved.