Uses of Enum
org.apache.ws.commons.schema.walker.XmlSchemaRestriction.Type
Packages that use XmlSchemaRestriction.Type
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.This package simplifies walking over an
XmlSchemaCollection.-
Uses of XmlSchemaRestriction.Type in org.apache.ws.commons.schema.docpath
Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaRestriction.TypeModifier and TypeMethodDescriptionprivate static voidXmlSchemaElementValidator.digitsFacetCheck(String name, BigDecimal value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type facetType) private static voidXmlSchemaElementValidator.listLengthCheck(String name, String[] value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type facetType) private static voidXmlSchemaElementValidator.rangeCheck(String name, BigDecimal value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type rangeType) private static voidXmlSchemaElementValidator.stringLengthCheck(String name, String value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type facetType) Method parameters in org.apache.ws.commons.schema.docpath with type arguments of type XmlSchemaRestriction.TypeModifier and TypeMethodDescriptionprivate static voidXmlSchemaElementValidator.checkEnumerationFacet(String name, String value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) private static voidXmlSchemaElementValidator.digitsFacetCheck(String name, BigDecimal value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type facetType) private static voidXmlSchemaElementValidator.digitsFacetChecks(String name, BigDecimal value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) private static voidXmlSchemaElementValidator.listLengthCheck(String name, String[] value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type facetType) private static voidXmlSchemaElementValidator.listLengthChecks(String name, String[] value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) private static voidXmlSchemaElementValidator.rangeCheck(String name, BigDecimal value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type rangeType) private static voidXmlSchemaElementValidator.rangeChecks(String name, BigDecimal value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) private static voidXmlSchemaElementValidator.stringLengthCheck(String name, String value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets, XmlSchemaRestriction.Type facetType) private static voidXmlSchemaElementValidator.stringLengthChecks(String name, String value, Map<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) -
Uses of XmlSchemaRestriction.Type in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker declared as XmlSchemaRestriction.TypeFields in org.apache.ws.commons.schema.walker with type parameters of type XmlSchemaRestriction.TypeMethods in org.apache.ws.commons.schema.walker that return XmlSchemaRestriction.TypeModifier and TypeMethodDescriptionXmlSchemaRestriction.getType()The constraining facet'sXmlSchemaRestriction.Type.static XmlSchemaRestriction.TypeReturns the enum constant of this type with the specified name.static XmlSchemaRestriction.Type[]XmlSchemaRestriction.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ws.commons.schema.walker that return types with arguments of type XmlSchemaRestriction.TypeModifier and TypeMethodDescriptionXmlSchemaTypeInfo.getFacets()The set of constraining facets on the value, ornullif none.private static HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> XmlSchemaScope.mergeFacets(HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> parentFacets, List<XmlSchemaFacet> child) Method parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaRestriction.TypeModifier and TypeMethodDescriptionprivate static HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> XmlSchemaScope.mergeFacets(HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> parentFacets, List<XmlSchemaFacet> child) private static XmlSchemaTypeInfoXmlSchemaScope.restrictTypeInfo(XmlSchemaTypeInfo parentTypeInfo, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaRestriction.TypeModifierConstructorDescriptionConstructs a newXmlSchemaRestrictionfrom only theXmlSchemaRestriction.Type.XmlSchemaRestriction(XmlSchemaRestriction.Type type, Object value, boolean isFixed) Constructs a newXmlSchemaRestrictionfrom theXmlSchemaRestriction.Type, constraining value, and whether the facet may be overridden by child type definitions.Constructor parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaRestriction.TypeModifierConstructorDescriptionXmlSchemaTypeInfo(List<XmlSchemaTypeInfo> unionTypes, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) Constructs a union with the set of valid types the a value adhering to the union must conform to, along with any constraining facets on the union itself.XmlSchemaTypeInfo(XmlSchemaBaseSimpleType baseSimpleType, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) Constructs an atomic type with theXmlSchemaBaseSimpleTypeconforming values must adhere to, along with any additional constraining facets.XmlSchemaTypeInfo(XmlSchemaTypeInfo listType, HashMap<XmlSchemaRestriction.Type, List<XmlSchemaRestriction>> facets) Constructs a list with facets.