Uses of Class
org.apache.ws.commons.schema.XmlSchemaObject
Packages that use XmlSchemaObject
-
Uses of XmlSchemaObject in org.apache.ws.commons.schema
Subclasses of XmlSchemaObject in org.apache.ws.commons.schemaModifier and TypeClassDescriptionclassContains the definition of a schema.classPermits the elements in the group to appear (or not appear) in any order in the containing element.classThe base class for any element that can contain an annotation element.classDefines an annotation.classCommon base class of the items that can live inside an annotation.classEnables any element from the specified namespace or namespaces to appear in the containing complexType element.classEnables any attribute from the specified namespace or namespaces to appear in the containing complexType element.classDefines application specific information within an annotation.classClass for attributes, representing xs:attribute.classClass for attribute groups.classClass for the attribute group reference.classSeveral objects in the model allow either an XmlSchemaAttribute or an XmlSchemaAttributeGroupRef.classAllows only one of its children to appear in an instance.classClass that represents the complex content model for complex types.classClass for complex types with a complex content model derived by extension.classClass for complex types with a complex content model that are derived by restriction.classClass for complex types.classAn abstract class for schema content.classAn abstract class for the schema content model.classClass that specifies information to be read or used by humans within an annotation.classClass for elements, representing xs:element.classClass for defining enumeration facets.classCommon class for include, import, and redefine.classAbstract class for all facets that are used when simple types are derived by restriction.classClass for defining fractionDigits facets.classClass that defines groups at the schema level that are referenced from the complex types.classCommon type for items that can serve as the particle of a group.classClass used within complex types that defines the reference to groups defined at the schema level.classClass for the identity constraints: key, keyref, and unique elements.classThe class to import schema components from any schema.classClass to include declarations and definitions from an external schema.classIdentifies a key constraint.classIdentifies a keyref constraint.classClass for defining length facets.classClass for defining maxExclusive facets.classClass for defining maxInclusive facets.classClass for defining maxLength facets.classClass for defining minExclusive facets.classClass for defining minInclusive facets.classClass for defining minLength facets.classClass represents a notation.classAbstract class for defining numeric facets.classSchema particles.classClass for defining pattern facets.classAllows simple and complex types, groups, and attribute groups from external schema files to be redefined in the current schema.classRequires the elements in the group to appear in the specified sequence within the containing element.classClass for simple types and complex types with a simple content model.classClass for simple types that are derived by extension.classClass for simple types that are derived by restriction.classClass defines a simple type that determines the information and constraints for the values of attributes or elements with text-only content.classAbstract class for simple type content classes.classClass for the list of simpleType elements.classClass for the restriction of simpleType elements.classClass for the union of simpleType elements.classClass for defining totalDigits facets.classThe base class for all simple types and complex types.classIdentifies a unique constraint among a set of elements.classClass for defining whiteSpace facets.classClass for XML Path Language (XPath) expressions.Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaObjectModifier and TypeFieldDescriptionprivate List<XmlSchemaObject> XmlSchema.itemsprivate List<XmlSchemaObject> XmlSchemaRedefine.itemsMethods in org.apache.ws.commons.schema that return XmlSchemaObjectMethods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaObjectModifier and TypeMethodDescriptionXmlSchema.getItems()Return all of the global items in this schema.
If org.apache.ws.commons.schema.protectReadOnlyCollections is 'true', this will return a map that checks at runtime.XmlSchemaRedefine.getItems()Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaObjectModifier and TypeMethodDescriptionprivate voidSchemaBuilder.processExtensibilityComponents(XmlSchemaObject schemaObject, Element parentElement, boolean namespaces) A generic method to process the extra attributes and the the extra elements present within the schema.private voidXmlSchemaSerializer.processExtensibilityComponents(XmlSchemaObject schemaObject, Element parentElement) A generic method to process the extra attributes and the extra elements present within the schema.Method parameters in org.apache.ws.commons.schema with type arguments of type XmlSchemaObjectModifier and TypeMethodDescriptionprivate voidXmlSchemaSerializer.serializeSchemaChild(List<XmlSchemaObject> items, Element serializedSchema, Document serializedSchemaDocs, XmlSchema schemaObj, boolean serializeIncluded) -
Uses of XmlSchemaObject in org.apache.ws.commons.schema.extensions
Methods in org.apache.ws.commons.schema.extensions with parameters of type XmlSchemaObjectModifier and TypeMethodDescriptionvoidDefaultExtensionDeserializer.deserialize(XmlSchemaObject schemaObject, QName name, Node node) deserialize the given elementvoidExtensionDeserializer.deserialize(XmlSchemaObject schemaObject, QName name, Node domNode) deserialize the given elementvoidExtensionRegistry.deserializeExtension(XmlSchemaObject parentSchemaObject, QName name, Node rawNode) Deserialize a given extension elementvoidDefaultExtensionSerializer.serialize(XmlSchemaObject schemaObject, Class<?> classOfType, Node node) serialize the given elementvoidExtensionSerializer.serialize(XmlSchemaObject schemaObject, Class<?> classOfType, Node domNode) serialize the given elementvoidExtensionRegistry.serializeExtension(XmlSchemaObject parentSchemaObject, Class<?> classOfType, Node node) Serialize a given extension element