Uses of Class
org.apache.ws.commons.schema.XmlSchemaType
Packages that use XmlSchemaType
-
Uses of XmlSchemaType in org.apache.ws.commons.schema
Subclasses of XmlSchemaType in org.apache.ws.commons.schemaModifier and TypeClassDescriptionclassClass for complex types.classClass defines a simple type that determines the information and constraints for the values of attributes or elements with text-only content.Fields in org.apache.ws.commons.schema declared as XmlSchemaTypeModifier and TypeFieldDescriptionprivate XmlSchemaTypeXmlSchemaElement.schemaTypeReturns the type of the element.Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaTypeModifier and TypeFieldDescriptionprivate Map<QName, XmlSchemaType> XmlSchema.schemaTypesprivate Map<QName, XmlSchemaType> XmlSchemaRedefine.schemaTypesMethods in org.apache.ws.commons.schema that return XmlSchemaTypeModifier and TypeMethodDescriptionXmlSchemaElement.getSchemaType()XmlSchema.getTypeByName(String name) Retrieve a named type from this schema.XmlSchema.getTypeByName(QName name) Search this schema, and its peers in its parent collection, for a schema type specified by QName.protected XmlSchemaTypeXmlSchema.getTypeByName(QName name, boolean deep, Stack<XmlSchema> schemaStack) Protected method that allows safe (non-recursive schema loading).XmlSchemaCollection.getTypeByQName(QName schemaTypeName) Retrieve a global type from the schema collection.Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaTypeModifier and TypeMethodDescriptionXmlSchema.getSchemaTypes()Return a map containing all the defined types of this schema.XmlSchemaRedefine.getSchemaTypes()Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaTypeModifier and TypeMethodDescription(package private) voidXmlSchemaCollection.resolveType(QName typeName, XmlSchemaType type) voidXmlSchemaElement.setSchemaType(XmlSchemaType schemaType) voidTypeReceiver.setType(XmlSchemaType type) voidXmlSchemaElement.setType(XmlSchemaType type) -
Uses of XmlSchemaType in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker with type parameters of type XmlSchemaTypeModifier and TypeFieldDescriptionprivate final IdentityHashMap<XmlSchemaType, XmlSchemaType> XmlSchemaWalker.visitedTypesprivate final IdentityHashMap<XmlSchemaType, XmlSchemaType> XmlSchemaWalker.visitedTypesMethods in org.apache.ws.commons.schema.walker that return XmlSchemaTypeModifier and TypeMethodDescriptionSchemasByNamespace.getTypeByName(QName aTypeName) Returns an XmlSchemaType with the given QName.Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaTypeModifier and TypeMethodDescriptionprivate XmlSchemaScopeXmlSchemaScope.getScope(XmlSchemaType type) private voidXmlSchemaScope.walk(XmlSchemaType type) Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaTypeModifierConstructorDescriptionprivateXmlSchemaScope(XmlSchemaScope child, XmlSchemaType type) (package private)XmlSchemaScope(XmlSchemaType type, SchemasByNamespace xmlSchemasByNamespace, Map<QName, XmlSchemaScope> scopeCache, Set<QName> userRecognizedTypes) Initializes a newXmlSchemaScopewith a baseXmlSchemaElement.