Package com.sun.xml.rpc.processor.schema
Class InternalSchemaBuilder103
- java.lang.Object
-
- com.sun.xml.rpc.processor.schema.InternalSchemaBuilderBase
-
- com.sun.xml.rpc.processor.schema.InternalSchemaBuilder103
-
public class InternalSchemaBuilder103 extends InternalSchemaBuilderBase
- 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 Constructor Description InternalSchemaBuilder103(AbstractDocument document, Properties options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
InternalSchemaBuilder103
public InternalSchemaBuilder103(AbstractDocument document, Properties options)
- Parameters:
document-options-
-
-
Method Detail
-
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
-
-