All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected WildcardComponent |
buildAnyWildcard(SchemaElement element,
ComplexTypeDefinitionComponent scope,
InternalSchema schema) |
AttributeDeclarationComponent |
buildAttributeDeclaration(QName name) |
AttributeGroupDefinitionComponent |
buildAttributeGroupDefinition(QName name) |
protected AttributeUseComponent |
buildAttributeUse(SchemaElement element,
ComplexTypeDefinitionComponent scope,
InternalSchema schema) |
protected ComplexTypeDefinitionComponent |
buildComplexTypeDefinition(SchemaElement element,
InternalSchema schema) |
ElementDeclarationComponent |
buildElementDeclaration(QName name) |
protected ComplexTypeDefinitionComponent |
buildExplicitComplexContentComplexTypeDefinition(SchemaElement element,
boolean mixedContent,
InternalSchema schema) |
protected ComplexTypeDefinitionComponent |
buildImplicitComplexContentComplexTypeDefinition(SchemaElement element,
boolean mixedContent,
InternalSchema schema) |
protected void |
buildListSimpleTypeDefinition(SimpleTypeDefinitionComponent component,
SchemaElement element,
InternalSchema schema) |
protected ModelGroupComponent |
buildModelGroup(SchemaElement element,
ComplexTypeDefinitionComponent scope,
InternalSchema schema) |
ModelGroupDefinitionComponent |
buildModelGroupDefinition(QName name) |
protected AnnotationComponent |
buildNonSchemaAttributesAnnotation(SchemaElement element) |
protected ParticleComponent |
buildParticle(SchemaElement element,
ComplexTypeDefinitionComponent scope,
InternalSchema schema) |
protected void |
buildRestrictionSimpleTypeDefinition(SimpleTypeDefinitionComponent component,
SchemaElement element,
InternalSchema schema) |
protected ComplexTypeDefinitionComponent |
buildSimpleContentComplexTypeDefinition(SchemaElement element,
InternalSchema schema) |
protected SimpleTypeDefinitionComponent |
buildSimpleTypeDefinition(SchemaElement element,
InternalSchema schema) |
protected AttributeDeclarationComponent |
buildTopLevelAttributeDeclaration(SchemaElement element,
InternalSchema schema) |
protected AttributeGroupDefinitionComponent |
buildTopLevelAttributeGroupDefinition(SchemaElement element,
InternalSchema schema) |
protected ElementDeclarationComponent |
buildTopLevelElementDeclaration(SchemaElement element,
InternalSchema schema) |
protected TypeDefinitionComponent |
buildTopLevelTypeDefinition(SchemaElement element,
InternalSchema schema) |
TypeDefinitionComponent |
buildTypeDefinition(QName name) |
protected ComplexTypeDefinitionComponent |
commonBuildComplexTypeDefinition(SchemaElement element,
InternalSchema schema) |
protected void |
createWellKnownAttributeGroups() |
protected void |
createWellKnownAttributes() |
protected void |
createWellKnownElements() |
protected void |
createWellKnownTypes() |
protected void |
failUnimplemented(String arg) |
protected void |
failValidation(String key,
String arg) |
protected void |
failValidation(String key,
String arg1,
String arg2) |
InternalSchema |
getSchema() |
SimpleTypeDefinitionComponent |
getSimpleUrType() |
TypeDefinitionComponent |
getTypeDefinitionComponentBeingDefined(QName name) |
ComplexTypeDefinitionComponent |
getUrType() |
protected void |
internalBuildElementDeclaration(ElementDeclarationComponent component,
SchemaElement element,
InternalSchema schema) |
protected Set |
parseSymbolSet(String s,
Set values) |
protected void |
processElementParticle(SchemaElement element,
ParticleComponent component,
ComplexTypeDefinitionComponent scope,
InternalSchema schema) |
protected void |
processExtensionComplexTypeDefinition(SchemaElement element,
ComplexTypeDefinitionComponent component,
InternalSchema schema) |
protected void |
processExtensionSimpleTypeDefinition(SchemaElement element,
ComplexTypeDefinitionComponent component,
InternalSchema schema) |
protected void |
processRestrictionComplexTypeDefinition(SchemaElement element,
ComplexTypeDefinitionComponent component,
InternalSchema schema) |
protected void |
processRestrictionSimpleTypeDefinition(SchemaElement element,
ComplexTypeDefinitionComponent component,
InternalSchema schema) |