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
-
public class InternalSchemaBuilder101 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 InternalSchemaBuilder101(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
-
InternalSchemaBuilder101
public InternalSchemaBuilder101(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
-
-