Uses of Class
com.sun.msv.grammar.xmlschema.ComplexTypeExp
Packages that use ComplexTypeExp
Package
Description
W3C XML Schema grammar model.
parses XML representation of XML Schema into AGM.
-
Uses of ComplexTypeExp in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as ComplexTypeExpMethods in com.sun.msv.grammar.xmlschema that return ComplexTypeExpMethods in com.sun.msv.grammar.xmlschema with parameters of type ComplexTypeExpModifier and TypeMethodDescriptionboolean
ComplexTypeExp.isDerivedTypeOf
(ComplexTypeExp baseType, int constraint) Checks if this type is a derived type of the specified type. -
Uses of ComplexTypeExp in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as ComplexTypeExpModifier and TypeFieldDescriptionfinal 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
SimpleContentExtensionState.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.Methods in com.sun.msv.reader.xmlschema with parameters of type ComplexTypeExpModifier and TypeMethodDescriptionprotected Expression
ComplexContentBodyState.combineToBaseType
(ComplexTypeExp baseType, Expression addedExp) combines the base type content model and this content modelXMLSchemaReader.StateFactory.complexContent
(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.complexExt
(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.complexRst
(State parent, StartTagInfo tag, ComplexTypeExp decl) private void
AttributeWildcardComputer.propagateAttributes
(ComplexTypeExp cexp) Computes the propagated attributes.XMLSchemaReader.StateFactory.simpleContent
(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.simpleExt
(State parent, StartTagInfo tag, ComplexTypeExp decl) XMLSchemaReader.StateFactory.simpleRst
(State parent, StartTagInfo tag, ComplexTypeExp decl) Constructors in com.sun.msv.reader.xmlschema with parameters of type ComplexTypeExpModifierConstructorDescriptionprotected
ComplexContentBodyState
(ComplexTypeExp parentDecl, boolean extension) protected
protected
SimpleContentExtensionState
(ComplexTypeExp parentDecl) protected
SimpleContentRestrictionState
(ComplexTypeExp parentDecl) protected