Package com.sun.xml.rpc.processor.schema
Class InternalSchemaBuilder101
java.lang.Object
com.sun.xml.rpc.processor.schema.InternalSchemaBuilderBase
com.sun.xml.rpc.processor.schema.InternalSchemaBuilder101
- Author:
- JAX-RPC Development Team To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
Field Summary
Fields inherited from class com.sun.xml.rpc.processor.schema.InternalSchemaBuilderBase
_setEmpty, _setExtResListUnion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuildRestrictionSimpleTypeDefinition(SimpleTypeDefinitionComponent component, SchemaElement element, InternalSchema schema) protected voidprocessElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema) Methods inherited from class com.sun.xml.rpc.processor.schema.InternalSchemaBuilderBase
buildAnyWildcard, buildAttributeDeclaration, buildAttributeGroupDefinition, buildAttributeUse, buildComplexTypeDefinition, buildElementDeclaration, buildExplicitComplexContentComplexTypeDefinition, buildImplicitComplexContentComplexTypeDefinition, buildListSimpleTypeDefinition, buildModelGroup, buildModelGroupDefinition, buildNonSchemaAttributesAnnotation, buildParticle, buildSimpleContentComplexTypeDefinition, buildSimpleTypeDefinition, buildTopLevelAttributeDeclaration, buildTopLevelAttributeGroupDefinition, buildTopLevelElementDeclaration, buildTopLevelTypeDefinition, buildTypeDefinition, commonBuildComplexTypeDefinition, createWellKnownAttributeGroups, createWellKnownAttributes, createWellKnownElements, createWellKnownTypes, failUnimplemented, failValidation, failValidation, getSchema, getSimpleUrType, getTypeDefinitionComponentBeingDefined, getUrType, internalBuildElementDeclaration, parseSymbolSet, processExtensionComplexTypeDefinition, processExtensionSimpleTypeDefinition, processRestrictionComplexTypeDefinition, processRestrictionSimpleTypeDefinition
-
Constructor Details
-
InternalSchemaBuilder101
- Parameters:
document-options-
-
-
Method Details
-
processElementParticle
protected void processElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema) - Overrides:
processElementParticlein classInternalSchemaBuilderBase
-
buildRestrictionSimpleTypeDefinition
protected void buildRestrictionSimpleTypeDefinition(SimpleTypeDefinitionComponent component, SchemaElement element, InternalSchema schema) - Overrides:
buildRestrictionSimpleTypeDefinitionin classInternalSchemaBuilderBase
-