| Package | Description |
|---|---|
| org.apache.xerces.impl.xs | |
| org.apache.xerces.impl.xs.models |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaValidatorHelper
A class providing functionalities and object state data to XML Schema validator.
|
class |
XMLSchemaLoader
This class implements xni.grammars.XMLGrammarLoader.
|
class |
XMLSchemaValidator
The XML Schema validator.
|
| Constructor and Description |
|---|
SubstitutionGroupHandler(XSElementDeclHelper elementDeclHelper)
Default constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
XS11CMRestriction |
| 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) |
Object |
XSEmptyCM.oneTransition(QName elementName,
int[] currentState,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper)
The method corresponds to one transaction in the content model.
|
Object |
XSDFACM.oneTransition(QName curElem,
int[] state,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper)
one transition only
|
Object |
XSCMValidator.oneTransition(QName elementName,
int[] state,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper)
The method corresponds to one transaction in the content model.
|
Object |
XSAllCM.oneTransition(QName elementName,
int[] currentState,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper)
The method corresponds to one transition in the content model.
|
Object |
XS11AllCM.oneTransition(QName elementName,
int[] currentState,
SubstitutionGroupHandler subGroupHandler,
XSElementDeclHelper eDeclHelper)
The method corresponds to one transition in the content model.
|
Copyright © 2013. All rights reserved.