Class XSSimpleTypeDelegate

    • Constructor Detail

      • XSSimpleTypeDelegate

        public XSSimpleTypeDelegate​(XSSimpleType type)
    • Method Detail

      • getWrappedXSSimpleType

        public XSSimpleType getWrappedXSSimpleType()
      • getBuiltInKind

        public short getBuiltInKind()
        Description copied from interface: XSSimpleTypeDefinition
        Returns the closest built-in type category this type represents or derived from. For example, if this simple type is a built-in derived type integer the INTEGER_DV is returned.
        Specified by:
        getBuiltInKind in interface XSSimpleTypeDefinition
      • getDefinedFacets

        public short getDefinedFacets()
        Description copied from interface: XSSimpleTypeDefinition
        [facets]: all facets defined on this type. The value is a bit combination of FACET_XXX constants of all defined facets.
        Specified by:
        getDefinedFacets in interface XSSimpleTypeDefinition
      • getFacets

        public XSObjectList getFacets()
        Description copied from interface: XSSimpleTypeDefinition
        A list of constraining facets if it exists, otherwise an empty XSObjectList. Note: This method must not be used to retrieve values for enumeration and pattern facets.
        Specified by:
        getFacets in interface XSSimpleTypeDefinition
      • getLexicalFacetValue

        public java.lang.String getLexicalFacetValue​(short facetName)
        Description copied from interface: XSSimpleTypeDefinition
        Convenience method. Returns a value of a single constraining facet for this simple type definition. This method must not be used to retrieve values for enumeration and pattern facets.
        Specified by:
        getLexicalFacetValue in interface XSSimpleTypeDefinition
        Parameters:
        facetName - The name of the facet, i.e. FACET_LENGTH, FACET_TOTALDIGITS. To retrieve the value for a pattern or an enumeration, see enumeration and pattern.
        Returns:
        A value of the facet specified in facetName for this simple type definition or null.
      • isDefinedFacet

        public boolean isDefinedFacet​(short facetName)
        Description copied from interface: XSSimpleTypeDefinition
        Convenience method. [Facets]: check whether a facet is defined on this type.
        Specified by:
        isDefinedFacet in interface XSSimpleTypeDefinition
        Parameters:
        facetName - The name of the facet.
        Returns:
        True if the facet is defined, false otherwise.
      • isFixedFacet

        public boolean isFixedFacet​(short facetName)
        Description copied from interface: XSSimpleTypeDefinition
        Convenience method. [Facets]: check whether a facet is defined and fixed on this type.
        Specified by:
        isFixedFacet in interface XSSimpleTypeDefinition
        Parameters:
        facetName - The name of the facet.
        Returns:
        True if the facet is fixed, false otherwise.
      • derivedFrom

        public boolean derivedFrom​(java.lang.String namespace,
                                   java.lang.String name,
                                   short derivationMethod)
        Description copied from interface: XSTypeDefinition
        Convenience method which checks if this type is derived from the given ancestor type.
        Specified by:
        derivedFrom in interface XSTypeDefinition
        Parameters:
        namespace - An ancestor type namespace.
        name - An ancestor type name.
        derivationMethod - A bit combination representing a subset of { DERIVATION_RESTRICTION, DERIVATION_EXTENSION, DERIVATION_UNION, DERIVATION_LIST }.
        Returns:
        True if this type is derived from ancestorType using only derivation methods from the derivationMethod .
      • derivedFromType

        public boolean derivedFromType​(XSTypeDefinition ancestorType,
                                       short derivationMethod)
        Description copied from interface: XSTypeDefinition
        Convenience method which checks if this type is derived from the given ancestorType.
        Specified by:
        derivedFromType in interface XSTypeDefinition
        Parameters:
        ancestorType - An ancestor type definition.
        derivationMethod - A bit combination representing a subset of { DERIVATION_RESTRICTION, DERIVATION_EXTENSION, DERIVATION_UNION, DERIVATION_LIST }.
        Returns:
        True if this type is derived from ancestorType using only derivation methods from the derivationMethod .
      • getAnonymous

        public boolean getAnonymous()
        Description copied from interface: XSTypeDefinition
        Convenience attribute. A boolean that specifies if the type definition is anonymous.
        Specified by:
        getAnonymous in interface XSTypeDefinition
      • getFinal

        public short getFinal()
        Description copied from interface: XSTypeDefinition
        For complex types the returned value is a bit combination of the subset of {DERIVATION_EXTENSION, DERIVATION_RESTRICTION} corresponding to final set of this type or DERIVATION_NONE. For simple types the returned value is a bit combination of the subset of { DERIVATION_RESTRICTION, DERIVATION_EXTENSION, DERIVATION_UNION, DERIVATION_LIST } corresponding to final set of this type or DERIVATION_NONE.
        Specified by:
        getFinal in interface XSTypeDefinition
      • getTypeCategory

        public short getTypeCategory()
        Description copied from interface: XSTypeDefinition
        Return whether this type definition is a simple type or complex type.
        Specified by:
        getTypeCategory in interface XSTypeDefinition
      • isFinal

        public boolean isFinal​(short restriction)
        Description copied from interface: XSTypeDefinition
        {final}. For a complex type definition it is a subset of {extension, restriction}. For a simple type definition it is a subset of {extension, list, restriction, union}.
        Specified by:
        isFinal in interface XSTypeDefinition
        Parameters:
        restriction - Extension, restriction, list, union constants (defined in XSConstants).
        Returns:
        True if restriction is in the final set, otherwise false.
      • getName

        public java.lang.String getName()
        Description copied from interface: XSObject
        The name of type NCName, as defined in XML Namespaces, of this declaration specified in the {name} property of the component or null if the definition of this component does not have a {name} property. For anonymous types, the processor must construct and expose an anonymous type name that is distinct from the name of every named type and the name of every other anonymous type.
        Specified by:
        getName in interface XSObject
      • getNamespace

        public java.lang.String getNamespace()
        Description copied from interface: XSObject
        The [target namespace] of this object, or null if it is unspecified.
        Specified by:
        getNamespace in interface XSObject
      • getNamespaceItem

        public XSNamespaceItem getNamespaceItem()
        Description copied from interface: XSObject
        A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.
        Specified by:
        getNamespaceItem in interface XSObject
      • getType

        public short getType()
        Description copied from interface: XSObject
        The type of this object, i.e. ELEMENT_DECLARATION.
        Specified by:
        getType in interface XSObject
      • applyFacets

        public void applyFacets​(XSFacets facets,
                                short presentFacet,
                                short fixedFacet,
                                ValidationContext context)
                         throws InvalidDatatypeFacetException
        Description copied from interface: XSSimpleType
        If this type is created from restriction, then some facets can be applied to the simple type. XSFacets is used to pass the value of different facets.
        Specified by:
        applyFacets in interface XSSimpleType
        Parameters:
        facets - the value of all the facets
        presentFacet - bit combination value of the costraining facet constants which are present.
        fixedFacet - bit combination value of the costraining facet constants which are fixed.
        context - the validation context
        Throws:
        InvalidDatatypeFacetException - exception for invalid facet values.
      • getPrimitiveKind

        public short getPrimitiveKind()
        Description copied from interface: XSSimpleType
        return an ID representing the built-in primitive base type. REVISIT: This method is (currently) for internal use only. the constants returned from this method are not finalized yet. the names and values might change in the further.
        Specified by:
        getPrimitiveKind in interface XSSimpleType
        Returns:
        an ID representing the built-in primitive base type
      • getWhitespace

        public short getWhitespace()
                            throws DatatypeException
        Description copied from interface: XSSimpleType
        Return the whitespace corresponding to this datatype.
        Specified by:
        getWhitespace in interface XSSimpleType
        Returns:
        valid values are WS_PRESERVE, WS_REPLACE, WS_COLLAPSE.
        Throws:
        DatatypeException - union datatypes don't have whitespace facet associated with them
      • isEqual

        public boolean isEqual​(java.lang.Object value1,
                               java.lang.Object value2)
        Description copied from interface: XSSimpleType
        Check whether two actual values are equal.
        Specified by:
        isEqual in interface XSSimpleType
        Parameters:
        value1 - the first value
        value2 - the second value
        Returns:
        true if the two value are equal
      • isIDType

        public boolean isIDType()
        Description copied from interface: XSSimpleType
        Check whether this type is or is derived from ID. REVISIT: this method makes ID special, which is not a good design. but since ID is not a primitive, there doesn't seem to be a clean way of doing it except to define special method like this.
        Specified by:
        isIDType in interface XSSimpleType
        Returns:
        whether this simple type is or is derived from ID.
      • validate

        public java.lang.Object validate​(java.lang.Object content,
                                         ValidationContext context,
                                         ValidatedInfo validatedInfo)
                                  throws InvalidDatatypeValueException
        Description copied from interface: XSSimpleType
        validate a given string value, represented by content.toString(). note that if content is a StringBuffer, for performance reasons, it's possible that the content of the string buffer is modified.
        Specified by:
        validate in interface XSSimpleType
        Parameters:
        content - the string value that needs to be validated
        context - the validation context
        validatedInfo - used to store validation result
        Returns:
        the actual value (QName, Boolean) of the string value
        Throws:
        InvalidDatatypeValueException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object