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 and Description |
---|---|
class |
RELAXModule.AttPoolContainer |
class |
RELAXModule.ElementRulesContainer |
class |
RELAXModule.HedgeRulesContainer |
class |
RELAXModule.TagContainer |
Modifier and Type | Class and Description |
---|---|
static class |
TREXGrammar.RefContainer |
Modifier and Type | Method and Description |
---|---|
String |
ExpressionPrinter.printRefContainer(ReferenceContainer cont)
dumps all the contents of ReferenceContainer.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaSchema.AttributeDeclContainer |
class |
XMLSchemaSchema.AttributeGroupContainer |
class |
XMLSchemaSchema.ComplexTypeContainer |
class |
XMLSchemaSchema.ElementDeclContainer |
class |
XMLSchemaSchema.GroupDeclContainer |
class |
XMLSchemaSchema.SimpleTypeContainer |
Modifier and Type | Method and Description |
---|---|
void |
GrammarReader.detectUndefinedOnes(ReferenceContainer container,
String errMsg)
detects undefined ReferenceExp and reports it as an error.
|
Modifier and Type | Field and Description |
---|---|
protected ReferenceContainer |
RELAXCoreReader.combinedAttPools
contains all expressions that are going to be combined.
|
Modifier and Type | Method and Description |
---|---|
ReferenceContainer |
XMLSchemaReader.RefResolver.get(XMLSchemaSchema schema) |
protected ReferenceContainer |
AttributeGroupState.getContainer() |
protected ReferenceContainer |
GroupState.getContainer() |
protected ReferenceContainer |
ComplexTypeDeclState.getContainer() |
protected abstract ReferenceContainer |
RedefinableDeclState.getContainer()
gets appropriate ReferenceContainer to store this declaration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IslandSchemaImpl.bind(ReferenceContainer con,
IslandSchemaImpl.Binder binder) |
Copyright © 2016 Oracle Corporation. All rights reserved.