Uses of Class
com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
Packages that use ComplexTypeExp 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. -
-
Uses of ComplexTypeExp in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as ComplexTypeExp Modifier and Type Field Description ComplexTypeExpComplexTypeExp. complexBaseTypebase type of this complex type.Methods in com.sun.msv.grammar.xmlschema that return ComplexTypeExp Modifier and Type Method Description ComplexTypeExpXMLSchemaSchema.ComplexTypeContainer. get(java.lang.String name)ComplexTypeExpXMLSchemaSchema.ComplexTypeContainer. getOrCreate(java.lang.String name)Methods in com.sun.msv.grammar.xmlschema with parameters of type ComplexTypeExp Modifier and Type Method Description booleanComplexTypeExp. 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 ComplexTypeExp Modifier and Type Field Description ComplexTypeExpXMLSchemaReader. complexUrTypeexpression that matches to "ur-type" when used as a complex type.protected ComplexTypeExpComplexTypeDeclState. declComplexType object that we are now constructing.protected ComplexTypeExpComplexContentBodyState. parentDeclComplexType object that we are now constructing.protected ComplexTypeExpComplexContentState. parentDeclComplexType object that we are now constructing.protected ComplexTypeExpSimpleContentExtensionState. parentDeclComplexType object that we are now constructing.protected ComplexTypeExpSimpleContentRestrictionState. parentDeclComplexType object that we are now constructing.protected ComplexTypeExpSimpleContentState. parentDeclComplexType object that we are now constructing.Methods in com.sun.msv.reader.xmlschema with parameters of type ComplexTypeExp Modifier and Type Method Description protected ExpressionComplexContentBodyState. combineToBaseType(ComplexTypeExp baseType, Expression addedExp)combines the base type content model and this content modelStateXMLSchemaReader.StateFactory. complexContent(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexExt(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. complexRst(State parent, StartTagInfo tag, ComplexTypeExp decl)private voidAttributeWildcardComputer. propagateAttributes(ComplexTypeExp cexp)Computes the propagated attributes.StateXMLSchemaReader.StateFactory. simpleContent(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleExt(State parent, StartTagInfo tag, ComplexTypeExp decl)StateXMLSchemaReader.StateFactory. simpleRst(State parent, StartTagInfo tag, ComplexTypeExp decl)Constructors in com.sun.msv.reader.xmlschema with parameters of type ComplexTypeExp Constructor Description ComplexContentBodyState(ComplexTypeExp parentDecl, boolean extension)ComplexContentState(ComplexTypeExp decl)SimpleContentExtensionState(ComplexTypeExp parentDecl)SimpleContentRestrictionState(ComplexTypeExp parentDecl)SimpleContentState(ComplexTypeExp decl)
-