Uses of Interface
org.apache.jena.ext.xerces.xs.XSObjectList
Packages that use XSObjectList
Package
Description
-
Uses of XSObjectList in org.apache.jena.ext.xerces.impl.dv
Fields in org.apache.jena.ext.xerces.impl.dv declared as XSObjectListMethods in org.apache.jena.ext.xerces.impl.dv that return XSObjectListMethods in org.apache.jena.ext.xerces.impl.dv with parameters of type XSObjectListModifier and TypeMethodDescriptionabstract XSSimpleTypeSchemaDVFactory.createTypeList(String name, String targetNamespace, short finalSet, XSSimpleType itemType, XSObjectList annotations) Create a new simple type which is derived by list from another simple type.abstract XSSimpleTypeSchemaDVFactory.createTypeRestriction(String name, String targetNamespace, short finalSet, XSSimpleType base, XSObjectList annotations) Create a new simple type which is derived by restriction from another simple type.abstract XSSimpleTypeSchemaDVFactory.createTypeUnion(String name, String targetNamespace, short finalSet, XSSimpleType[] memberTypes, XSObjectList annotations) Create a new simple type which is derived by union from a list of other simple types. -
Uses of XSObjectList in org.apache.jena.ext.xerces.impl.dv.xs
Fields in org.apache.jena.ext.xerces.impl.dv.xs declared as XSObjectListMethods in org.apache.jena.ext.xerces.impl.dv.xs that return XSObjectListModifier and TypeMethodDescriptionXSSimpleTypeDecl.getAnnotations()[annotations]: a set of annotations for this simple type component if it exists, otherwise an emptyXSObjectList.XSSimpleTypeDelegate.getAnnotations()XSSimpleTypeDecl.getFacets()A list of constraining facets if it exists, otherwise an emptyXSObjectList.XSSimpleTypeDelegate.getFacets()XSSimpleTypeDecl.getMemberTypes()If variety isunionthe list of member type definitions (a non-empty sequence of simple type definitions) is available, otherwise an emptyXSObjectList.XSSimpleTypeDelegate.getMemberTypes()XSSimpleTypeDecl.getMultiValueFacets()A list of enumeration and pattern constraining facets if it exists, otherwise an emptyXSObjectList.XSSimpleTypeDelegate.getMultiValueFacets()Methods in org.apache.jena.ext.xerces.impl.dv.xs with parameters of type XSObjectListModifier and TypeMethodDescriptionBaseDVFactory.createTypeList(String name, String targetNamespace, short finalSet, XSSimpleType itemType, XSObjectList annotations) Create a new simple type which is derived by list from another simple type.BaseSchemaDVFactory.createTypeList(String name, String targetNamespace, short finalSet, XSSimpleType itemType, XSObjectList annotations) Create a new simple type which is derived by list from another simple type.BaseDVFactory.createTypeRestriction(String name, String targetNamespace, short finalSet, XSSimpleType base, XSObjectList annotations) Create a new simple type which is derived by restriction from another simple type.BaseSchemaDVFactory.createTypeRestriction(String name, String targetNamespace, short finalSet, XSSimpleType base, XSObjectList annotations) Create a new simple type which is derived by restriction from another simple type.BaseDVFactory.createTypeUnion(String name, String targetNamespace, short finalSet, XSSimpleType[] memberTypes, XSObjectList annotations) Create a new simple type which is derived by union from a list of other simple types.BaseSchemaDVFactory.createTypeUnion(String name, String targetNamespace, short finalSet, XSSimpleType[] memberTypes, XSObjectList annotations) Create a new simple type which is derived by union from a list of other simple types. -
Uses of XSObjectList in org.apache.jena.ext.xerces.impl.xs.util
Classes in org.apache.jena.ext.xerces.impl.xs.util that implement XSObjectList -
Uses of XSObjectList in org.apache.jena.ext.xerces.xs
Methods in org.apache.jena.ext.xerces.xs that return XSObjectListModifier and TypeMethodDescriptionXSAttributeDeclaration.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSAttributeGroupDefinition.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSAttributeUse.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSComplexTypeDefinition.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSElementDeclaration.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSFacet.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSIDCDefinition.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSModel.getAnnotations()[annotations]: a set of annotations if it exists, otherwise an emptyXSObjectList.XSModelGroup.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSModelGroupDefinition.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSMultiValueFacet.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSNamespaceItem.getAnnotations()[annotations]: a set of annotations if it exists, otherwise an emptyXSObjectList.XSNotationDeclaration.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSParticle.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSSimpleTypeDefinition.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSWildcard.getAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSAttributeGroupDefinition.getAttributeUses()A set of [attribute uses] if it exists, otherwise an emptyXSObjectList.XSComplexTypeDefinition.getAttributeUses()A set of attribute uses if it exists, otherwise an emptyXSObjectList.XSSimpleTypeDefinition.getFacets()A list of constraining facets if it exists, otherwise an emptyXSObjectList.XSValue.getMemberTypeDefinitions()IfgetTypeDefinition()returns a list type whose item type is a union type, then this method returns a list with the same length as the value list, for simple types that actually validated the corresponding item in the value.XSSimpleTypeDefinition.getMemberTypes()If variety isunionthe list of member type definitions (a non-empty sequence of simple type definitions) is available, otherwise an emptyXSObjectList.XSSimpleTypeDefinition.getMultiValueFacets()A list of enumeration and pattern constraining facets if it exists, otherwise an emptyXSObjectList.XSModelGroup.getParticles()A list of [particles] if it exists, otherwise an emptyXSObjectList.XSModel.getSubstitutionGroup(XSElementDeclaration head) Convenience method.