A B C D E F G H I L M N P Q R S T U V W X Y Z _

I

IDateTimeValueType - Interface in com.sun.msv.datatype.xsd.datetime
Interface as value type of DateTimeType
IDREFType - Class in com.sun.msv.datatype.xsd
very limited 'IDREF' type of XML Schema Part 2.
IDREFType() - Constructor for class com.sun.msv.datatype.xsd.IDREFType
 
IDType - Class in com.sun.msv.datatype.xsd
very limited 'ID' type of XML Schema Part 2.
IDType() - Constructor for class com.sun.msv.datatype.xsd.IDType
 
IntegerType - Class in com.sun.msv.datatype.xsd
"integer" type.
IntegerType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.IntegerType
 
IntegerValueType - Class in com.sun.msv.datatype.xsd
Value object of "integer" type.
IntType - Class in com.sun.msv.datatype.xsd
"int" type.
IntType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.IntType
 
intValue() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
 
isAlwaysValid() - Method in class com.sun.msv.datatype.xsd.StringType
 
isAlwaysValid() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
Returns true if this datatype is known to accept any string.
isAlwaysValid() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
isChar(int) - Static method in class com.sun.xml.util.XmlChars
Returns true if the argument, a UCS-4 character code, is valid in XML documents.
isContextDependent() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
isContextDependent() - Method in class com.sun.msv.datatype.xsd.EntityType
ENTITY type always returns true.
isContextDependent() - Method in class com.sun.msv.datatype.xsd.ListType
The list type is context-dependent if its item type is so.
isContextDependent() - Method in class com.sun.msv.datatype.xsd.Proxy
 
isContextDependent() - Method in class com.sun.msv.datatype.xsd.QnameType
QName type always returns true.
isContextDependent() - Method in class com.sun.msv.datatype.xsd.UnionType
The union type is context-dependent if one of the member types is so.
isContextDependent() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
A property for RELAX NG DTD compatibility datatypes.
isDerivedTypeOf(XSDatatype, boolean) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
tests if this type is a derived type of the specified type.
isDerivedTypeOf(XSDatatype, boolean) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
isDerivedTypeOf(XSDatatype, XSDatatype, boolean) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
an implementation of "Type Derivation OK (Simple)" of the spec.
isEmpty() - Method in class com.sun.msv.datatype.xsd.TypeIncubator
returns true if no facet is added
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.AnyURIType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.BooleanType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.DurationType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.EntityType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.ErrorType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.ListType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.NumberType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.Proxy
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.QnameType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.SimpleURType
no facet is applicable to the simple ur-type.
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.StringType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.UnionType
 
isFacetApplicable(String) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
returns if the specified facet is applicable to this datatype.
isFacetFixed - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
a flag that indicates the facet is fixed (derived types cannot specify this value anymore)
isFinal(int) - Method in class com.sun.msv.datatype.xsd.ConcreteType
 
isFinal(int) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
isFinal(int) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
isFinal(int) - Method in class com.sun.msv.datatype.xsd.ListType
 
isFinal(int) - Method in class com.sun.msv.datatype.xsd.Proxy
 
isFinal(int) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
checks if this type is declared as final for the specified kind of derivation.
isFixed(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
returns true if that facet is fixed.
isLetter(char) - Static method in class com.sun.xml.util.XmlChars
Returns true if the character is an XML "letter".
isName(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
Returns true if the value is a legal XML name.
isNameChar(char) - Static method in class com.sun.xml.util.XmlChars
Returns true if the character is allowed to be a non-initial character in names according to the XML recommendation.
isNCName(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
 
isNCNameChar(char) - Static method in class com.sun.xml.util.XmlChars
Returns true if the character is allowed to be a non-initial character in unscoped names according to the rules of the XML Namespaces proposed recommendation.
isNCNmtoken(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
This method returns true if the identifier is a "name token" as defined by the XML Namespaces proposed recommendation.
isNegative() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
returns true if the value if negative (less than zero)
isNmtoken(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
This method returns true if the identifier is a "name token" as defined in the XML specification.
isNonNegative() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
returns true if the value if non-negative (greater than or equal to zero)
isNonPositive() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
returns true if the value if non-positive (less than or equal to zero)
isPositive() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
returns true if the value if positive (greater than zero)
isQualifiedName(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
Returns true if the value is a legal "qualified" XML name, as defined in the XML Namespaces proposed recommendation.
isSpace(char) - Static method in class com.sun.xml.util.XmlChars
Returns true if the character is allowed where XML supports whitespace characters, false otherwise.
isUnqualifiedName(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
Returns true if the value is a legal "unqualified" XML name, as defined in the XML Namespaces proposed recommendation.
isValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
isWhiteSpace(char) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
returns true if the specified char is a white space character.
itemType - Variable in class com.sun.msv.datatype.xsd.ListType
atomic base type
ITimeDurationValueType - Interface in com.sun.msv.datatype.xsd.datetime
interface as a value type of TimeDurationType

A B C D E F G H I L M N P Q R S T U V W X Y Z _