Package | Description |
---|---|
com.sun.msv.grammar.xmlschema |
W3C XML Schema grammar model.
|
com.sun.msv.reader.xmlschema |
parses XML representation of XML Schema into AGM.
|
Modifier and Type | Field and Description |
---|---|
ComplexTypeExp |
ComplexTypeExp.complexBaseType
base type of this complex type.
|
Modifier and Type | Method and Description |
---|---|
ComplexTypeExp |
XMLSchemaSchema.ComplexTypeContainer.get(String name) |
ComplexTypeExp |
XMLSchemaSchema.ComplexTypeContainer.getOrCreate(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
ComplexTypeExp.isDerivedTypeOf(ComplexTypeExp baseType,
int constraint)
Checks if this type is a derived type of the specified type.
|
Modifier and Type | Field and Description |
---|---|
ComplexTypeExp |
XMLSchemaReader.complexUrType
expression that matches to "ur-type" when used as a complex type.
|
protected ComplexTypeExp |
ComplexTypeDeclState.decl
ComplexType object that we are now constructing.
|
protected ComplexTypeExp |
ComplexContentBodyState.parentDecl
ComplexType object that we are now constructing.
|
protected ComplexTypeExp |
ComplexContentState.parentDecl
ComplexType object that we are now constructing.
|
protected ComplexTypeExp |
SimpleContentRestrictionState.parentDecl
ComplexType object that we are now constructing.
|
protected ComplexTypeExp |
SimpleContentState.parentDecl
ComplexType object that we are now constructing.
|
protected ComplexTypeExp |
SimpleContentExtensionState.parentDecl
ComplexType object that we are now constructing.
|
Modifier and Type | Method and Description |
---|---|
protected Expression |
ComplexContentBodyState.combineToBaseType(ComplexTypeExp baseType,
Expression addedExp)
combines the base type content model and this content model
|
State |
XMLSchemaReader.StateFactory.complexContent(State parent,
StartTagInfo tag,
ComplexTypeExp decl) |
State |
XMLSchemaReader.StateFactory.complexExt(State parent,
StartTagInfo tag,
ComplexTypeExp decl) |
State |
XMLSchemaReader.StateFactory.complexRst(State parent,
StartTagInfo tag,
ComplexTypeExp decl) |
State |
XMLSchemaReader.StateFactory.simpleContent(State parent,
StartTagInfo tag,
ComplexTypeExp decl) |
State |
XMLSchemaReader.StateFactory.simpleExt(State parent,
StartTagInfo tag,
ComplexTypeExp decl) |
State |
XMLSchemaReader.StateFactory.simpleRst(State parent,
StartTagInfo tag,
ComplexTypeExp decl) |
Constructor and Description |
---|
ComplexContentBodyState(ComplexTypeExp parentDecl,
boolean extension) |
ComplexContentState(ComplexTypeExp decl) |
SimpleContentExtensionState(ComplexTypeExp parentDecl) |
SimpleContentRestrictionState(ComplexTypeExp parentDecl) |
SimpleContentState(ComplexTypeExp decl) |
Copyright © 2016 Oracle Corporation. All rights reserved.