Package | Description |
---|---|
com.sun.msv.grammar.relax |
abstract grammar model(AGM): RELAX stub.
|
com.sun.msv.grammar.trex |
abstract grammar model (AGM): TREX extension
and TREX stub.
|
com.sun.msv.grammar.util |
Miscellaneous utility classes.
|
com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
com.sun.msv.reader |
reads XML representation of grammar and creates AGM.
|
com.sun.msv.reader.relax.core |
parses RELAX Core into AGM.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
com.sun.msv.relaxns.verifier |
"divide&validate" framework implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RELAXModule.AttPoolContainer |
|
class |
RELAXModule.ElementRulesContainer |
|
class |
RELAXModule.HedgeRulesContainer |
|
class |
RELAXModule.TagContainer |
Modifier and Type | Class | Description |
---|---|---|
static class |
TREXGrammar.RefContainer |
Modifier and Type | Method | Description |
---|---|---|
String |
ExpressionPrinter.printRefContainer(ReferenceContainer cont) |
dumps all the contents of ReferenceContainer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XMLSchemaSchema.AttributeDeclContainer |
|
class |
XMLSchemaSchema.AttributeGroupContainer |
|
class |
XMLSchemaSchema.ComplexTypeContainer |
|
class |
XMLSchemaSchema.ElementDeclContainer |
|
class |
XMLSchemaSchema.GroupDeclContainer |
|
class |
XMLSchemaSchema.SimpleTypeContainer |
Modifier and Type | Method | Description |
---|---|---|
void |
GrammarReader.detectUndefinedOnes(ReferenceContainer container,
String errMsg) |
detects undefined ReferenceExp and reports it as an error.
|
Modifier and Type | Field | Description |
---|---|---|
protected ReferenceContainer |
RELAXCoreReader.combinedAttPools |
contains all expressions that are going to be combined.
|
Modifier and Type | Method | Description |
---|---|---|
ReferenceContainer |
XMLSchemaReader.RefResolver.get(XMLSchemaSchema schema) |
|
protected ReferenceContainer |
AttributeGroupState.getContainer() |
|
protected ReferenceContainer |
ComplexTypeDeclState.getContainer() |
|
protected ReferenceContainer |
GroupState.getContainer() |
|
protected abstract ReferenceContainer |
RedefinableDeclState.getContainer() |
gets appropriate ReferenceContainer to store this declaration.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
IslandSchemaImpl.bind(ReferenceContainer con,
IslandSchemaImpl.Binder binder) |
Copyright © 2019 Oracle Corporation. All rights reserved.