Uses of Class
com.sun.xml.rpc.wsdl.document.schema.SchemaElement
Packages that use SchemaElement
Package
Description
-
Uses of SchemaElement in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type SchemaElementModifier and TypeMethodDescriptionprotected SOAPTypeSchemaAnalyzerBase.processSOAPArrayType(TypeDefinitionComponent component, SchemaElement element, String typeSpecifier) -
Uses of SchemaElement in com.sun.xml.rpc.processor.schema
Methods in com.sun.xml.rpc.processor.schema with parameters of type SchemaElementModifier and TypeMethodDescriptionvoidAnnotationComponent.addApplicationInformation(SchemaElement element) voidAnnotationComponent.addUserInformation(SchemaElement element) protected WildcardComponentInternalSchemaBuilderBase.buildAnyWildcard(SchemaElement element, ComplexTypeDefinitionComponent scope, InternalSchema schema) protected AttributeUseComponentInternalSchemaBuilderBase.buildAttributeUse(SchemaElement element, ComplexTypeDefinitionComponent scope, InternalSchema schema) protected ComplexTypeDefinitionComponentInternalSchemaBuilderBase.buildComplexTypeDefinition(SchemaElement element, InternalSchema schema) protected ComplexTypeDefinitionComponentInternalSchemaBuilderBase.buildExplicitComplexContentComplexTypeDefinition(SchemaElement element, boolean mixedContent, InternalSchema schema) protected ComplexTypeDefinitionComponentInternalSchemaBuilderBase.buildImplicitComplexContentComplexTypeDefinition(SchemaElement element, boolean mixedContent, InternalSchema schema) protected voidInternalSchemaBuilderBase.buildListSimpleTypeDefinition(SimpleTypeDefinitionComponent component, SchemaElement element, InternalSchema schema) protected ModelGroupComponentInternalSchemaBuilderBase.buildModelGroup(SchemaElement element, ComplexTypeDefinitionComponent scope, InternalSchema schema) protected AnnotationComponentInternalSchemaBuilderBase.buildNonSchemaAttributesAnnotation(SchemaElement element) protected ParticleComponentInternalSchemaBuilderBase.buildParticle(SchemaElement element, ComplexTypeDefinitionComponent scope, InternalSchema schema) protected voidInternalSchemaBuilder101.buildRestrictionSimpleTypeDefinition(SimpleTypeDefinitionComponent component, SchemaElement element, InternalSchema schema) protected voidInternalSchemaBuilder103.buildRestrictionSimpleTypeDefinition(SimpleTypeDefinitionComponent component, SchemaElement element, InternalSchema schema) protected voidInternalSchemaBuilderBase.buildRestrictionSimpleTypeDefinition(SimpleTypeDefinitionComponent component, SchemaElement element, InternalSchema schema) protected ComplexTypeDefinitionComponentInternalSchemaBuilderBase.buildSimpleContentComplexTypeDefinition(SchemaElement element, InternalSchema schema) protected SimpleTypeDefinitionComponentInternalSchemaBuilderBase.buildSimpleTypeDefinition(SchemaElement element, InternalSchema schema) protected AttributeDeclarationComponentInternalSchemaBuilderBase.buildTopLevelAttributeDeclaration(SchemaElement element, InternalSchema schema) protected AttributeGroupDefinitionComponentInternalSchemaBuilderBase.buildTopLevelAttributeGroupDefinition(SchemaElement element, InternalSchema schema) protected ElementDeclarationComponentInternalSchemaBuilderBase.buildTopLevelElementDeclaration(SchemaElement element, InternalSchema schema) protected TypeDefinitionComponentInternalSchemaBuilderBase.buildTopLevelTypeDefinition(SchemaElement element, InternalSchema schema) protected ComplexTypeDefinitionComponentInternalSchemaBuilderBase.commonBuildComplexTypeDefinition(SchemaElement element, InternalSchema schema) protected voidInternalSchemaBuilderBase.internalBuildElementDeclaration(ElementDeclarationComponent component, SchemaElement element, InternalSchema schema) protected voidInternalSchemaBuilder101.processElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema) protected voidInternalSchemaBuilder103.processElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema) protected voidInternalSchemaBuilderBase.processElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema) protected voidInternalSchemaBuilderBase.processExtensionComplexTypeDefinition(SchemaElement element, ComplexTypeDefinitionComponent component, InternalSchema schema) protected voidInternalSchemaBuilderBase.processExtensionSimpleTypeDefinition(SchemaElement element, ComplexTypeDefinitionComponent component, InternalSchema schema) protected voidInternalSchemaBuilderBase.processRestrictionComplexTypeDefinition(SchemaElement element, ComplexTypeDefinitionComponent component, InternalSchema schema) protected voidInternalSchemaBuilderBase.processRestrictionSimpleTypeDefinition(SchemaElement element, ComplexTypeDefinitionComponent component, InternalSchema schema) -
Uses of SchemaElement in com.sun.xml.rpc.wsdl.document.schema
Methods in com.sun.xml.rpc.wsdl.document.schema that return SchemaElementModifier and TypeMethodDescriptionSchema.getContent()SchemaEntity.getElement()SchemaAttribute.getParent()SchemaElement.getParent()SchemaElement.getRoot()Methods in com.sun.xml.rpc.wsdl.document.schema with parameters of type SchemaElementModifier and TypeMethodDescriptionvoidSchemaElement.addChild(SchemaElement e) voidSchema.defineEntity(SchemaElement element, Kind kind, QName name) voidSchemaElement.insertChildAtTop(SchemaElement e) voidSchema.setContent(SchemaElement entity) voidSchemaAttribute.setParent(SchemaElement e) voidSchemaElement.setParent(SchemaElement e) Constructors in com.sun.xml.rpc.wsdl.document.schema with parameters of type SchemaElementModifierConstructorDescriptionSchemaEntity(Schema parent, SchemaElement element, Kind kind, QName name) -
Uses of SchemaElement in com.sun.xml.rpc.wsdl.parser
Methods in com.sun.xml.rpc.wsdl.parser with parameters of type SchemaElementModifier and TypeMethodDescriptionprotected voidSchemaParser.copyAttributesNoNs(SchemaElement target, Element source) protected voidSchemaParser.copyElementContent(SchemaElement target, Element source) protected voidSchemaParser.copyNamespaceDeclarations(SchemaElement target, Element source) protected voidSchemaWriter.writeSchemaElement(WriterContext context, SchemaElement schemaElement)