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

A

AbstractVerifier - class com.sun.msv.verifier.AbstractVerifier.
Base implementation for various Verifier implementations.
AbstractVerifier() - Constructor for class com.sun.msv.verifier.AbstractVerifier
 
Acceptor - interface com.sun.msv.verifier.Acceptor.
exposes the low-level validation engine interface.
accepts(StringPair) - Method in class com.sun.msv.grammar.NameClass
 
accepts(String, String) - Method in class com.sun.msv.grammar.NameClass
checks if this name class accepts given namespace:localName pair.
accepts(String, String) - Method in class com.sun.msv.grammar.NotNameClass
accepts a name if it is not accepted by the child name class.
accepts(String, String) - Method in class com.sun.msv.grammar.ChoiceNameClass
accepts a name if it is accepted by nc1 or nc2.
accepts(String, String) - Method in class com.sun.msv.grammar.SimpleNameClass
 
accepts(String, String) - Method in class com.sun.msv.grammar.NamespaceNameClass
accepts a name if its namespace URI matches to the namespaceURI field.
accepts(String, String) - Method in class com.sun.msv.grammar.AnyNameClass
AnyNameClass accpets any name, as its name suggests.
accepts(String, String) - Method in class com.sun.msv.grammar.DifferenceNameClass
accepts a name if it is accepted by nc1 and not by nc2.
accepts(String, String) - Method in class com.sun.msv.grammar.dtd.LocalNameClass
 
accepts(String, String) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
 
add(ITimeDurationValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
returns the result of addition of this object and TimeDuration.
add(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
add(Object) - Method in class org.relaxng.datatype.helpers.ValueSet
 
add(String, IdentityConstraint) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
 
add(String, String, boolean, ValidationContext) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
Deprecated. please use the addFacet method, which is better named.
addBackPatchJob(GrammarReader.BackPatch) - Method in class com.sun.msv.reader.GrammarReader
 
addCharacters(char[], int, int) - Method in interface org.relaxng.datatype.DatatypeStreamingValidator
Lets a streaming validator process additional literal fragment.
addCharacters(char[], int, int) - Method in class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
addElementRule(ExpressionPool, ElementRule) - Method in class com.sun.msv.grammar.relax.ElementRules
 
addFacet(String, String, boolean, ValidationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindTypeIncubator
 
addFacet(String, String, boolean, ValidationContext) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
adds a facet to the type.
addHedge(Expression, ExpressionPool) - Method in class com.sun.msv.grammar.relax.HedgeRules
 
addName(String, String) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
add a name so that this name will be rejected by the accepts method.
addParameter(String, String, ValidationContext) - Method in interface org.relaxng.datatype.DatatypeBuilder
Adds a new parameter.
addParameter(String, String, ValidationContext) - Method in class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder
 
addType(XSDatatypeImpl) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
 
adjustBeginLineColumn(int, int) - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
AnyAttributeState - class com.sun.msv.reader.xmlschema.AnyAttributeState.
used to parse <anyAttribute > element.
AnyAttributeState() - Constructor for class com.sun.msv.reader.xmlschema.AnyAttributeState
 
AnyElementState - class com.sun.msv.reader.xmlschema.AnyElementState.
used to parse <any > element.
AnyElementState() - Constructor for class com.sun.msv.reader.xmlschema.AnyElementState
 
AnyElementToken - class com.sun.msv.verifier.regexp.AnyElementToken.
special Token that matchs any element.
AnyNameClass - class com.sun.msv.grammar.AnyNameClass.
a NameClass that matches any name.
AnyOtherElementExp - class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp.
place holder for <anyOtherElement> of RELAX.
AnyOtherElementExp(Locator, String, String) - Constructor for class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
creates "skelton" of AnyOtherElement.
AnyOtherElementState - class com.sun.msv.relaxns.reader.relax.AnyOtherElementState.
parses <anyOtherElement> state.
AnyOtherElementState() - Constructor for class com.sun.msv.relaxns.reader.relax.AnyOtherElementState
 
AnyOtherElementVerifier - class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier.
IslandVerifier that validates <anyOtherElement /> of RELAX.
AnyOtherElementVerifier(AnyOtherElementExp[]) - Constructor for class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
 
AnyState - class com.sun.msv.reader.xmlschema.AnyState.
base implementation of AnyAttributeState and AnyElementState.
AnyState() - Constructor for class com.sun.msv.reader.xmlschema.AnyState
 
anyString - Static variable in class com.sun.msv.grammar.Expression
special expression object that represents "any string".
anyString(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
 
AnyStringState - class com.sun.msv.reader.trex.AnyStringState.
parses <anyString> pattern.
AnyStringState() - Constructor for class com.sun.msv.reader.trex.AnyStringState
 
AnyURIType - class com.sun.msv.datatype.xsd.AnyURIType.
"anyURI" type.
APPLICABLE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
indicates the specified facet is applicable to this type.
ASCII_CharStream - class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int) - Constructor for class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int, int) - Constructor for class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
AttPoolClause - class com.sun.msv.grammar.relax.AttPoolClause.
'attPool' of RELAX module.
AttPoolRefState - class com.sun.msv.reader.relax.core.AttPoolRefState.
parses <ref role="..." />.
AttPoolRefState() - Constructor for class com.sun.msv.reader.relax.core.AttPoolRefState
 
attPools - Variable in class com.sun.msv.grammar.relax.RELAXModule
map from role name to AttPoolClause object
AttPoolState - class com.sun.msv.reader.relax.core.AttPoolState.
parses <attPool> element.
AttPoolState() - Constructor for class com.sun.msv.reader.relax.core.AttPoolState
 
attribute(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
attributeDecl(String, String, String, String[], short, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
attributeDecl(String, String, String, String[], short, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
attributeDecl(String, String, String, String[], short, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
AttributeDeclExp - class com.sun.msv.grammar.xmlschema.AttributeDeclExp.
global attribute declaration.
AttributeDeclExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.AttributeDeclExp
name of this attribute declaration.
attributeDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from attribute declaration name to AttributeDeclExp object
AttributeExp - class com.sun.msv.grammar.AttributeExp.
Attribute declaration.
AttributeFeeder - class com.sun.msv.verifier.regexp.AttributeFeeder.
Feeds AttributeToken to the expression and obtains the residual (content model).
AttributeFeeder(REDocumentDeclaration) - Constructor for class com.sun.msv.verifier.regexp.AttributeFeeder
 
attributeFreeContentModel - Variable in class com.sun.msv.grammar.relax.ElementRule
Attribute-free content model
AttributeGroupExp - class com.sun.msv.grammar.xmlschema.AttributeGroupExp.
attribute group declaration.
AttributeGroupExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.AttributeGroupExp
name of this attribute group declaration.
attributeGroups - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from attribute group name to AttributeGroupExp object
AttributeGroupState - class com.sun.msv.reader.xmlschema.AttributeGroupState.
parses <attributeGroup /> element.
AttributeGroupState() - Constructor for class com.sun.msv.reader.xmlschema.AttributeGroupState
 
AttributePicker - class com.sun.msv.verifier.regexp.AttributePicker.
removes all unnecessary expressions and creates an expression that consists of required attributes and choices only.
AttributePicker(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.AttributePicker
 
AttributePruner - class com.sun.msv.verifier.regexp.AttributePruner.
Creates an expression whose AttributeExp is completely replaced by nullSet.
AttributePruner(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.AttributePruner
 
AttributeRemover - class com.sun.msv.verifier.regexp.AttributeRemover.
Creates an expression whose AttributeExp is completely replaced by epsilon.
AttributeRemover(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.AttributeRemover
 
attributes - Variable in class com.sun.msv.util.StartTagInfo
 
AttributeState - class com.sun.msv.reader.relax.core.AttributeState.
parses <attribute> element.
AttributeState - class com.sun.msv.reader.trex.AttributeState.
parses <attribute> pattern.
AttributeState - class com.sun.msv.reader.xmlschema.AttributeState.
used to parse <attribute > element.
AttributeState() - Constructor for class com.sun.msv.reader.relax.core.AttributeState
 
AttributeState() - Constructor for class com.sun.msv.reader.trex.AttributeState
 
AttributeState() - Constructor for class com.sun.msv.reader.xmlschema.AttributeState
 
attributeStep - Variable in class com.sun.msv.grammar.xmlschema.XPath
optional attribute step that can only appear as the last child.
AttributeToken - class com.sun.msv.verifier.regexp.AttributeToken.
represents attribute and its value.
attToken - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
the AttributeToken object which is re-used

B

backup(int) - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
backwardReference - Variable in class com.sun.msv.reader.GrammarReader
keeps track of all backward references to every ReferenceExp.
Base64BinaryType - class com.sun.msv.datatype.xsd.Base64BinaryType.
"base64Binary" type.
basePrefixResolver - Static variable in class com.sun.msv.reader.GrammarReader
The namespace prefix resolver that only resolves "xml" prefix.
baseType - Variable in class com.sun.msv.grammar.relaxng.ValueType
this type is responsible for the equality test.
baseType - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
immediate base type, which may be a concrete type or DataTypeWithFacet
baseType - Variable in class com.sun.msv.datatype.xsd.FinalComponent
immediate base type, which may be a concrete type or DataTypeWithFacet
beginColumn - Variable in class com.sun.msv.datatype.xsd.datetime.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class com.sun.msv.datatype.xsd.datetime.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
BigDateTimeValueType - class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType.
DateTimeValueType object that can hold all lexically valid dateTime value.
BigDateTimeValueType() - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
BigDateTimeValueType(BigDateTimeValueType, TimeZone) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
creates an instance with the specified BigDateTimeValueType, with modified time zone.
BigDateTimeValueType(BigInteger, Integer, Integer, Integer, Integer, BigDecimal, TimeZone) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
BigDateTimeValueType(BigInteger, int, int, int, int, BigDecimal, TimeZone) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
BigTimeDurationValueType - class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType.
ITimeDurationValueType implementation that can hold all lexically legal timeDuration value.
BigTimeDurationValueType(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 
BinaryExp - class com.sun.msv.grammar.BinaryExp.
Base implementation for those expression which has two child expressions.
BinaryExp(Expression, Expression, int) - Constructor for class com.sun.msv.grammar.BinaryExp
 
bind(ErrorHandler) - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
binds all IslandSchemata.
bind(SchemaProvider, ErrorHandler) - Method in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
 
bind(SchemaProvider, ErrorHandler) - Method in class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
 
block - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
The disallowed substitution property of this schema component, implemented as a bit field.
block - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
The block property of this schema component, implemented as a bit field.
body - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
body.
body - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
actual content model definition.
BooleanType - class com.sun.msv.datatype.xsd.BooleanType.
"boolean" type.
bufpos - Variable in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
BuiltinDatatypeLibrary - class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary.
RELAX NG built-in datatypes.
BuiltinDatatypeLibrary() - Constructor for class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
 
ByteType - class com.sun.msv.datatype.xsd.ByteType.
"byte" type.

C

calc(Expression) - Static method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
calc(NameClass) - Static method in class com.sun.msv.grammar.util.PossibleNamesCollector
computes all possibile names for this name class, and returns the set of StringPair.
calcResidual(Expression, Token) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
compute the residual
characterChunk(String, Datatype) - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
characterChunk(String, Datatype) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of a string.
characters(char[], int, int) - Method in class com.sun.msv.reader.State
 
characters(char[], int, int) - Method in class com.sun.msv.reader.IgnoreState
 
characters(char[], int, int) - Method in class com.sun.msv.reader.dtd.DTDReader
 
characters(char[], int, int) - Method in class com.sun.msv.reader.trex.NameClassNameState
 
characters(char[], int, int) - Method in class com.sun.msv.reader.trex.classic.StringState
 
characters(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.DataParamState
 
characters(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.ValueState
 
characters(char[], int, int) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
characters(char[], int, int) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of character data.
characters(char[], int, int) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
characters(char[], int, int) - Method in class com.sun.msv.util.xml.DOMBuilder
 
characters(char[], int, int) - Method in class com.sun.msv.util.xml.DocumentFilter
 
characters(char[], int, int) - Method in class com.sun.msv.verifier.Verifier
 
characters(char[], int, int) - Method in class com.sun.msv.verifier.VerifierFilter
 
characters(char[], int, int) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
 
characters(char[], int, int) - Method in class com.sun.msv.verifier.psvi.TypeDetector
 
characters(char[], int, int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 characters event.
check(Expression, ExpressionPool) - Static method in class com.sun.msv.reader.trex.ng.IdentityAmbiguityChecker
 
check(Grammar) - Static method in class com.sun.msv.reader.trex.ng.IdentityAmbiguityChecker
 
check(GrammarReader, Expression) - Static method in class com.sun.msv.reader.RunAwayExpressionChecker
 
check(RELAXCoreReader, RELAXModule) - Static method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
check(TagClause, RELAXCoreReader) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
checkFormat(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.EmptyStringType
 
checkFormat(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.NoneType
 
checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
checkValid() - Method in interface org.relaxng.datatype.DatatypeStreamingValidator
Similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false.
checkValid() - Method in class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
checkValid(String, ValidationContext) - Method in class com.sun.msv.grammar.relaxng.ValueType
 
checkValid(String, ValidationContext) - Method in class com.sun.msv.grammar.trex.TypedString
 
checkValid(String, ValidationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
checkValid(String, ValidationContext) - Method in interface org.relaxng.datatype.Datatype
Similar to the isValid method but throws an exception with diagnosis in case of errors.
checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
child - Variable in class com.sun.msv.grammar.NotNameClass
 
childElement(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
 
childElement(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
childElement(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
ChildlessState - class com.sun.msv.reader.ChildlessState.
state that has no children.
ChildlessState() - Constructor for class com.sun.msv.reader.ChildlessState
 
children() - Method in class com.sun.msv.grammar.BinaryExp
iterates all child expressions.
CHOICE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
choice(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
ChoiceExp - class com.sun.msv.grammar.ChoiceExp.
A|B.
ChoiceNameClass - class com.sun.msv.grammar.ChoiceNameClass.
Union of two NameClasses.
ChoiceNameClass(NameClass, NameClass) - Constructor for class com.sun.msv.grammar.ChoiceNameClass
 
ChoiceState - class com.sun.msv.reader.ChoiceState.
state that creates ChoiceExp.
ChoiceState() - Constructor for class com.sun.msv.reader.ChoiceState
 
ChoiceState(boolean) - Constructor for class com.sun.msv.reader.ChoiceState
 
chooseLocale(String[]) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
Chooses a client locale to use, using the first language specified in the list that is supported by this catalog.
chooseLocale(String[]) - Method in class com.sun.msv.scanner.dtd.DTDParser
Chooses a client locale to use for diagnostics, using the first language specified in the list that is supported by this parser.
clause - Variable in class com.sun.msv.grammar.relax.ElementRule
constraints over start tag of the element
clear() - Method in class org.relaxng.datatype.helpers.ValueMap
 
close() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
collect(Expression, Collection) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
com.sun.msv.datatype - package com.sun.msv.datatype
 
com.sun.msv.datatype.xsd - package com.sun.msv.datatype.xsd
W3C XML Schema Datatypes implementation.
com.sun.msv.datatype.xsd.datetime - package com.sun.msv.datatype.xsd.datetime
 
com.sun.msv.datatype.xsd.ngimpl - package com.sun.msv.datatype.xsd.ngimpl
 
com.sun.msv.driver.textui - package com.sun.msv.driver.textui
Command line verifier.
com.sun.msv.grammar - package com.sun.msv.grammar
abstract grammar model(AGM): common part.
com.sun.msv.grammar.dtd - package com.sun.msv.grammar.dtd
 
com.sun.msv.grammar.relax - package com.sun.msv.grammar.relax
abstract grammar model(AGM): RELAX stub.
com.sun.msv.grammar.relaxng - package com.sun.msv.grammar.relaxng
 
com.sun.msv.grammar.relaxng.datatype - package com.sun.msv.grammar.relaxng.datatype
RELAX NG built-in datatype implementation.
com.sun.msv.grammar.trex - package com.sun.msv.grammar.trex
abstract grammar model (AGM): TREX extension and TREX stub.
com.sun.msv.grammar.trex.typed - package com.sun.msv.grammar.trex.typed
Abstract grammar model (AGM): TREX label-annotated stub.
com.sun.msv.grammar.util - package com.sun.msv.grammar.util
Miscellaneous utility classes.
com.sun.msv.grammar.xmlschema - package com.sun.msv.grammar.xmlschema
W3C XML Schema grammar model.
com.sun.msv.reader - package com.sun.msv.reader
reads XML representation of grammar and creates AGM.
com.sun.msv.reader.datatype - package com.sun.msv.reader.datatype
interface of Datatype vocabulary reader.
com.sun.msv.reader.datatype.xsd - package com.sun.msv.reader.datatype.xsd
reads XML representation for XML Schema Part.2
com.sun.msv.reader.dtd - package com.sun.msv.reader.dtd
reads DTD and constructs AGM.
com.sun.msv.reader.relax - package com.sun.msv.reader.relax
common parts for parseing RELAX Core/Namespace into AGM.
com.sun.msv.reader.relax.core - package com.sun.msv.reader.relax.core
parses RELAX Core into AGM.
com.sun.msv.reader.relax.core.checker - package com.sun.msv.reader.relax.core.checker
Non-essential schema conformance checks.
com.sun.msv.reader.trex - package com.sun.msv.reader.trex
parses TREX pattern into AGM.
com.sun.msv.reader.trex.classic - package com.sun.msv.reader.trex.classic
 
com.sun.msv.reader.trex.ng - package com.sun.msv.reader.trex.ng
 
com.sun.msv.reader.trex.typed - package com.sun.msv.reader.trex.typed
reads TREX grammar with "label annotation".
com.sun.msv.reader.util - package com.sun.msv.reader.util
Miscellaneous utilities
com.sun.msv.reader.xmlschema - package com.sun.msv.reader.xmlschema
parses XML representation of XML Schema into AGM.
com.sun.msv.relaxns.grammar - package com.sun.msv.relaxns.grammar
abstract grammar model(AGM) for RELAX Namespace.
com.sun.msv.relaxns.grammar.relax - package com.sun.msv.relaxns.grammar.relax
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
com.sun.msv.relaxns.grammar.trex - package com.sun.msv.relaxns.grammar.trex
abstract grammar model(AGM) for RELAXNS-extended TREX.
com.sun.msv.relaxns.reader - package com.sun.msv.relaxns.reader
parses XML representation of RELAX Namespace.
com.sun.msv.relaxns.reader.relax - package com.sun.msv.relaxns.reader.relax
parses XML representation of RELAXNS-extended RELAX Core.
com.sun.msv.relaxns.reader.trex - package com.sun.msv.relaxns.reader.trex
parses XML representation of RELAXNS-extended TREX.
com.sun.msv.relaxns.verifier - package com.sun.msv.relaxns.verifier
"divide&validate" framework implementation.
com.sun.msv.scanner.dtd - package com.sun.msv.scanner.dtd
scan DTD stream and generates appropriate events.
com.sun.msv.util - package com.sun.msv.util
Miscellaneous utilities
com.sun.msv.util.xml - package com.sun.msv.util.xml
 
com.sun.msv.verifier - package com.sun.msv.verifier
Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.
com.sun.msv.verifier.identity - package com.sun.msv.verifier.identity
Verifier with XML Schema's identity constraint check.
com.sun.msv.verifier.jarv - package com.sun.msv.verifier.jarv
Implementation of JARV (Java API for RELAX Verifier).
com.sun.msv.verifier.psvi - package com.sun.msv.verifier.psvi
Type-assignment engine that can be used by application programs.
com.sun.msv.verifier.regexp - package com.sun.msv.verifier.regexp
VGM implementation by using regular expression derivation algorithm.
com.sun.msv.verifier.regexp.xmlschema - package com.sun.msv.verifier.regexp.xmlschema
RegExp VGM implementation that supports special semantics of XML Schema
com.sun.msv.verifier.util - package com.sun.msv.verifier.util
Miscellaneous utilities
com.sun.msv.writer - package com.sun.msv.writer
 
com.sun.msv.writer.relaxng - package com.sun.msv.writer.relaxng
AGM to RELAX NG converter
com.sun.msv.writer.trex - package com.sun.msv.writer.trex
AGM to TREX converter
CombinedChildContentExpCreator - class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.
creates "combined child content expression" and gathers "elements of concern" and its "attribute-pruned" content model.
CombinedChildContentExpCreator.ExpressionPair - class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair.
 
CombinedChildContentExpCreator.ExpressionPair(Expression, Expression) - Constructor for class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
 
combineURL(String, String) - Method in class com.sun.msv.reader.GrammarReader
converts the relative URL to the absolute one by using the specified base URL.
comment(String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
comment(String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification that a comment has been read.
comment(String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
Comparator - interface com.sun.msv.datatype.xsd.Comparator.
Comparable datatype.
compare(IDateTimeValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
compare two DateTimeValueType as defined in com.sun.msv.datatype/Comparator
compare(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
compare(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 
compare(ITimeDurationValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparator
compare(Object, Object) - Method in interface com.sun.msv.datatype.xsd.Comparator
compare to value types and decides its order relation
compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.NumberType
 
compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.DurationType
compare two TimeDurationValueType
compareTo(Object) - Method in class com.sun.msv.datatype.xsd.IntegerValueType
 
CompatibilityDatatype - interface org.relaxng.datatype.CompatibilityDatatype.
Datatype with the support of the RELAX NG compatibility spec.
CompatibilityDatatypeLibrary - class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary.
RELAX NG DTD compatibility datatype library.
CompatibilityDatatypeLibrary() - Constructor for class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
 
ComplexAcceptor - class com.sun.msv.verifier.regexp.ComplexAcceptor.
Accept that is used when more than one pattern can be applicable to the current context.
ComplexAcceptor(REDocumentDeclaration, Expression, ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ComplexAcceptor
 
ComplexAcceptor(REDocumentDeclaration, Expression, Expression[], ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ComplexAcceptor
 
ComplexAcceptorBaseImpl - class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl.
base implementation of ComplexAcceptor.
ComplexAcceptorBaseImpl(REDocumentDeclaration, Expression, Expression[], boolean) - Constructor for class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
 
complexBaseType - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
base type of this complex type.
ComplexContentBodyState - class com.sun.msv.reader.xmlschema.ComplexContentBodyState.
used to parse restriction/extension element as a child of complexContent element.
ComplexContentState - class com.sun.msv.reader.xmlschema.ComplexContentState.
parses <complexContent> element.
ComplexTypeDeclState - class com.sun.msv.reader.xmlschema.ComplexTypeDeclState.
used to parse <complexType> element.
ComplexTypeDeclState() - Constructor for class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
 
ComplexTypeExp - class com.sun.msv.grammar.xmlschema.ComplexTypeExp.
ComplexType definition.
ComplexTypeExp(XMLSchemaSchema, String) - Constructor for class com.sun.msv.grammar.xmlschema.ComplexTypeExp
 
complexTypes - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from simple type name to SimpleTypeExp object
complexUrType - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
expression that matches to "ur-type" when used as a complex type.
ConcreteType - class com.sun.msv.datatype.xsd.ConcreteType.
base class for those types which can be used by itself (int,uriReference,string, etc) .
concur(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
 
ConcurExp - class com.sun.msv.grammar.ConcurExp.
<concur> pattern of TREX.
ConcurState - class com.sun.msv.reader.trex.classic.ConcurState.
parses <concur> pattern.
ConcurState() - Constructor for class com.sun.msv.reader.trex.classic.ConcurState
 
connector(short) - Method in class com.sun.msv.reader.dtd.DTDReader
 
connector(short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
connector(short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
contains(Object) - Method in class com.sun.msv.util.LightStack
 
contains(Object) - Method in class org.relaxng.datatype.helpers.ValueSet
 
containsAttribute(String) - Method in class com.sun.msv.util.StartTagInfo
 
containsAttribute(String, String) - Method in class com.sun.msv.util.StartTagInfo
 
containsKey(Object) - Method in class org.relaxng.datatype.helpers.ValueMap
 
containsValue(Object) - Method in class org.relaxng.datatype.helpers.ValueMap
 
content - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
 
CONTENT_MODEL_ANY - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
CONTENT_MODEL_CHILDREN - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
CONTENT_MODEL_EMPTY - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
CONTENT_MODEL_MIXED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
ContentHandlerAdaptor - class com.sun.msv.writer.ContentHandlerAdaptor.
Adapt SAX2 ContentHandler as a SAX1 DocumentHandler.
ContentHandlerAdaptor(ContentHandler) - Constructor for class com.sun.msv.writer.ContentHandlerAdaptor
 
contentModel - Variable in class com.sun.msv.grammar.ElementExp
content model of this element declaration.
CONTENTMODEL - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
in this mode, element declaration is one of the terminal symbol of stringnization.
ContentModelAcceptor - class com.sun.msv.verifier.regexp.ContentModelAcceptor.
base implementation for SimpleAcceptor and ComplexAcceptor
contentModelInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
 
ContentModelRefExpRemover - class com.sun.msv.verifier.regexp.ContentModelRefExpRemover.
removes all ReferenceExp from Expression but do not recurse the child elements.
ContentModelRefExpRemover() - Constructor for class com.sun.msv.verifier.regexp.ContentModelRefExpRemover
 
context - Variable in class com.sun.msv.util.StartTagInfo
object that provides additional information which is necessary for validating some datatypes
context - Variable in class com.sun.msv.verifier.regexp.StringToken
 
continuation - Variable in class com.sun.msv.verifier.regexp.SimpleAcceptor
the expression that should be used by the parent acceptor once if this acceptor is satisfied.
continuation - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
 
continueGet(Expression, StartTagInfo, boolean) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
controller - Variable in class com.sun.msv.reader.GrammarReader
this object receives errors and warnings
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.grammar.relax.EmptyStringType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.grammar.relax.NoneType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.grammar.trex.TypedString
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.StringType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DoubleType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.SimpleURType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DateType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.AnyURIType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GYearMonthType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.BooleanType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.FloatType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.UnionType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GDayType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.Base64BinaryType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GMonthType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.EntityType
 
convertToLexicalValue(Object, SerializationContext) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
converts value object back to the corresponding value in the lexical space.
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.ListType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.NumberType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.TimeType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GYearType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DateTimeType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GMonthDayType
 
convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DurationType
 
countLength(Object) - Method in class com.sun.msv.datatype.xsd.StringType
 
countLength(Object) - Method in class com.sun.msv.datatype.xsd.AnyURIType
 
countLength(Object) - Method in class com.sun.msv.datatype.xsd.QnameType
 
countLength(Object) - Method in class com.sun.msv.datatype.xsd.ListType
 
countLength(String) - Static method in class com.sun.msv.datatype.xsd.UnicodeUtil
Count the number of "character" in Unicode string.
create(BigInteger) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
translates a BigInteger to an IntegerValueType.
create(int) - Static method in class com.sun.msv.datatype.xsd.datetime.TimeZone
 
create(Number, Number, Number, Number, Number, Number) - Static method in class com.sun.msv.datatype.xsd.datetime.TimeDurationFactory
 
create(String) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
translates non-canonicalized representation of an integer into an IntegerValueType.
createAcceptor() - Method in interface com.sun.msv.verifier.DocumentDeclaration
creates a new Acceptor that will validate the document element.
createAcceptor() - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
createAcceptor() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
 
createAnyString() - Method in class com.sun.msv.grammar.ExpressionPool
 
createAttribute(NameClass) - Method in class com.sun.msv.grammar.ExpressionPool
 
createAttribute(NameClass, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createAttributeState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
creates a state object that parses "attribute","attributeGroup ref", and "anyAttribute".
createChildAcceptor(StartTagInfo, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
creates an Acceptor that will accept the content model of the children of this moment.
createChildAcceptor(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
creates combined child acceptor and primitive child acceptors (if necessary).
createChildAcceptor(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
 
createChoice(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createClone() - Method in class com.sun.msv.relaxns.verifier.RulesAcceptor
 
createClone() - Method in interface com.sun.msv.verifier.Acceptor
clones this acceptor.
createClone() - Method in class com.sun.msv.verifier.regexp.ComplexAcceptor
 
createClone() - Method in class com.sun.msv.verifier.regexp.SimpleAcceptor
 
createClone() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
 
createConcur(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createDatatype() - Method in interface org.relaxng.datatype.DatatypeBuilder
Derives a new Datatype from a Datatype by parameters that were already set through the addParameter method.
createDatatype() - Method in class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder
 
createDatatype(String) - Method in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
 
createDatatype(String) - Method in class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
 
createDatatype(String) - Method in interface org.relaxng.datatype.DatatypeLibrary
Gets or creates a pre-defined type.
createDatatype(String) - Method in class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
 
createDatatypeBuilder(String) - Method in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
 
createDatatypeBuilder(String) - Method in class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
 
createDatatypeBuilder(String) - Method in interface org.relaxng.datatype.DatatypeLibrary
Creates a new instance of DatatypeBuilder.
createDatatypeBuilder(String) - Method in class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
 
createDatatypeLibrary(String) - Method in interface org.relaxng.datatype.DatatypeLibraryFactory
Creates a new instance of a DatatypeLibrary that supports the specified namespace URI.
createEpsilon() - Method in class com.sun.msv.grammar.ExpressionPool
 
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.GrammarReader
this method must be implemented by the derived class to create language-default expresion state.
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader
 
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader
 
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
 
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
 
createFacetState(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader
 
createFacetState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
createFactory(String) - Method in class com.sun.msv.verifier.jarv.FactoryLoaderImpl
 
createFromDate(Number, Integer, Integer, TimeZone) - Static method in class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
 
createFromDateTime(Number, Integer, Integer, Integer, Integer, Number, TimeZone) - Static method in class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
 
createFromTime(Integer, Integer, Number, TimeZone) - Static method in class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
 
createInputSource(File) - Static method in class com.sun.msv.scanner.dtd.Resolver
Creates an input source from a given file, autodetecting the character encoding.
createInputSource(String, InputStream, boolean, String) - Static method in class com.sun.msv.scanner.dtd.Resolver
Returns an input source, using the MIME type information and URL scheme to statically determine the correct character encoding if possible and otherwise autodetecting it.
createInputSource(URL, boolean) - Static method in class com.sun.msv.scanner.dtd.Resolver
Creates an input source from a given URI.
createInterleave(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createJavaObject(String, ValidationContext) - Method in class com.sun.msv.grammar.trex.TypedString
 
createJavaObject(String, ValidationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
createJavaObject(String, ValidationContext) - Method in interface com.sun.msv.datatype.DatabindableDatatype
converts lexcial value to a corresponding Java-friendly object by using the given context information.
createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
createKey(Expression, StringPair) - Method in class com.sun.msv.grammar.ExpressionPool
 
createKeyref(Expression, StringPair) - Method in class com.sun.msv.grammar.ExpressionPool
 
createList(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createMixed(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createModelGroupState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
creates a state object that parses "all"/"group ref"/"choice" and "sequence".
createNewAttributesVerifier(String, AttributesDecl[]) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
createNewVerifier(String, ElementDecl[]) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
createNullSet() - Method in class com.sun.msv.grammar.ExpressionPool
 
createOneOrMore(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createOptional(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createSequence(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createStreamingValidator(ValidationContext) - Method in class com.sun.msv.grammar.relaxng.ValueType
 
createStreamingValidator(ValidationContext) - Method in class com.sun.msv.grammar.trex.TypedString
 
createStreamingValidator(ValidationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
createStreamingValidator(ValidationContext) - Method in interface org.relaxng.datatype.Datatype
Creates an instance of the streaming validator for this type.
createStreamingValidator(ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
createTopLevelReaderState(StartTagInfo) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
creates a State object that will parse the element specified by tag parameter.
createTopLevelReaderState(StartTagInfo) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
 
createTopLevelVerifier() - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
 
createTypedString(Datatype, StringPair) - Method in class com.sun.msv.grammar.ExpressionPool
 
createTypedString(Datatype, StringPair, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
createTypedString(XSDatatype) - Method in class com.sun.msv.grammar.ExpressionPool
 
createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.relaxng.ValueType
 
createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.trex.TypedString
 
createValue(String, ValidationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
createValue(String, ValidationContext) - Method in interface org.relaxng.datatype.Datatype
Converts lexcial value and the current context to the corresponding value object.
createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
createZeroOrMore(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
 
currentToken - Variable in class com.sun.msv.datatype.xsd.datetime.ParseException
This is the last token that has been consumed successfully.

D

data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
 
data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
DatabindableDatatype - interface com.sun.msv.datatype.DatabindableDatatype.
Datatype interface that supports Java databinding.
dataExcept(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
dataParam(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
DataParamState - class com.sun.msv.reader.trex.ng.DataParamState.
parses <param> element inside <data> element.
DataParamState() - Constructor for class com.sun.msv.reader.trex.ng.DataParamState
 
DataState - class com.sun.msv.reader.trex.classic.DataState.
parses <data> pattern.
DataState - class com.sun.msv.reader.trex.ng.DataState.
parses <data> pattern.
DataState() - Constructor for class com.sun.msv.reader.trex.classic.DataState
 
DataState() - Constructor for class com.sun.msv.reader.trex.ng.DataState
 
Datatype - interface org.relaxng.datatype.Datatype.
Datatype object.
DatatypeBuilder - interface org.relaxng.datatype.DatatypeBuilder.
Creates an user-defined type by adding parameters to the pre-defined type.
DatatypeException - exception org.relaxng.datatype.DatatypeException.
Signals Datatype related exceptions.
DatatypeException() - Constructor for class org.relaxng.datatype.DatatypeException
A constructor for those datatype libraries which don't support any diagnostic information at all.
DatatypeException(int, String) - Constructor for class org.relaxng.datatype.DatatypeException
 
DatatypeException(String) - Constructor for class org.relaxng.datatype.DatatypeException
 
DatatypeFactory - class com.sun.msv.datatype.xsd.DatatypeFactory.
Datatype object factory.
DatatypeLibrary - interface org.relaxng.datatype.DatatypeLibrary.
A Datatype library
DatatypeLibraryFactory - interface org.relaxng.datatype.DatatypeLibraryFactory.
Factory class for the DatatypeLibrary class.
DataTypeLibraryImpl - class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl.
DataTypeLibrary implementation for Sun XML Datatypes Library.
DataTypeLibraryImpl() - Constructor for class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
 
dataTypeName - Variable in class com.sun.msv.grammar.KeyExp
name of the underlying datatype.
DatatypeRef - class com.sun.msv.util.DatatypeRef.
reference to Datatype
DatatypeRef() - Constructor for class com.sun.msv.util.DatatypeRef
 
dataTypes - Variable in class com.sun.msv.grammar.trex.TREXGrammar
data type vocabularies used and defined by this grammar.
DatatypeStreamingValidator - interface org.relaxng.datatype.DatatypeStreamingValidator.
Datatype streaming validator.
DataTypeVocabulary - interface com.sun.msv.reader.datatype.DataTypeVocabulary.
this class is used to parse foreign datatype vocabulary.
DataTypeVocabularyMap - class com.sun.msv.reader.datatype.DataTypeVocabularyMap.
a map from namespace URI to DataTypeVocabulary
DataTypeVocabularyMap() - Constructor for class com.sun.msv.reader.datatype.DataTypeVocabularyMap
 
DataTypeWithFacet - class com.sun.msv.datatype.xsd.DataTypeWithFacet.
Base implementation of facet-restricted datatype
dateL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
datePartL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
datePartV(boolean) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
DateTimeFactory - class com.sun.msv.datatype.xsd.datetime.DateTimeFactory.
utility functions that creates date/time related objects.
DateTimeFactory() - Constructor for class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
 
DateTimeType - class com.sun.msv.datatype.xsd.DateTimeType.
"dateTime" type.
dateTimeTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
dateTimeTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
DateType - class com.sun.msv.datatype.xsd.DateType.
"date" type.
dateTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
dateTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
dateV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
day() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
dayTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
dayTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
DblAttrConstraintChecker - class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker.
makes sure that no two AttributeExps have the same attribute name as their target.
DblAttrConstraintChecker() - Constructor for class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
debug - Static variable in class com.sun.msv.driver.textui.Debug
 
Debug - class com.sun.msv.driver.textui.Debug.
 
Debug() - Constructor for class com.sun.msv.driver.textui.Debug
 
DebugController - class com.sun.msv.driver.textui.DebugController.
GrammarReaderController that prints all errors and warnings.
DebugController(boolean) - Constructor for class com.sun.msv.driver.textui.DebugController
 
DebugController(boolean, boolean) - Constructor for class com.sun.msv.driver.textui.DebugController
 
DebugController(boolean, boolean, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
 
DebugController(boolean, boolean, PrintStream) - Constructor for class com.sun.msv.driver.textui.DebugController
 
DebugController(boolean, boolean, PrintStream, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
 
decimalDigits(boolean) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
DeclImpl - class com.sun.msv.relaxns.grammar.DeclImpl.
Implementation of ElementDecl interface by MSV grammar model.
DeclImpl(ReferenceExp) - Constructor for class com.sun.msv.relaxns.grammar.DeclImpl
 
DeclImpl(String, Expression) - Constructor for class com.sun.msv.relaxns.grammar.DeclImpl
 
DEFAULT - Static variable in interface com.sun.msv.datatype.xsd.datetime.ISO8601ParserConstants
 
define(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
define(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
 
define(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
DefineState - class com.sun.msv.reader.trex.DefineState.
parses <define> declaration.
DefineState - class com.sun.msv.reader.trex.classic.DefineState.
parses <define> declaration.
DefineState - class com.sun.msv.reader.trex.ng.DefineState.
parses <define> declaration.
DefineState() - Constructor for class com.sun.msv.reader.trex.DefineState
 
DefineState() - Constructor for class com.sun.msv.reader.trex.classic.DefineState
 
DefineState() - Constructor for class com.sun.msv.reader.trex.ng.DefineState
 
DERIVATION_BY_LIST - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
DERIVATION_BY_RESTRICTION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
DERIVATION_BY_UNION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
derivationMethod - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
the derivation method used to derive this complex type from the base type.
derive(String) - Method in class com.sun.msv.reader.datatype.xsd.LateBindTypeIncubator
 
derive(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
derives a new datatype from a datatype by facets that were set.
derive(String, LateBindDatatype.RenderingContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindTypeIncubator
 
deriveByList(String, XSDatatype) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
derives a new type by list.
deriveByUnion(String, Collection) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
 
deriveByUnion(String, XSDatatype[]) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
derives a new type by union.
detectUndefinedOnes(ReferenceContainer, String) - Method in class com.sun.msv.reader.GrammarReader
detects undefined ReferenceExp and reports it as an error.
DIAG_BAD_ATTRIBUTE_VALUE_DATATYPE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_ATTRIBUTE_VALUE_GENERIC - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_ATTRIBUTE_VALUE_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_ATTRIBUTE_VALUE_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_ATTRIBUTE_VALUE_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_KEY_VALUE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_KEY_VALUE2 - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_LITERAL_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_LITERAL_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_LITERAL_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_TAGNAME_GENERIC - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_TAGNAME_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_TAGNAME_PROBABLY_WRONG_NAMESPACE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_TAGNAME_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_TAGNAME_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_BAD_TAGNAME_WRONG_NAMESPACE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_CONTENT_MODEL_IS_NULLSET - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_ELEMENT_NOT_ALLOWED - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_MISSING_ATTRIBUTE_GENERIC - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_MISSING_ATTRIBUTE_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_MISSING_ATTRIBUTE_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_MISSING_ATTRIBUTE_SIMPLE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_MISSING_ATTRIBUTE_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_NAMESPACE_NAMECLASS - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_NOT_NAMESPACE_NAMECLASS - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_SIMPLE_NAMECLASS - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_STRING_NOT_ALLOWED - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_TYPED_STRING - Static variable in class com.sun.msv.grammar.trex.TypedString
 
DIAG_UNCOMPLETED_CONTENT_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_UNCOMPLETED_CONTENT_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_UNCOMPLETED_CONTENT_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DIAG_UNDECLARED_ATTRIBUTE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
DifferenceNameClass - class com.sun.msv.grammar.DifferenceNameClass.
<difference> name class.
DifferenceNameClass(NameClass, NameClass) - Constructor for class com.sun.msv.grammar.DifferenceNameClass
 
digit - Static variable in interface com.sun.msv.datatype.xsd.datetime.ISO8601ParserConstants
 
digits - Static variable in interface com.sun.msv.datatype.xsd.datetime.ISO8601ParserConstants
 
disable_tracing() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
displayName() - Method in class com.sun.msv.grammar.relaxng.ValueType
 
displayName() - Method in class com.sun.msv.grammar.trex.TypedString
 
displayName() - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
displayName() - Method in class com.sun.msv.datatype.xsd.ConcreteType
 
displayName() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
displayName() - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
displayName() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
gets the displayable name of this type.
divInGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
divInGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
DivInGrammarState - class com.sun.msv.reader.trex.DivInGrammarState.
Used to parse merged grammars.
DivInGrammarState() - Constructor for class com.sun.msv.reader.trex.DivInGrammarState
 
DivInModuleState - class com.sun.msv.reader.relax.core.DivInModuleState.
parses <div> element under <module> element.
DivInModuleState() - Constructor for class com.sun.msv.reader.relax.core.DivInModuleState
 
DocumentDeclaration - interface com.sun.msv.verifier.DocumentDeclaration.
Represents a kind of "constraint" over XML document.
DocumentFilter - class com.sun.msv.util.xml.DocumentFilter.
SAX DocumentHandler event interceptor.
DocumentFilter(DocumentHandler) - Constructor for class com.sun.msv.util.xml.DocumentFilter
 
doDuplicateDefinitionCheck - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
a flag that indicates State objects should check duplicate definitions.
DOMBuilder - class com.sun.msv.util.xml.DOMBuilder.
builds DOM from SAX2 event stream.
DOMBuilder() - Constructor for class com.sun.msv.util.xml.DOMBuilder
 
DOMBuilder(Document) - Constructor for class com.sun.msv.util.xml.DOMBuilder
 
DOMVisitor - class com.sun.msv.util.xml.DOMVisitor.
visits all DOM elements in the depth-first order (in-order).
DOMVisitor() - Constructor for class com.sun.msv.util.xml.DOMVisitor
 
Done() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
DoubleType - class com.sun.msv.datatype.xsd.DoubleType.
"double" type.
Driver - class com.sun.msv.driver.textui.Driver.
command line Verifier.
Driver() - Constructor for class com.sun.msv.driver.textui.Driver
 
dt - Variable in class com.sun.msv.grammar.TypedStringExp
datatype object that actually validates text.
DTDEventListener - interface com.sun.msv.scanner.dtd.DTDEventListener.
All DTD parsing events are signaled through this interface.
DTDHandlerBase - class com.sun.msv.scanner.dtd.DTDHandlerBase.
do-nothing implementation of DTDEventHandler.
DTDHandlerBase() - Constructor for class com.sun.msv.scanner.dtd.DTDHandlerBase
 
DTDParser - class com.sun.msv.scanner.dtd.DTDParser.
This implements parsing of XML 1.0 DTDs.
DTDParser() - Constructor for class com.sun.msv.scanner.dtd.DTDParser
 
DTDReader - class com.sun.msv.reader.dtd.DTDReader.
constructs RELAXModule object that exactly matches to the parsed DTD.
DTDReader(GrammarReaderController, String, ExpressionPool) - Constructor for class com.sun.msv.reader.dtd.DTDReader
 
dump(PrintStream) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
dumps the contents to the given object.
dumpRELAXGrammar(RELAXGrammar) - Static method in class com.sun.msv.driver.textui.Driver
 
dumpRELAXModule(RELAXModule) - Static method in class com.sun.msv.driver.textui.Driver
 
dumpTREX(TREXGrammar) - Static method in class com.sun.msv.driver.textui.Driver
 
dumpXMLSchema(XMLSchemaGrammar) - Static method in class com.sun.msv.driver.textui.Driver
 
dumpXMLSchema(XMLSchemaSchema) - Static method in class com.sun.msv.driver.textui.Driver
 
DurationType - class com.sun.msv.datatype.xsd.DurationType.
"duration" type.
durationTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
durationTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 

E

element(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
element(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
 
ElementDeclExp - class com.sun.msv.grammar.xmlschema.ElementDeclExp.
Element declaration.
ElementDeclExp.XSElementExp - class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp.
XML Schema version of ElementExp.
ElementDeclExp.XSElementExp(ElementDeclExp, SimpleNameClass, Expression) - Constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
 
ElementDeclExp(XMLSchemaSchema, String) - Constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
elementDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from attribute declaration name to AttributeDeclExp object
ElementDeclState - class com.sun.msv.reader.xmlschema.ElementDeclState.
used to parse <element > element without ref attribute.
ElementDeclState() - Constructor for class com.sun.msv.reader.xmlschema.ElementDeclState
 
ElementExp - class com.sun.msv.grammar.ElementExp.
Element declaration.
ElementExp(Expression, boolean) - Constructor for class com.sun.msv.grammar.ElementExp
 
elementName - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
 
ElementPattern - class com.sun.msv.grammar.trex.ElementPattern.
<element> pattern of TREX.
ElementPattern(NameClass, Expression) - Constructor for class com.sun.msv.grammar.trex.ElementPattern
 
ElementRefState - class com.sun.msv.reader.relax.ElementRefState.
parses <ref label="..." /> element.
ElementRefState - class com.sun.msv.reader.xmlschema.ElementRefState.
used to parse <element > element with ref attribute.
ElementRefState() - Constructor for class com.sun.msv.reader.relax.ElementRefState
 
ElementRefState() - Constructor for class com.sun.msv.reader.xmlschema.ElementRefState
 
ElementRule - class com.sun.msv.grammar.relax.ElementRule.
ElementRule declaration of RELAX.
ElementRule(ExpressionPool, TagClause, Expression) - Constructor for class com.sun.msv.grammar.relax.ElementRule
 
elementRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
map from label name to ElementRules object
ElementRules - class com.sun.msv.grammar.relax.ElementRules.
Set of ElementRule objects that share the label name.
ElementRuleWithHedgeState - class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState.
parses <elementRule> without 'type' attribute.
ElementRuleWithHedgeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
 
ElementRuleWithTypeState - class com.sun.msv.reader.relax.core.ElementRuleWithTypeState.
parses <elementRule> with 'type' attribute.
ElementRuleWithTypeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
 
ElementsOfConcernCollector - class com.sun.msv.verifier.regexp.ElementsOfConcernCollector.
Collects "elements of concern".
ElementsOfConcernCollector() - Constructor for class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
ElementState - class com.sun.msv.reader.trex.ElementState.
parses <element> pattern.
ElementState() - Constructor for class com.sun.msv.reader.trex.ElementState
 
ElementToken - class com.sun.msv.verifier.regexp.ElementToken.
a token that represents an XML element.
ElementToken(ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ElementToken
 
empty(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
EmptyState - class com.sun.msv.reader.EmptyState.
state that creates epsion.
EmptyState() - Constructor for class com.sun.msv.reader.EmptyState
 
EmptyStringType - class com.sun.msv.grammar.relax.EmptyStringType.
'emptyString' type of RELAX.
enable_tracing() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
encode(int) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
 
endAttribute(String, String, String, AttributeExp) - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
endAttribute(String, String, String, AttributeExp) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the end of an attribute.
endAttributePart() - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
endAttributePart() - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
this method is called after the start/endAttribute method are called for all attributes.
endCDATA() - Method in class com.sun.msv.reader.dtd.DTDReader
 
endCDATA() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification that the CDATA section finished.
endCDATA() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
endChildIsland(String, ElementDecl[]) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
 
endColumn - Variable in class com.sun.msv.datatype.xsd.datetime.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endContentModel(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
 
endContentModel(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
receives notification that parsing of content model is finished.
endContentModel(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
endDocument() - Method in class com.sun.msv.reader.SimpleState
 
endDocument() - Method in class com.sun.msv.reader.IgnoreState
 
endDocument() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
endDocument() - Method in class com.sun.msv.reader.util.ForkContentHandler
 
endDocument() - Method in class com.sun.msv.relaxns.reader.NamespaceState
 
endDocument() - Method in class com.sun.msv.util.xml.DocumentFilter
 
endDocument() - Method in class com.sun.msv.verifier.Verifier
 
endDocument() - Method in class com.sun.msv.verifier.VerifierFilter
 
endDocument() - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
 
endDocument() - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
endDocument() - Method in class com.sun.msv.verifier.psvi.TypeDetector
 
endDocument() - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the end of a document.
endDocument() - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 end document event.
endDTD() - Method in class com.sun.msv.reader.dtd.DTDReader
 
endDTD() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of the end of a DTD.
endDTD() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
endElement(String) - Method in class com.sun.msv.util.xml.DocumentFilter
 
endElement(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 end element event.
endElement(String, String, String) - Method in class com.sun.msv.reader.SimpleState
 
endElement(String, String, String) - Method in class com.sun.msv.reader.IgnoreState
 
endElement(String, String, String) - Method in class com.sun.msv.reader.trex.TREXBaseReader
 
endElement(String, String, String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
endElement(String, String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
endElement(String, String, String) - Method in class com.sun.msv.relaxns.reader.NamespaceState
 
endElement(String, String, String) - Method in class com.sun.msv.util.xml.DOMBuilder
 
endElement(String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
endElement(String, String, String) - Method in class com.sun.msv.verifier.Verifier
 
endElement(String, String, String) - Method in class com.sun.msv.verifier.VerifierFilter
 
endElement(String, String, String) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
 
endElement(String, String, String) - Method in class com.sun.msv.verifier.psvi.TypeDetector
 
endElement(String, String, String, ElementExp) - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
endElement(String, String, String, ElementExp) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the end of an element.
endIsland() - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
 
endLine - Variable in class com.sun.msv.datatype.xsd.datetime.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endModelGroup(short) - Method in class com.sun.msv.reader.dtd.DTDReader
 
endModelGroup(short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
endModelGroup(short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
endPrefixMapping(String) - Method in class com.sun.msv.reader.State
 
endPrefixMapping(String) - Method in class com.sun.msv.reader.GrammarReader
 
endPrefixMapping(String) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
endPrefixMapping(String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
endPrefixMapping(String) - Method in class com.sun.msv.verifier.VerifierFilter
 
endSelf() - Method in class com.sun.msv.reader.trex.NameClassState
 
endSelf() - Method in class com.sun.msv.reader.trex.GrammarState
 
endSelf() - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
 
EntityType - class com.sun.msv.datatype.xsd.EntityType.
"ENTITY" type.
entrySet() - Method in class org.relaxng.datatype.helpers.ValueMap
 
EnumerationFacet - class com.sun.msv.datatype.xsd.EnumerationFacet.
"enumeration" facets validator.
EOF - Static variable in interface com.sun.msv.datatype.xsd.datetime.ISO8601ParserConstants
 
epsilon - Static variable in class com.sun.msv.grammar.Expression
Special expression object that represents epsilon (ε).
EQUAL - Static variable in interface com.sun.msv.datatype.xsd.Comparator
 
equals(BigDateTimeValueType, BigDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
equals(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
equals(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 
equals(Object) - Method in class com.sun.msv.grammar.Expression
 
equals(Object) - Method in class com.sun.msv.grammar.AttributeExp
 
equals(Object) - Method in class com.sun.msv.grammar.BinaryExp
 
equals(Object) - Method in class com.sun.msv.grammar.UnaryExp
 
equals(Object) - Method in class com.sun.msv.grammar.TypedStringExp
 
equals(Object) - Method in class com.sun.msv.grammar.ReferenceExp
 
equals(Object) - Method in class com.sun.msv.grammar.OtherExp
 
equals(Object) - Method in class com.sun.msv.grammar.ElementExp
 
equals(Object) - Method in class com.sun.msv.grammar.KeyExp
 
equals(Object) - Method in class com.sun.msv.grammar.relax.ElementRules
 
equals(Object) - Method in class com.sun.msv.grammar.relax.HedgeRules
 
equals(Object) - Method in class com.sun.msv.util.StringPair
 
equals(Object) - Method in class com.sun.msv.datatype.xsd.IntegerValueType
 
equals(Object) - Method in class com.sun.msv.datatype.xsd.ListValueType
Two ListValueType are equal if and only if all the array members are equal respectively.
equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.TimeZone
 
equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 
equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
ERR_BAD_ATTRIBUTE_VALUE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_BAD_COMBINE - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_BAD_DATA_VALUE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_BAD_FACET - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_BAD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_BAD_XPATH - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_CHARACTERS - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_COMBINE_MISSING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_CONFLICTING_ATTRIBUTES - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_DATATYPE_ALREADY_DEFINED - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_DISALLOWED_ATTRIBUTE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_DOUBLE_MATCH - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
 
ERR_DUPLICATE_ATTRIBUTE_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_DUPLICATE_ATTRIBUTE_GROUP_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_DUPLICATE_COMPLEXTYPE_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_DUPLICATE_DEFINITION - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_DUPLICATE_ELEMENT_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_DUPLICATE_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_DUPLICATE_GROUP_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_DUPLICATE_IDENTITY_CONSTRAINT_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_DUPLICATE_SCHEMA_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_EMPTY_UNION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_ENUMERATION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_ENUMERATION_WITH_ARG - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_EXPROTED_HEDGERULE_CONSTRAINT - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_FACET_MUST_BE_NON_NEGATIVE_INTEGER - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_FACET_MUST_BE_POSITIVE_INTEGER - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_ID_ABUSE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_ID_ABUSE_1 - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_ILLEGAL_FINAL_VALUE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_ILLEGAL_OCCURS - Static variable in class com.sun.msv.reader.relax.RELAXReader
 
ERR_IMPORTING_SAME_NAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_INAPPROPRIATE_FOR_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_INCONSISTENT_COMBINE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_INCONSISTENT_FACETS_1 - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_INCONSISTENT_FACETS_2 - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_INCONSISTENT_KEY_TYPE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_INCONSISTENT_TARGET_NAMESPACE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_INCONSISTENT_TARGETNAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_INLINEMODULE_NOT_FOUND - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
 
ERR_INTERLEAVED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_INVALID_BASE_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_INVALID_ITEMTYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_INVALID_MEMBER_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_INVALID_PARAMETERS - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_INVALID_VALUE_FOR_THIS_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_INVALID_WHITESPACE_VALUE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_IO_EXCEPTION - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_KEY_FIELD_NUMBER_MISMATCH - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_KEYREF_REFERRING_NON_KEY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_LABEL_COLLISION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_LENGTH - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_LOAD_GRAMMAR - Static variable in class com.sun.msv.driver.textui.Driver
 
ERR_LOOSENED_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_MALPLACED_ELEMENT - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MAXLENGTH - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_MAXOCCURS_IS_NECESSARY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_MINLENGTH - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_MISPLACED_OCCURS - Static variable in class com.sun.msv.reader.relax.RELAXReader
 
ERR_MISSING_ATTRIBUTE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MISSING_ATTRIBUTE - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_MISSING_ATTRIBUTE_2 - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MISSING_CHILD_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MISSING_CHILD_NAMECLASS - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_MISSING_CHILD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MISSING_TARGET_NAMESPACE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_MISSING_TOPLEVEL - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MORE_THAN_ONE_CHILD_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MORE_THAN_ONE_CHILD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_MORE_THAN_ONE_INLINE_TAG - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_MORE_THAN_ONE_NAMECLASS - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_MULTIPLE_ATTPOOL_DECLARATIONS - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_MULTIPLE_ATTRIBUTE_CONSTRAINT - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_MULTIPLE_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_MULTIPLE_TAG_DECLARATIONS - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_NAMESPACE_COLLISION - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
 
ERR_NAMESPACE_NOT_SUPPROTED - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_NO_EXPROTED_LABEL - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_NON_NILLABLE_ELEMENT - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
 
ERR_NONEXISTENT_PARENT_GRAMMAR - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_NOT_APPLICABLE_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_NOT_SUBSTITUTABLE_TYPE - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
 
ERR_NOT_UNIQUE - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
 
ERR_NOT_UNIQUE_DIAG - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
 
ERR_OUT_OF_RANGE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_OVERRIDING_FIXED_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_PARSE_ERROR - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_PATTERN_1 - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_PATTERN_MANY - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_RECURSIVE_DATATYPE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_RECURSIVE_INCLUDE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_RECURSIVE_SUBSTITUTION_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_REDEFINE_UNDEFINED - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_REDEFINING_UNDEFINED - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_REPEATED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_ROLE_COLLISION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_RUNAWAY_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_SAX_EXCEPTION - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_SCALE_IS_GREATER_THAN_PRECISION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_SEQUENCED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_TOO_MUCH_PRECISION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_TOO_MUCH_SCALE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_TOPLEVEL_PARTICLE_MUST_BE_RELAX_CORE - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
 
ERR_UNCOMPLETED_CONTENT - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.dtd.DTDReader
 
ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_ATTPOOL - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_UNDEFINED_ATTRIBUTE_DECL - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_ATTRIBUTE_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_COMPLEX_TYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_DATATYPE - Static variable in class com.sun.msv.reader.GrammarReader
 
ERR_UNDEFINED_DATATYPE_1 - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_UNDEFINED_ELEMENT - Static variable in class com.sun.msv.reader.dtd.DTDReader
 
ERR_UNDEFINED_ELEMENT_DECL - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_ELEMENTRULE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_UNDEFINED_ELEMENTTYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_HEDGERULE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_UNDEFINED_KEY - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_UNDEFINED_KEY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_KEY - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
 
ERR_UNDEFINED_NAMESPACE - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
ERR_UNDEFINED_OR_FORWARD_REFERENCED_TYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_PATTERN - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_UNDEFINED_SCHEMA - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_SIMPLE_TYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNDEFINED_TAG - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
ERR_UNDEFINED_TYPE - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
 
ERR_UNEXPECTED_ATTRIBUTE - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_UNEXPECTED_ELEMENT - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_UNEXPECTED_NAMESPACE - Static variable in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
 
ERR_UNEXPECTED_STARTTAG - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_UNEXPECTED_TEXT - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_UNEXPORTED_ATTRIBUTE_DECL - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
ERR_UNEXPORTED_ELEMENT_DECL - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
ERR_UNIMPLEMENTED_FEATURE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNKNOWN_DATATYPE_VOCABULARY - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
ERR_UNKNOWN_DATATYPE_VOCABULARY_1 - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
ERR_UNKNOWN_LANGUAGE - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
 
ERR_UNMATCHED_KEY_FIELD - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
 
ERR_UNRELATED_TYPES_IN_SUBSTITUTIONGROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ERR_UNSOLD_IDREF - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_UNSOLD_KEYREF - Static variable in class com.sun.msv.verifier.Verifier
 
ERR_UNSUPPROTED_ATTRIBUTES_IMPORT - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
ERR_X_AND_Y_ARE_EXCLUSIVE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ERR_XMLPARSERFACTORY_EXCEPTION - Static variable in class com.sun.msv.reader.GrammarReader
 
error(Locator[], String, Exception) - Method in class com.sun.msv.driver.textui.DebugController
 
error(Locator[], String, Exception) - Method in interface com.sun.msv.reader.GrammarReaderController
 
error(Locator[], String, Exception) - Method in class com.sun.msv.reader.util.IgnoreController
 
error(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
 
error(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
 
error(SAXParseException) - Method in class com.sun.msv.reader.util.GrammarReaderControllerAdaptor
 
error(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
 
error(SAXParseException) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
error(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
error(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
 
error(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
 
ErrorHandlerAdaptor - class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor.
wraps ISORELAX ErrorHandler by VerificationErrorHandler interface.
ErrorHandlerAdaptor(Dispatcher) - Constructor for class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
 
ErrorHandlerImpl - class com.sun.msv.verifier.util.ErrorHandlerImpl.
default implementation of ErrorHandler.
ErrorHandlerImpl() - Constructor for class com.sun.msv.verifier.util.ErrorHandlerImpl
 
errorSnapshot - Variable in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
escape(String) - Static method in class com.sun.msv.datatype.xsd.AnyURIType
escape non-ASCII characters in URL
except - Variable in class com.sun.msv.grammar.TypedStringExp
'except' clause of RELAX NG.
excludeNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
 
exp - Variable in class com.sun.msv.grammar.AttributeExp
child expression
exp - Variable in class com.sun.msv.grammar.UnaryExp
child expression.
exp - Variable in class com.sun.msv.grammar.ReferenceExp
child expression.
exp - Variable in class com.sun.msv.grammar.OtherExp
child expression.
exp - Variable in class com.sun.msv.relaxns.grammar.DeclImpl
"meat" of this Rule.
exp1 - Variable in class com.sun.msv.grammar.BinaryExp
 
exp2 - Variable in class com.sun.msv.grammar.BinaryExp
 
expectedTokenSequences - Variable in class com.sun.msv.datatype.xsd.datetime.ParseException
Each entry in this array is an array of integers.
Exportable - interface com.sun.msv.grammar.relax.Exportable.
exportable Expression.
exported - Variable in class com.sun.msv.grammar.relax.ElementRules
a flag that indicates this elementRule is exported and therefore accessible from other modules.
exported - Variable in class com.sun.msv.grammar.relax.HedgeRules
a flag that indicates this hedgeRule is exported and therefore accessible from other modules.
exported - Variable in class com.sun.msv.grammar.relax.AttPoolClause
a flag that indicates this elementRule is exported and therefore accessible from other modules.
ExportedHedgeRuleChecker - class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker.
the purpose of this function object is to make sure that the expression does not contain references to modules other than one specified by this variable.
ExportedHedgeRuleChecker(RELAXModule) - Constructor for class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
Expression - class com.sun.msv.grammar.Expression.
Primitive of the tree regular expression.
ExpressionAcceptor - class com.sun.msv.verifier.regexp.ExpressionAcceptor.
Acceptor implementation.
ExpressionAcceptor(REDocumentDeclaration, Expression, boolean) - Constructor for class com.sun.msv.verifier.regexp.ExpressionAcceptor
 
ExpressionCloner - class com.sun.msv.grammar.ExpressionCloner.
clones an expression.
ExpressionOwner - interface com.sun.msv.reader.ExpressionOwner.
interface that must be implemented by the parent state of ExpressionState.
ExpressionPool - class com.sun.msv.grammar.ExpressionPool.
Creates a new Expression by combining existing expressions.
ExpressionPool.ClosedHash - class com.sun.msv.grammar.ExpressionPool.ClosedHash.
expression cache by closed hash.
ExpressionPool.ClosedHash() - Constructor for class com.sun.msv.grammar.ExpressionPool.ClosedHash
 
ExpressionPool.ClosedHash(ExpressionPool.ClosedHash) - Constructor for class com.sun.msv.grammar.ExpressionPool.ClosedHash
 
ExpressionPool() - Constructor for class com.sun.msv.grammar.ExpressionPool
 
ExpressionPool(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionPool
creates new expression pool as a child pool of the given parent pool.
ExpressionPrinter - class com.sun.msv.grammar.util.ExpressionPrinter.
creates a string representation of the expression.
ExpressionState - class com.sun.msv.reader.ExpressionState.
Base implementation for those states who read tags representing an expression.
ExpressionState() - Constructor for class com.sun.msv.reader.ExpressionState
 
ExpressionVisitor - interface com.sun.msv.grammar.ExpressionVisitor.
Visitor interface for Expression and its derived types.
ExpressionVisitorBoolean - interface com.sun.msv.grammar.ExpressionVisitorBoolean.
ExpressionVisitor that returns boolean.
ExpressionVisitorExpression - interface com.sun.msv.grammar.ExpressionVisitorExpression.
ExpressionVisitor that returns Expression object.
ExpressionVisitorVoid - interface com.sun.msv.grammar.ExpressionVisitorVoid.
ExpressionVisitor that returns void.
ExpressionWalker - class com.sun.msv.grammar.util.ExpressionWalker.
Visits all reachable expressions but do nothing.
ExpressionWalker() - Constructor for class com.sun.msv.grammar.util.ExpressionWalker
 
ExpressionWithChildState - class com.sun.msv.reader.ExpressionWithChildState.
State that parses Expression which contains other expressions.
ExpressionWithChildState() - Constructor for class com.sun.msv.reader.ExpressionWithChildState
 
ExpressionWithoutChildState - class com.sun.msv.reader.ExpressionWithoutChildState.
Base implementation for those states who cannot have any children.
ExpressionWithoutChildState() - Constructor for class com.sun.msv.reader.ExpressionWithoutChildState
 
exps - Variable in class com.sun.msv.datatype.xsd.PatternFacet
actual object that performs regular expression validation.
EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
 
ExternalAttributeExp - class com.sun.msv.relaxns.grammar.ExternalAttributeExp.
place holder for imported attributes declaration.
ExternalAttributeExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalAttributeExp
 
ExternalElementExp - class com.sun.msv.relaxns.grammar.ExternalElementExp.
place holder for imported element declaration.
ExternalElementExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalElementExp
 
externalEntityResolver - Variable in class com.sun.msv.driver.textui.DebugController
entity resolution is delegated to this object.
externalGeneralEntityDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
externalGeneralEntityDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of an external parsed general entity declaration event.
externalGeneralEntityDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
externalParameterEntityDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of an external parameter entity declaration event.
externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
externalRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 

F

FACET_ENUMERATION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_FRACTIONDIGITS - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_LENGTH - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_MAXEXCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_MAXINCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_MAXLENGTH - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_MINEXCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_MININCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_MINLENGTH - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_PATTERN - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_TOTALDIGITS - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
FACET_WHITESPACE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
facetName - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
name of this facet
facetNames - Static variable in class com.sun.msv.reader.datatype.xsd.FacetState
set of recognizable facet names
FacetState - class com.sun.msv.reader.datatype.xsd.FacetState.
state that reads facets.
FacetState() - Constructor for class com.sun.msv.reader.datatype.xsd.FacetState
 
FacetStateParent - interface com.sun.msv.reader.datatype.xsd.FacetStateParent.
Interface implemented by the parent state of FacetState.
FactoryLoaderImpl - class com.sun.msv.verifier.jarv.FactoryLoaderImpl.
 
FactoryLoaderImpl() - Constructor for class com.sun.msv.verifier.jarv.FactoryLoaderImpl
 
fatalError(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
 
fatalError(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
 
fatalError(SAXParseException) - Method in class com.sun.msv.reader.util.GrammarReaderControllerAdaptor
 
fatalError(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
 
fatalError(SAXParseException) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
fatalError(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
fatalError(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
 
fatalError(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
 
feed(Expression, AttributeToken, boolean) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
Field - class com.sun.msv.grammar.xmlschema.Field.
represents one field of an identity constraint.
Field() - Constructor for class com.sun.msv.grammar.xmlschema.Field
 
FieldMatcher - class com.sun.msv.verifier.identity.FieldMatcher.
XPath matcher that tests one field of a key.
fields - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
fields of this constraint.
FieldsMatcher - class com.sun.msv.verifier.identity.FieldsMatcher.
Coordinator of FieldMatcher.
FinalComponent - class com.sun.msv.datatype.xsd.FinalComponent.
"final" component.
FinalComponent(String, XSDatatypeImpl, int) - Constructor for class com.sun.msv.datatype.xsd.FinalComponent
 
FinalComponent(XSDatatypeImpl, int) - Constructor for class com.sun.msv.datatype.xsd.FinalComponent
 
finalValue - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
The substitution group exclusions property of this schema component, implemented as a bit field.
finalValue - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
The final property of this schema component, implemented as a bit field.
FIXED - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
indicates the specified facet is fixed in this type and therefore not appliable.
FloatType - class com.sun.msv.datatype.xsd.FloatType.
"float" type.
ForkContentHandler - class com.sun.msv.reader.util.ForkContentHandler.
feeds SAX events to two ContentHandlers.
ForkContentHandler(ContentHandler, ContentHandler) - Constructor for class com.sun.msv.reader.util.ForkContentHandler
 
FractionDigitsFacet - class com.sun.msv.datatype.xsd.FractionDigitsFacet.
'fractionDigits' facet.
FractionDigitsFacet(String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.FractionDigitsFacet
 
FRAGMENT - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
in this mode, reference to other expression is one of the terminal symbol of stringnization.
fragmentInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
 
fromGrammar(Grammar) - Static method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
creates SchemaProvider from generic Grammar (including TREX/RELAX Core)
fromMinutes(BigInteger) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 
fromMinutes(int) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 

G

GDayType - class com.sun.msv.datatype.xsd.GDayType.
"gDay" type.
generateParseException() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
get(Expression) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
 
get(Expression, StartTagInfo) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
computes a combined child content pattern and (,if possible,) its continuation.
get(Expression, StartTagInfo, boolean) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
computes a combined child content pattern and its continuation, with error recovery.
get(int, Expression, Class) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
 
get(int, Expression, Expression, Class) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
 
get(Object) - Method in class org.relaxng.datatype.helpers.ValueMap
 
get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
 
get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
 
get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.TagContainer
 
get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
 
get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
 
get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
 
get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
 
get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
 
get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
 
get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
 
get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
 
get(String) - Method in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
obtains an DataTypeVocabulary associated to the namespace.
get(XMLSchemaSchema) - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.RefResolver
 
getAll() - Method in class com.sun.msv.grammar.ReferenceContainer
obtains all items in this container.
getAttribute(String) - Method in class com.sun.msv.util.StartTagInfo
gets value of the specified attribute.
getAttribute(String, String) - Method in class com.sun.msv.util.StartTagInfo
 
getAttributesDeclByName(String) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
getAttributesDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
getBackwardCompatibleType(String) - Method in class com.sun.msv.reader.GrammarReader
tries to obtain a DataType object by resolving obsolete names.
getBaseType() - Method in class com.sun.msv.grammar.relax.EmptyStringType
 
getBaseType() - Method in class com.sun.msv.grammar.relax.NoneType
 
getBaseType() - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.StringType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.TokenType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NmtokenType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.DoubleType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.SimpleURType
SimpleURType always returns null to indicate that there is no base type for this type.
getBaseType() - Method in class com.sun.msv.datatype.xsd.IntegerType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.ShortType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.AnyURIType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NegativeIntegerType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NormalizedStringType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.IntType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.BooleanType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.LongType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedIntType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.FloatType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NameType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.UnionType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedShortType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.LanguageType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NcnameType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedByteType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.QnameType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.EntityType
 
getBaseType() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
gets the base type of this type.
getBaseType() - Method in class com.sun.msv.datatype.xsd.ListType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.NumberType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.ByteType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedLongType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.PositiveIntegerType
 
getBaseType() - Method in class com.sun.msv.datatype.xsd.DurationType
 
getBaseURI() - Method in class com.sun.msv.reader.State
 
getBeginColumn() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
getBeginLine() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
getBigValue() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 
getBigValue() - Method in interface com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType
 
getBigValue() - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
 
getBigValue() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
getBlock() - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
gets the value of the block constraint.
getBlock() - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
gets the value of the block constraint.
getBlock() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
gets the value of the block constraint.
getBody(LateBindDatatype.RenderingContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
gets the actual definition.
getByNamespace(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
gets XMLSchemaSchema object that has the given target namespace.
getc() - Method in class com.sun.msv.scanner.dtd.InputEntity
gets the next Java character -- might be part of an XML text character represented by a surrogate pair, or be the end of the entity.
getChildren() - Method in class com.sun.msv.grammar.BinaryExp
returns all child expressions in one array.
getClone() - Method in class com.sun.msv.grammar.xmlschema.RedefinableExp
clones this object.
getClone() - Method in class com.sun.msv.grammar.xmlschema.GroupDeclExp
clone this object.
getClone() - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
clone this object.
getClone() - Method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
clone this object.
getClone() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
clone this object.
getColumn() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
Deprecated.  
getColumnNumber() - Method in class com.sun.msv.scanner.dtd.DTDParser
 
getColumnNumber() - Method in class com.sun.msv.scanner.dtd.InputEntity
returns -1; maintaining column numbers hurts performance
getConcreteType() - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
getConcreteType() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
gets the concrete type object of the restriction chain.
getConcreteType() - Method in class com.sun.msv.datatype.xsd.ConcreteType
 
getConcreteType() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
getConcreteType() - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
getContentModel() - Method in class com.sun.msv.grammar.AttributeExp
 
getContentModel() - Method in interface com.sun.msv.grammar.NameClassAndExpression
 
getContentModel() - Method in class com.sun.msv.grammar.ElementExp
 
getContentModel() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the pattern that represents the content model of this element declaration.
getController() - Method in class com.sun.msv.reader.util.GrammarLoader
 
getCurrentElementType() - Method in class com.sun.msv.verifier.Verifier
 
getCurrentElementType() - Method in interface com.sun.msv.verifier.IVerifier
returns current element type.
getCurrentElementType() - Method in class com.sun.msv.verifier.VerifierFilter
 
getCurrentState() - Method in class com.sun.msv.reader.GrammarReader
gets current State object.
getDatatypeLibrary(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
gets DataTypeLibrary object that is specified by the namespace URI.
getDay() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
getDeclaredLocationOf(Object) - Method in class com.sun.msv.reader.GrammarReader
 
getDefaultedAttribute(String, String) - Method in class com.sun.msv.util.StartTagInfo
 
getDefaultedAttribute(String, String, String) - Method in class com.sun.msv.util.StartTagInfo
 
getDocument() - Method in class com.sun.msv.util.xml.DOMBuilder
returns DOM.
getDtdHandler() - Method in class com.sun.msv.scanner.dtd.DTDParser
Returns the handler used to for DTD parsing events.
getElementDeclByName(String) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
getElementDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
getEncoding() - Method in class com.sun.msv.scanner.dtd.InputEntity
Returns the name of the encoding in use, else null; the name returned is in as standard a form as we can get.
getEndColumn() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
getEndLine() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
getEntityResolver() - Method in class com.sun.msv.scanner.dtd.DTDParser
Returns the object used to resolve entities
getErrorHandler() - Method in class com.sun.msv.verifier.Verifier
 
getErrorHandler() - Method in interface com.sun.msv.verifier.IVerifier
 
getErrorHandler() - Method in class com.sun.msv.verifier.VerifierFilter
 
getExpression() - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
gets the residual content model.
getFacet(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
gets a value of non-repeatable facet the behavior is undefined when the specified facetName doesn't exist in this map.
getFacetNames() - Method in class com.sun.msv.datatype.xsd.TypeIncubator
gets names of the facets in this object this method is used to produce error messages.
getFacetObject(String) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
getFacetObject(String) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
gets the facet object that restricts the specified facet
getFacetObject(String) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
getFacetObject(String) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
gets the facet object that restricts the specified facet.
getFeature(String) - Method in class com.sun.msv.relaxns.grammar.DeclImpl
 
getFeature(String) - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
 
getFinalValue(String) - Method in class com.sun.msv.reader.datatype.xsd.SimpleTypeState
parses final attribute
getHour() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
getIdType() - Method in interface org.relaxng.datatype.CompatibilityDatatype
Checks if the ID/IDREF semantics is associated with this datatype.
GetImage() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
getIncubator() - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
 
getIncubator() - Method in interface com.sun.msv.reader.datatype.xsd.FacetStateParent
gets an incubator object that the owner holds.
getIncubator() - Method in class com.sun.msv.reader.relax.core.AttributeState
 
getIncubator() - Method in class com.sun.msv.reader.relax.core.InlineElementState
 
getIncubator() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
 
getIncubator() - Method in class com.sun.msv.reader.xmlschema.SimpleContentBodyState
 
getIndex() - Method in class org.relaxng.datatype.DatatypeException
Gets the index of the content where the error occured.
getInputEntity(DTDEventListener, Locale) - Static method in class com.sun.msv.scanner.dtd.InputEntity
 
getInputSource(String) - Static method in class com.sun.msv.driver.textui.Driver
 
getIslandSchemaReader(String, String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
creates an IslandSchemaReader that can parse the specified language.
getJavaObjectType() - Method in class com.sun.msv.grammar.relax.EmptyStringType
 
getJavaObjectType() - Method in class com.sun.msv.grammar.relax.NoneType
 
getJavaObjectType() - Method in class com.sun.msv.grammar.trex.TypedString
 
getJavaObjectType() - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
getJavaObjectType() - Method in interface com.sun.msv.datatype.DatabindableDatatype
gets the type of the objects that are created by the createJavaObject method.
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.StringType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.DoubleType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.SimpleURType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.IntegerType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.ShortType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.AnyURIType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.IntType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.BooleanType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.LongType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.FloatType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.UnionType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.QnameType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.EntityType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.ListType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.NumberType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.ByteType
 
getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.DurationType
 
getLastCharacterType() - Method in class com.sun.msv.verifier.Verifier
 
getLastCharacterType() - Method in interface com.sun.msv.verifier.IVerifier
gets DataType that validated the last characters.
getLastCharacterType() - Method in class com.sun.msv.verifier.VerifierFilter
 
getLine() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
Deprecated.  
getLineNumber() - Method in class com.sun.msv.scanner.dtd.DTDParser
 
getLineNumber() - Method in class com.sun.msv.scanner.dtd.InputEntity
Returns the current line number in this input source
getLocale() - Method in class com.sun.msv.scanner.dtd.DTDParser
Returns the diagnostic locale.
getLocation() - Method in class com.sun.msv.reader.State
 
getLocator() - Method in class com.sun.msv.verifier.AbstractVerifier
 
getLocator() - Method in interface com.sun.msv.verifier.IVerifier
 
getLocator() - Method in class com.sun.msv.verifier.VerifierFilter
 
getMatchedElements() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
obtains matched elements.
getMessage() - Method in class com.sun.msv.datatype.xsd.datetime.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class com.sun.msv.datatype.xsd.datetime.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(Locale, String) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
Get a message localized to the specified locale, using the message ID and package name if no message is available.
getMessage(Locale, String, Object[]) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
Format a message localized to the specified locale, using the message ID with its package name if none is available.
getMinute() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
getMonth() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
getName() - Method in class com.sun.msv.grammar.trex.TypedString
 
getName() - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
getName() - Method in class com.sun.msv.relaxns.grammar.DeclImpl
 
getName() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
 
getName() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
getName() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
getName() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
gets the name of the white space processing mode.
getName() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
gets the local name of the type.
getNameChar() - Method in class com.sun.msv.scanner.dtd.InputEntity
returns the next name char, or NUL ...
getNameClass() - Method in class com.sun.msv.grammar.AttributeExp
 
getNameClass() - Method in interface com.sun.msv.grammar.NameClassAndExpression
 
getNameClass() - Method in class com.sun.msv.grammar.ElementExp
obtains a constraint over tag name.
getNameClass() - Method in class com.sun.msv.grammar.relax.ElementRule
 
getNameClass() - Method in class com.sun.msv.grammar.trex.ElementPattern
 
getNameClass() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
 
getNameClass() - Method in class com.sun.msv.relaxns.grammar.ExternalElementExp
 
getNameClass() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
 
getNamespacePrefix(String) - Method in interface com.sun.msv.datatype.SerializationContext
get namespace prefix for the given namespace URI.
getNextToken() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 
getNextToken() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
getNonNegativeInteger(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
gets a value of non-repeatable facet as a non-negative integer the behavior is undefined when the specified facetName doesn't exist in this map.
getOrCreate(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.TagContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.trex.TREXGrammar.RefContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
 
getOrCreate(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
 
getOrCreateSchema(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
gets a reference to XMLSchemaGrammar object whose target namespace is the specified one.
getOwnerState() - Method in interface com.sun.msv.reader.GrammarReader.BackPatch
gets State object who has submitted this patch job.
getOwnerType() - Method in interface com.sun.msv.verifier.Acceptor
gets the "type" object for which this acceptor is working.
getOwnerType() - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
 
getOwnerType() - Method in class com.sun.msv.verifier.regexp.SimpleAcceptor
 
getParent() - Method in class com.sun.msv.grammar.relax.ElementRule
gets the parent ElementRules object.
getParentGrammar() - Method in class com.sun.msv.grammar.trex.TREXGrammar
gets a parent TREXGrammar.
getPool() - Method in interface com.sun.msv.grammar.Grammar
gets ExpressionPool object which was used to construct this grammar.
getPool() - Method in class com.sun.msv.grammar.relax.RELAXModule
 
getPool() - Method in class com.sun.msv.grammar.trex.TREXGrammar
 
getPool() - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
 
getPool() - Method in class com.sun.msv.reader.util.GrammarLoader
 
getPool() - Method in class com.sun.msv.relaxns.grammar.RELAXGrammar
 
getPositiveInteger(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
gets a value of non-repeatable facet as a positive integer the behavior is undefined when the specified facetName doesn't exist in this map.
getProperty(String) - Method in class com.sun.msv.relaxns.grammar.DeclImpl
 
getProperty(String) - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
 
getPublicId() - Method in class com.sun.msv.scanner.dtd.DTDParser
 
getPublicId() - Method in class com.sun.msv.scanner.dtd.InputEntity
Returns the public ID of this input source, if known
getReferer(Object) - Method in class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
gets all the refer who have a reference to this object.
getResult() - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
obtains parsed grammar object only if parsing was successful.
getResult() - Method in class com.sun.msv.reader.trex.TREXBaseReader
obtains parsed grammar object only if parsing was successful.
getResult() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
getResult() - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
obtains parsed grammar object only if parsing was successful.
getResultAsGrammar() - Method in class com.sun.msv.reader.GrammarReader
gets the parsed AGM.
getResultAsGrammar() - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
getResultAsGrammar() - Method in class com.sun.msv.reader.trex.TREXBaseReader
 
getResultAsGrammar() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
getResultAsGrammar() - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
 
getSatisfiedOwners() - Method in class com.sun.msv.verifier.regexp.ComplexAcceptor
collects satisfied ElementExps.
getSAXParserFactory() - Method in class com.sun.msv.reader.util.GrammarLoader
 
getSchema() - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
 
getSchema() - Method in class com.sun.msv.relaxns.reader.trex.TREXIslandSchemaReader
 
getSchemaProvider() - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
obtains parsed grammar object as SchemaProvider only if parsing was successful.
getSecond() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
getStartTag() - Method in class com.sun.msv.reader.State
 
getStringCareLevel() - Method in interface com.sun.msv.verifier.Acceptor
gets how this acceptor handles characters.
getStringCareLevel() - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
 
GetSuffix(int) - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
getSystemId() - Method in class com.sun.msv.scanner.dtd.DTDParser
 
getSystemId() - Method in class com.sun.msv.scanner.dtd.InputEntity
Returns the system ID of this input source, if known
getTargetNamespace() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the target namespace property of this component as specified in the spec.
getTargetNamespace() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
gets the target namespace property of this component as specified in the spec.
getTargetNamespace() - Method in class com.sun.msv.reader.trex.TREXBaseReader
 
getTimeZone() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
getToken(int) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
getTopLevel() - Method in interface com.sun.msv.grammar.Grammar
gets top-level expression.
getTopLevel() - Method in class com.sun.msv.grammar.relax.RELAXModule
 
getTopLevel() - Method in class com.sun.msv.grammar.trex.TREXGrammar
 
getTopLevel() - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
 
getTopLevel() - Method in class com.sun.msv.relaxns.grammar.RELAXGrammar
 
getType() - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
gets the XSDatatype object that represents this simple type.
getType(String) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
resolves a type name to Datatype object.
getType(String) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
 
getTypeByName(String) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
obtain a built-in DataType object by its name.
getTypeDefinition() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the type definition property of this schema component.
getVariety() - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
getVariety() - Method in class com.sun.msv.datatype.xsd.ConcreteType
 
getVariety() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
getVariety() - Method in class com.sun.msv.datatype.xsd.UnionType
Variety of the UnionType is VARIETY_UNION.
getVariety() - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
getVariety() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
gets the variety of this simple type.
getVariety() - Method in class com.sun.msv.datatype.xsd.ListType
Variety of the ListType is VARIETY_LIST.
getVector(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
gets a value of repeatable facet the behavior is undefined when the specified facetName doesn't exist in this map.
getVerifier() - Method in class com.sun.msv.verifier.VerifierFilter
 
getYear() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
GlobalDeclState - class com.sun.msv.reader.xmlschema.GlobalDeclState.
State that parses global declarations.
GlobalDeclState() - Constructor for class com.sun.msv.reader.xmlschema.GlobalDeclState
 
GMonthDayType - class com.sun.msv.datatype.xsd.GMonthDayType.
"gMonthDay" type.
GMonthType - class com.sun.msv.datatype.xsd.GMonthType.
"gMonth" type.
GMT - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
 
grammar - Variable in class com.sun.msv.relaxns.reader.RELAXNSReader
RELAX grammar that is currentlt being loaded
Grammar - interface com.sun.msv.grammar.Grammar.
base interface of the "grammar".
grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
GrammarLoader - class com.sun.msv.reader.util.GrammarLoader.
loads any supported grammar (except XML DTD) by automatically detecting the schema language.
GrammarLoader() - Constructor for class com.sun.msv.reader.util.GrammarLoader
 
GrammarReader - class com.sun.msv.reader.GrammarReader.
base implementation of grammar readers that read grammar from SAX2 stream.
GrammarReader.BackPatch - interface com.sun.msv.reader.GrammarReader.BackPatch.
 
GrammarReader.BackwardReferenceMap - class com.sun.msv.reader.GrammarReader.BackwardReferenceMap.
memorizes what declarations are referenced from where.
GrammarReader.BackwardReferenceMap(GrammarReader) - Constructor for class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
 
GrammarReader.ChainPrefixResolver - class com.sun.msv.reader.GrammarReader.ChainPrefixResolver.
 
GrammarReader.ChainPrefixResolver(GrammarReader, String, String) - Constructor for class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
 
GrammarReader.PrefixResolver - interface com.sun.msv.reader.GrammarReader.PrefixResolver.
namespace prefix to URI conversion map.
GrammarReaderController - interface com.sun.msv.reader.GrammarReaderController.
Event notification interface for controlling grammar parsing process.
GrammarReaderControllerAdaptor - class com.sun.msv.reader.util.GrammarReaderControllerAdaptor.
wraps GrammarReaderController by SAX ErrorHandler interface.
GrammarReaderControllerAdaptor(GrammarReaderController) - Constructor for class com.sun.msv.reader.util.GrammarReaderControllerAdaptor
 
GrammarState - class com.sun.msv.reader.trex.GrammarState.
parses <grammar> element.
GrammarState - class com.sun.msv.relaxns.reader.GrammarState.
parses <grammar> element.
GrammarState() - Constructor for class com.sun.msv.reader.trex.GrammarState
 
GrammarState() - Constructor for class com.sun.msv.relaxns.reader.GrammarState
 
GrammarWriter - interface com.sun.msv.writer.GrammarWriter.
Converter from AGM to the XML representation.
GREATER - Static variable in interface com.sun.msv.datatype.xsd.Comparator
 
group(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
GroupDeclExp - class com.sun.msv.grammar.xmlschema.GroupDeclExp.
model group declaration.
GroupDeclExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.GroupDeclExp
 
groupDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from attribute declaration name to AttributeDeclExp object
GroupState - class com.sun.msv.reader.xmlschema.GroupState.
used to parse <group> element.
GroupState() - Constructor for class com.sun.msv.reader.xmlschema.GroupState
 
GYearMonthType - class com.sun.msv.datatype.xsd.GYearMonthType.
"gYearMonth" type.
GYearType - class com.sun.msv.datatype.xsd.GYearType.
"gYear" type.

H

hadError - Variable in class com.sun.msv.driver.textui.ReportErrorHandler
 
hadError - Variable in class com.sun.msv.reader.GrammarReader
this flag is set to true if reportError method is called.
hashCode() - Method in class com.sun.msv.grammar.Expression
 
hashCode() - Method in class com.sun.msv.util.StringPair
 
hashCode() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
 
hashCode() - Method in class com.sun.msv.datatype.xsd.ListValueType
 
hashCode() - Method in class com.sun.msv.datatype.xsd.datetime.TimeZone
 
hashCode() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
hash code has to be consistent with equals method.
hashCode() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
HedgeRefState - class com.sun.msv.reader.relax.HedgeRefState.
parses <hedgeRef label="..." /> element.
HedgeRefState() - Constructor for class com.sun.msv.reader.relax.HedgeRefState
 
HedgeRuleBaseState - class com.sun.msv.reader.relax.HedgeRuleBaseState.
Base implementation for HedgeRuleState and TopLevelState.
HedgeRuleBaseState() - Constructor for class com.sun.msv.reader.relax.HedgeRuleBaseState
 
hedgeRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
map from label name to HedgeRules object
HedgeRules - class com.sun.msv.grammar.relax.HedgeRules.
hedgeRule of RELAX module.
HedgeRuleState - class com.sun.msv.reader.relax.core.HedgeRuleState.
parses <hedgeRule> element this class is used as the base class of TopLevelState
HedgeRuleState() - Constructor for class com.sun.msv.reader.relax.core.HedgeRuleState
 
HexBinaryType - class com.sun.msv.datatype.xsd.HexBinaryType.
"hexBinary" type.

I

ID_TYPE_ID - Static variable in interface org.relaxng.datatype.CompatibilityDatatype
Indicates that RELAX NG compatibility processors should treat this datatype as having ID semantics.
ID_TYPE_IDREF - Static variable in interface org.relaxng.datatype.CompatibilityDatatype
Indicates that RELAX NG compatibility processors should treat this datatype as having IDREF semantics.
ID_TYPE_IDREFS - Static variable in interface org.relaxng.datatype.CompatibilityDatatype
Indicates that RELAX NG compatibility processors should treat this datatype as having IDREFS semantics.
ID_TYPE_NULL - Static variable in interface org.relaxng.datatype.CompatibilityDatatype
Indicates that the datatype doesn't have ID/IDREF semantics.
IdAbuseChecker - class com.sun.msv.reader.relax.core.checker.IdAbuseChecker.
makes sure that ID/IDREF are not abused.
IDateTimeValueType - interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType.
Interface as value type of DateTimeType
IDConstraintChecker - class com.sun.msv.verifier.identity.IDConstraintChecker.
Verifier with XML Schema-related enforcement.
IDConstraintChecker(XMLSchemaGrammar, ErrorHandler) - Constructor for class com.sun.msv.verifier.identity.IDConstraintChecker
 
IDContextProvider - interface com.sun.msv.grammar.IDContextProvider.
ValidationContextProvider that supports limited ID/IDREF implementation.
IdentityAmbiguityChecker - class com.sun.msv.reader.trex.ng.IdentityAmbiguityChecker.
checks unambiguity constraint over the use of key/keyrefs.
IdentityConstraint - class com.sun.msv.grammar.xmlschema.IdentityConstraint.
represents an identity constraint.
IdentityConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.IdentityConstraint
 
identityConstraints - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
identity constraints associated to this declaration.
identityConstraints - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from identity constraint name to IdentityConstraint object.
IdentityConstraintState - class com.sun.msv.reader.xmlschema.IdentityConstraintState.
used to parse <unique>,<key>, and <keyref> element.
IdentityConstraintState() - Constructor for class com.sun.msv.reader.xmlschema.IdentityConstraintState
 
IDREFType - class com.sun.msv.grammar.IDREFType.
very limited 'IDREF' type of XML Schema Part 2.
IDType - class com.sun.msv.grammar.IDType.
very limited 'ID' type of XML Schema Part 2.
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.State
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.dtd.DTDReader
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.NameClassNameState
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.classic.StringState
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.DataParamState
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.ValueState
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
ignorableWhitespace(char[], int, int) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.util.xml.DOMBuilder
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.util.xml.DocumentFilter
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.Verifier
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.VerifierFilter
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.psvi.TypeDetector
 
ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 ignorable whitespace event.
ignorableWhitespace(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
whitespace in markup (flagged to app, discardable)
IgnoreController - class com.sun.msv.reader.util.IgnoreController.
Default implementation of GrammarReaderController.
IgnoreController() - Constructor for class com.sun.msv.reader.util.IgnoreController
 
IgnoreErrorHandler - class com.sun.msv.verifier.util.IgnoreErrorHandler.
do-nothing implementation of ErrorHandler.
IgnoreErrorHandler() - Constructor for class com.sun.msv.verifier.util.IgnoreErrorHandler
 
IgnoreState - class com.sun.msv.reader.IgnoreState.
state that ignores the entire subtree.
IgnoreState() - Constructor for class com.sun.msv.reader.IgnoreState
 
ignoreUndeclaredAttributes - Variable in class com.sun.msv.grammar.ElementExp
a flag that indicates undeclared attributes should be ignored.
image - Variable in class com.sun.msv.datatype.xsd.datetime.Token
The string image of the token.
ImportState - class com.sun.msv.reader.xmlschema.ImportState.
used to parse <import> element.
ImportState() - Constructor for class com.sun.msv.reader.xmlschema.ImportState
 
includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
IncludeGrammarState - class com.sun.msv.relaxns.reader.IncludeGrammarState.
parses <include> element of RELAX Namespace.
IncludeGrammarState() - Constructor for class com.sun.msv.relaxns.reader.IncludeGrammarState
 
IncludeMergeState - class com.sun.msv.reader.trex.IncludeMergeState.
<include> element as an immediate child of <grammar> element.
IncludeMergeState - class com.sun.msv.reader.trex.ng.IncludeMergeState.
parses <include> element as a child of <grammar> element.
IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.IncludeMergeState
 
IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.ng.IncludeMergeState
 
IncludeModuleState - class com.sun.msv.reader.relax.core.IncludeModuleState.
parses <include> element of RELAX Core.
IncludeModuleState() - Constructor for class com.sun.msv.reader.relax.core.IncludeModuleState
 
includeNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
 
includePattern(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
 
IncludePatternState - class com.sun.msv.reader.trex.IncludePatternState.
<include> element in the pattern.
IncludePatternState() - Constructor for class com.sun.msv.reader.trex.IncludePatternState
 
IncludeState - class com.sun.msv.reader.xmlschema.IncludeState.
used to parse <include> element.
IncludeState() - Constructor for class com.sun.msv.reader.xmlschema.IncludeState
 
init(char[], String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
 
init(InputSource, String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
 
InlineElementState - class com.sun.msv.reader.relax.core.InlineElementState.
parses <element> element.
InlineElementState() - Constructor for class com.sun.msv.reader.relax.core.InlineElementState
 
InlineTagState - class com.sun.msv.reader.relax.core.InlineTagState.
parses <tag> element inlined in <elementRule>
InlineTagState() - Constructor for class com.sun.msv.reader.relax.core.InlineTagState
 
InputEntity - class com.sun.msv.scanner.dtd.InputEntity.
This is how the parser talks to its input entities, of all kinds.
intDigits(boolean) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
IntegerType - class com.sun.msv.datatype.xsd.IntegerType.
"integer" type.
IntegerValueType - class com.sun.msv.datatype.xsd.IntegerValueType.
Value object of "integer" type.
InterfaceState - class com.sun.msv.reader.relax.core.InterfaceState.
parses <interface> element and <div> in interface.
InterfaceState() - Constructor for class com.sun.msv.reader.relax.core.InterfaceState
 
interleave(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
InterleaveExp - class com.sun.msv.grammar.InterleaveExp.
<interleave> pattern of TREX, or <all> particle of XML Schema.
InterleaveState - class com.sun.msv.reader.InterleaveState.
state that creates an InterleaveExp.
InterleaveState() - Constructor for class com.sun.msv.reader.InterleaveState
 
internalGeneralEntityDecl(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
internalGeneralEntityDecl(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of a internal general entity declaration event.
internalGeneralEntityDecl(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
internalParameterEntityDecl(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
internalParameterEntityDecl(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of a internal parameter entity declaration event.
internalParameterEntityDecl(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
IntType - class com.sun.msv.datatype.xsd.IntType.
"int" type.
isAbstract() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
checks if this element declaration is abstract.
isAbstract() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
checks if this complex type is abstract.
isAcceptState(StringRef) - Method in interface com.sun.msv.verifier.Acceptor
checks if this Acceptor is satisifed.
isAcceptState(StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
checks if this Acceptor is satisifed
isAnyDescendant - Variable in class com.sun.msv.grammar.xmlschema.XPath
this field is true if the XPath starts with '//' operator.
isChar(int) - Static method in class com.sun.msv.scanner.dtd.XmlChars
Returns true if the argument, a UCS-4 character code, is valid in XML documents.
isComplex() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
checks if the result of 'get' method is not the union of all elements of concern.
isContextDependent() - Method in interface org.relaxng.datatype.CompatibilityDatatype
Checks if this datatype may need a context object for the validation.
isDefined() - Method in class com.sun.msv.grammar.ReferenceExp
checks if this ReferenceExp is properly defined.
isDefined() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
isDefined() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
implementation detail.
isDerivedTypeOf(ComplexTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
Checks if this type is a derived type of the specified type.
isDerivedTypeOf(XMLSchemaTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
 
isDerivedTypeOf(XSDatatype, boolean) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
isDerivedTypeOf(XSDatatype, boolean) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
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, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
 
isDerivedTypeOf(XSDatatype, XSDatatype, boolean) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
an implementation of "Type Derivation OK (Simple)" of the spec.
isDocument() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
isEmpty() - Method in class org.relaxng.datatype.helpers.ValueMap
 
isEmpty() - Method in class com.sun.msv.datatype.xsd.TypeIncubator
returns true if no facet is added
isEOF() - Method in class com.sun.msv.scanner.dtd.InputEntity
returns true iff there's no more data to consume ...
isEpsilonReducible() - Method in class com.sun.msv.grammar.Expression
returns true if this expression accepts empty sequence.
isExported() - Method in class com.sun.msv.grammar.relax.ElementRules
 
isExported() - Method in class com.sun.msv.grammar.relax.HedgeRules
 
isExported() - Method in interface com.sun.msv.grammar.relax.Exportable
 
isExported() - Method in class com.sun.msv.grammar.relax.AttPoolClause
 
isFacetApplicable(String) - Method in class com.sun.msv.grammar.relax.EmptyStringType
 
isFacetApplicable(String) - Method in class com.sun.msv.grammar.relax.NoneType
 
isFacetApplicable(String) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.StringType
 
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.DataTypeWithFacet
 
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.UnionType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.QnameType
 
isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.EntityType
 
isFacetApplicable(String) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
returns if the specified facet is applicable to this datatype.
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.DurationType
 
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.reader.datatype.xsd.LateBindDatatype
 
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 interface com.sun.msv.datatype.xsd.XSDatatype
checks if this type is declared as final for the specified kind of derivation.
isFinal(int) - Method in class com.sun.msv.datatype.xsd.ListType
 
isFixed(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
returns true if that facet is fixed.
isGlobal() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the scope property of this component as specified in the spec.
isIgnoringMIME() - Method in class com.sun.msv.scanner.dtd.Resolver
Returns true if this resolver is ignoring MIME types in the documents it returns, to work around bugs in how servers have reported the documents' MIME types.
isInternal() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
isKey - Variable in class com.sun.msv.grammar.KeyExp
true if this is a key, false if this is a keyref.
IslandSchemaImpl - class com.sun.msv.relaxns.verifier.IslandSchemaImpl.
base implementation of IslandSchema for MSV.
IslandSchemaImpl.Binder - class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder.
replaces all ExternalElementExp and ExternalAttributeExp by actual definitions.
IslandSchemaImpl.Binder(SchemaProvider, ErrorHandler, ExpressionPool) - Constructor for class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
IslandSchemaImpl() - Constructor for class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
isLetter(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
Returns true if the character is an XML "letter".
isLocaleSupported(String) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
Returns true iff the specified locale has explicit language support.
isName(String) - Static method in class com.sun.msv.scanner.dtd.XmlNames
Returns true if the value is a legal XML name.
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.msv.scanner.dtd.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.msv.scanner.dtd.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.scanner.dtd.XmlNames
This method returns true if the identifier is a "name token" as defined by 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)
isNillable - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the nillable property of this component as specified in the spec.
isNmtoken(String) - Static method in class com.sun.msv.scanner.dtd.XmlNames
This method returns true if the identifier is a "name token" as defined in the XML specification.
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)
isNotation(String) - Method in class com.sun.msv.reader.GrammarReader
 
isNotation(String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
isNotation(String) - Method in interface org.relaxng.datatype.ValidationContext
checks if a notation is declared with the specified name.
ISO8601Parser - class com.sun.msv.datatype.xsd.datetime.ISO8601Parser.
parses various string that conforms to ISO-8601.
ISO8601Parser(InputStream) - Constructor for class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
ISO8601Parser(ISO8601ParserTokenManager) - Constructor for class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
ISO8601Parser(Reader) - Constructor for class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
ISO8601ParserConstants - interface com.sun.msv.datatype.xsd.datetime.ISO8601ParserConstants.
 
ISO8601ParserTokenManager - class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager.
 
ISO8601ParserTokenManager(ASCII_CharStream) - Constructor for class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 
ISO8601ParserTokenManager(ASCII_CharStream, int) - Constructor for class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 
isParameterEntity() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
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.scanner.dtd.XmlNames
Returns true if the value is a legal "qualified" XML name, as defined in the XML Namespaces proposed recommendation.
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.
isRestrictionBlocked() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
isSchemaDefined(XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
isSchemaNamespace(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
isSpace(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
Returns true if the character is allowed where XML supports whitespace characters, false otherwise.
isSubstitutionBlocked() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
isUnparsedEntity(String) - Method in class com.sun.msv.reader.GrammarReader
 
isUnparsedEntity(String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
isUnparsedEntity(String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
isUnparsedEntity(String) - Method in interface org.relaxng.datatype.ValidationContext
checks if an unparsed entity is declared with the specified name.
isUnqualifiedName(String) - Static method in class com.sun.msv.scanner.dtd.XmlNames
Returns true if the value is a legal "unqualified" XML name, as defined in the XML Namespaces proposed recommendation.
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() - Method in class com.sun.msv.verifier.Verifier
 
isValid() - Method in interface com.sun.msv.verifier.IVerifier
checks if the document was valid.
isValid() - Method in class com.sun.msv.verifier.VerifierFilter
 
isValid() - Method in interface org.relaxng.datatype.DatatypeStreamingValidator
Gets if the accumulated literal is valid with respect to the underlying Datatype.
isValid() - Method in class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
isValid(String, ValidationContext) - Method in class com.sun.msv.grammar.relaxng.ValueType
 
isValid(String, ValidationContext) - Method in class com.sun.msv.grammar.trex.TypedString
 
isValid(String, ValidationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
isValid(String, ValidationContext) - Method in interface org.relaxng.datatype.Datatype
Checks if the specified 'literal' matchs this Datatype under the current context.
isValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
itemType - Variable in class com.sun.msv.datatype.xsd.ListType
atomic base type
iterateAttributesDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
iterateElementDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
 
iterateSchemas() - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
returns an Iterator that enumerates XMLSchemaSchema objects that are defined in this grammar.
iterator() - Method in class com.sun.msv.grammar.ReferenceContainer
iterates all ReferenceExp in this container
iterator() - Method in class org.relaxng.datatype.helpers.ValueSet
 
ITimeDurationValueType - interface com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType.
interface as a value type of TimeDurationType
IVerifier - interface com.sun.msv.verifier.IVerifier.
Interface of verifier.

J

jj_nt - Variable in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
jjstrLiteralImages - Static variable in class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 

K

key - Variable in class com.sun.msv.grammar.xmlschema.KeyRefConstraint
corresponding key constraint.
key(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
KeyConstraint - class com.sun.msv.grammar.xmlschema.KeyConstraint.
key constraint.
KeyConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.KeyConstraint
 
KeyExp - class com.sun.msv.grammar.KeyExp.
<key>/<keyref> of RELAX NG.
keyref(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
KeyRefConstraint - class com.sun.msv.grammar.xmlschema.KeyRefConstraint.
keyref constraint.
KeyRefConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.KeyRefConstraint
 
keySet() - Method in class org.relaxng.datatype.helpers.ValueMap
 
KeyState - class com.sun.msv.reader.trex.ng.KeyState.
state that parses <key> and <keyref> pattern of RELAX NG.
KeyState(boolean) - Constructor for class com.sun.msv.reader.trex.ng.KeyState
 
kind - Variable in class com.sun.msv.datatype.xsd.datetime.Token
An integer that describes the kind of this token.

L

label - Variable in class com.sun.msv.grammar.trex.typed.TypedElementPattern
label of this element.
LABEL_NAMESPACE - Static variable in class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
 
LanguageType - class com.sun.msv.datatype.xsd.LanguageType.
"language" type.
LateBindDatatype - class com.sun.msv.reader.datatype.xsd.LateBindDatatype.
Place holder datatype object.
LateBindDatatype.Renderer - interface com.sun.msv.reader.datatype.xsd.LateBindDatatype.Renderer.
this object renders the actual datatype object.
LateBindDatatype.RenderingContext - class com.sun.msv.reader.datatype.xsd.LateBindDatatype.RenderingContext.
this object is used to keep the information about the dependency between late-bind datatype objects.
LateBindDatatype(LateBindDatatype.Renderer, State) - Constructor for class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
LateBindTypeIncubator - class com.sun.msv.reader.datatype.xsd.LateBindTypeIncubator.
Late-bind version of the TypeIncubator class.
LateBindTypeIncubator(LateBindDatatype) - Constructor for class com.sun.msv.reader.datatype.xsd.LateBindTypeIncubator
 
LaxDefaultNameClass - class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass.
Special name class implementation used for the wild card of the "lax" mode.
LaxDefaultNameClass() - Constructor for class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
 
length - Variable in class com.sun.msv.datatype.xsd.LengthFacet
 
LengthFacet - class com.sun.msv.datatype.xsd.LengthFacet.
"length", "minLength", and "maxLength" facet validator.
LESS - Static variable in interface com.sun.msv.datatype.xsd.Comparator
 
lexStateNames - Static variable in class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 
LightStack - class com.sun.msv.util.LightStack.
light-weight stack implementation.
LightStack() - Constructor for class com.sun.msv.util.LightStack
 
limitValue - Variable in class com.sun.msv.datatype.xsd.RangeFacet
 
list(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
ListExp - class com.sun.msv.grammar.ListExp.
<list> of RELAX NG.
ListState - class com.sun.msv.reader.datatype.xsd.ListState.
state that parses <list> element of XSD.
ListState - class com.sun.msv.reader.trex.ng.ListState.
state that parses <list> pattern of RELAX NG.
ListState() - Constructor for class com.sun.msv.reader.trex.ng.ListState
 
ListType - class com.sun.msv.datatype.xsd.ListType.
List type.
ListType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.ListType
derives a new datatype from atomic datatype by list
ListValueType - class com.sun.msv.datatype.xsd.ListValueType.
value object of ListType.
ListValueType(Object[]) - Constructor for class com.sun.msv.datatype.xsd.ListValueType
 
literal - Variable in class com.sun.msv.verifier.regexp.StringToken
 
loadSchema(InputSource) - Static method in class com.sun.msv.reader.util.GrammarLoader
 
loadSchema(InputSource, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
 
loadSchema(String) - Static method in class com.sun.msv.reader.util.GrammarLoader
parses the specified schema and returns the result as a Grammar object.
loadSchema(String, GrammarReaderController) - Static method in class com.sun.msv.reader.util.GrammarLoader
returns a thread-safe AGM object, depending on the language used.
loadSchema(String, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
parses the specified schema and returns the result as a Grammar object.
loadVGM(InputSource) - Static method in class com.sun.msv.reader.util.GrammarLoader
 
loadVGM(InputSource, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
 
loadVGM(String) - Static method in class com.sun.msv.reader.util.GrammarLoader
parses the specified schema and returns the result as a VGM.
loadVGM(String, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
parses the specified schema and returns the result as a VGM.
localize(String) - Static method in class com.sun.msv.driver.textui.Driver
 
localize(String) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
 
localize(String) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
localize(String) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
localize(String, Object) - Static method in class com.sun.msv.driver.textui.Driver
 
localize(String, Object) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
 
localize(String, Object) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
localize(String, Object) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
localize(String, Object[]) - Static method in class com.sun.msv.driver.textui.Driver
 
localize(String, Object[]) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
 
localize(String, Object[]) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
localizes messages.
localize(String, Object[]) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
localize(String, Object, Object) - Static method in class com.sun.msv.driver.textui.Driver
 
localize(String, Object, Object) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
 
localize(String, Object, Object) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
localize(String, Object, Object) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
localize(String, Object, Object, Object) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
localizeMessage(String, Object) - Static method in class com.sun.msv.verifier.identity.IDConstraintChecker
 
localizeMessage(String, Object) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
localizeMessage(String, Object[]) - Static method in class com.sun.msv.verifier.Verifier
 
localizeMessage(String, Object[]) - Static method in class com.sun.msv.verifier.identity.IDConstraintChecker
 
localizeMessage(String, Object[]) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
localizeMessage(String, Object[]) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
 
localizeMessage(String, Object, Object) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
Localizer - class com.sun.msv.relaxns.grammar.relax.Localizer.
localizes messages
Localizer() - Constructor for class com.sun.msv.relaxns.grammar.relax.Localizer
 
localName - Variable in class com.sun.msv.grammar.SimpleNameClass
 
localName - Variable in class com.sun.msv.grammar.dtd.LocalNameClass
 
localName - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
local name of the identity constraint.
localName - Variable in class com.sun.msv.util.StringPair
 
localName - Variable in class com.sun.msv.util.StartTagInfo
 
localName - Variable in class com.sun.msv.verifier.regexp.AttributeToken
 
LOCALNAME_WILDCARD - Static variable in class com.sun.msv.grammar.NameClass
 
LocalNameClass - class com.sun.msv.grammar.dtd.LocalNameClass.
a NameClass that accepts any tag name as long as its local part is specified name.
LocalNameClass(String) - Constructor for class com.sun.msv.grammar.dtd.LocalNameClass
 
locator - Variable in class com.sun.msv.reader.GrammarReader
document Locator that is given by XML reader
LongType - class com.sun.msv.datatype.xsd.LongType.
"long" type.
lookingAhead - Variable in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 

M

MAGIC - Static variable in class com.sun.msv.grammar.util.PossibleNamesCollector
 
main(String[]) - Static method in class com.sun.msv.driver.textui.Driver
 
main(String[]) - Static method in class com.sun.msv.verifier.psvi.PSVIDump
 
main(String[]) - Static method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
markSchemaAsDefined(XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
matchedExp - Variable in class com.sun.msv.verifier.regexp.AttributeToken
holds a reference to the assigned type.
Matcher - class com.sun.msv.verifier.identity.Matcher.
Base abstract implementation of XPath matcher.
MaxExclusiveFacet - class com.sun.msv.datatype.xsd.MaxExclusiveFacet.
'maxExclusive' facet
maximumDayInMonthFor(BigInteger, int) - Static method in class com.sun.msv.datatype.xsd.datetime.Util
 
maximumDayInMonthFor(int, int) - Static method in class com.sun.msv.datatype.xsd.datetime.Util
 
MaxInclusiveFacet - class com.sun.msv.datatype.xsd.MaxInclusiveFacet.
'maxInclusive' facet
maxLength - Variable in class com.sun.msv.datatype.xsd.MaxLengthFacet
 
MaxLengthFacet - class com.sun.msv.datatype.xsd.MaxLengthFacet.
'maxLength' facet
maybeWhitespace() - Method in class com.sun.msv.scanner.dtd.InputEntity
optional grammatical whitespace (discarded)
memberTypes - Variable in class com.sun.msv.datatype.xsd.UnionType
member types
memorizeLink(Object) - Method in class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
memorize a reference to an object.
MessageCatalog - class com.sun.msv.scanner.dtd.MessageCatalog.
This class provides support for multi-language string lookup, as needed to localize messages from applications supporting multiple languages at the same time.
MinExclusiveFacet - class com.sun.msv.datatype.xsd.MinExclusiveFacet.
'minExclusive' facet
MinInclusiveFacet - class com.sun.msv.datatype.xsd.MinInclusiveFacet.
'minInclusive' facet
minLength - Variable in class com.sun.msv.datatype.xsd.MinLengthFacet
 
MinLengthFacet - class com.sun.msv.datatype.xsd.MinLengthFacet.
'minLength' facet
minutes - Variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
difference from GMT in terms of minutes
mixed(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
mixedElement(String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
mixedElement(String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
receives notification of child element of mixed content model.
mixedElement(String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
MixedExp - class com.sun.msv.grammar.MixedExp.
<mixed> of RELAX.
MixedState - class com.sun.msv.reader.relax.core.MixedState.
parses <mixed> element.
MixedState - class com.sun.msv.reader.trex.MixedState.
parses <mixed> pattern.
MixedState() - Constructor for class com.sun.msv.reader.relax.core.MixedState
 
MixedState() - Constructor for class com.sun.msv.reader.trex.MixedState
 
moduleMap - Variable in class com.sun.msv.relaxns.grammar.RELAXGrammar
map from namespace URI to IslandSchema.
ModuleMergeState - class com.sun.msv.reader.relax.core.ModuleMergeState.
Used to parse module.
ModuleState - class com.sun.msv.reader.relax.core.ModuleState.
parses <module> element.
month() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
monthDayTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
monthDayTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
monthTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
monthTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
MSG_BAILOUT - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_DTDVALIDATION - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_ERROR - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
 
MSG_FAILED_TO_IGNORE_EXTERNAL_DTD - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_FATAL - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
 
MSG_INVALID - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_PARSER - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_PARSING_TIME - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_START_PARSING_GRAMMAR - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_TOO_MANY_ERRORS - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
 
MSG_UNRECOGNIZED_OPTION - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_USAGE - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_VALID - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_VALIDATING - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_VALIDATION_TIME - Static variable in class com.sun.msv.driver.textui.Driver
 
MSG_WARNING - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
 
MSG_WARNING_FOUND - Static variable in class com.sun.msv.driver.textui.Driver
 

N

name - Variable in class com.sun.msv.grammar.TypedStringExp
name of this datatype.
name - Variable in class com.sun.msv.grammar.ReferenceExp
name of the referenced expression.
name - Variable in class com.sun.msv.grammar.KeyExp
symbol space of this key.
nameClass - Variable in class com.sun.msv.grammar.AttributeExp
constraint over attribute name
nameClass - Variable in class com.sun.msv.grammar.relax.TagClause
tag name constraint.
nameClass - Variable in class com.sun.msv.grammar.trex.ElementPattern
 
nameClass - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
this name class matches all the namespaces that are accepted by this anyOtherElement.
NameClass - class com.sun.msv.grammar.NameClass.
validator of (namespaceURI,localPart) pair.
NameClass() - Constructor for class com.sun.msv.grammar.NameClass
 
NameClassAndExpression - interface com.sun.msv.grammar.NameClassAndExpression.
common interface of AttributeExp and ElementExp.
NameClassAndExpressionState - class com.sun.msv.reader.trex.NameClassAndExpressionState.
Base implementation for ElementState and AttributeState This class collects one name class and patterns
NameClassAndExpressionState() - Constructor for class com.sun.msv.reader.trex.NameClassAndExpressionState
 
NameClassAnyNameState - class com.sun.msv.reader.trex.NameClassAnyNameState.
parses <anyName> name class.
NameClassAnyNameState() - Constructor for class com.sun.msv.reader.trex.NameClassAnyNameState
 
NameClassChoiceState - class com.sun.msv.reader.trex.NameClassChoiceState.
parses <choice> name class.
NameClassChoiceState() - Constructor for class com.sun.msv.reader.trex.NameClassChoiceState
 
NameClassDifferenceState - class com.sun.msv.reader.trex.NameClassDifferenceState.
parses <difference> name class.
NameClassDifferenceState() - Constructor for class com.sun.msv.reader.trex.NameClassDifferenceState
 
NameClassNameState - class com.sun.msv.reader.trex.NameClassNameState.
parses <name> name class.
NameClassNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNameState
 
NameClassNotState - class com.sun.msv.reader.trex.NameClassNotState.
parses <not> name class.
NameClassNotState() - Constructor for class com.sun.msv.reader.trex.NameClassNotState
 
NameClassNsNameState - class com.sun.msv.reader.trex.NameClassNsNameState.
parses <nsName> name class.
NameClassNsNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNsNameState
 
NameClassSimplifier - class com.sun.msv.grammar.util.NameClassSimplifier.
minimizes a name class.
NameClassSimplifier() - Constructor for class com.sun.msv.grammar.util.NameClassSimplifier
 
NameClassState - class com.sun.msv.reader.trex.NameClassState.
Base implementation for NameClass primitives
NameClassState() - Constructor for class com.sun.msv.reader.trex.NameClassState
 
NameClassVisitor - interface com.sun.msv.grammar.NameClassVisitor.
Visitor interface for NameClass.
NameClassWithChildState - class com.sun.msv.reader.trex.NameClassWithChildState.
parses name class that has child name classes
NameClassWithChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithChildState
 
NameClassWithoutChildState - class com.sun.msv.reader.trex.NameClassWithoutChildState.
Base implementation for those states who cannot have any child name class.
NameClassWithoutChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithoutChildState
 
namedPatterns - Variable in class com.sun.msv.grammar.trex.TREXGrammar
named patterns which are defined by using <define> element.
NAMESPACE_WILDCARD - Static variable in class com.sun.msv.grammar.NameClass
wildcard should be accepted by any name class.
NamespaceNameClass - class com.sun.msv.grammar.NamespaceNameClass.
NameClass that matchs any names in a particular namespace.
NamespaceNameClass(String) - Constructor for class com.sun.msv.grammar.NamespaceNameClass
 
NamespaceState - class com.sun.msv.relaxns.reader.NamespaceState.
parses <namespace> element of RELAX Namespace.
NamespaceState() - Constructor for class com.sun.msv.relaxns.reader.NamespaceState
 
namespaceURI - Variable in class com.sun.msv.grammar.SimpleNameClass
 
namespaceURI - Variable in class com.sun.msv.grammar.NamespaceNameClass
 
namespaceURI - Static variable in class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
namespace URI of the compatibility datatypes library.
namespaceURI - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
namespace URI of the identity constraint.
namespaceURI - Variable in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
namespace URI that this object belongs to.
namespaceURI - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
namespace URI that this ExternalElementExp belongs to.
namespaceURI - Variable in class com.sun.msv.util.StringPair
 
namespaceURI - Variable in class com.sun.msv.util.StartTagInfo
 
namespaceURI - Variable in class com.sun.msv.verifier.regexp.AttributeToken
 
NameType - class com.sun.msv.datatype.xsd.NameType.
"Name" type.
nc1 - Variable in class com.sun.msv.grammar.ChoiceNameClass
 
nc1 - Variable in class com.sun.msv.grammar.DifferenceNameClass
 
nc2 - Variable in class com.sun.msv.grammar.ChoiceNameClass
 
nc2 - Variable in class com.sun.msv.grammar.DifferenceNameClass
 
NcnameType - class com.sun.msv.datatype.xsd.NcnameType.
"NCName" type.
NegativeIntegerType - class com.sun.msv.datatype.xsd.NegativeIntegerType.
"negativeInteger" type.
newToken(int) - Static method in class com.sun.msv.datatype.xsd.datetime.Token
Returns a new Token object, by default.
newVerifier() - Method in class com.sun.msv.verifier.jarv.SchemaImpl
 
next - Variable in class com.sun.msv.util.xml.DocumentFilter
 
next - Variable in class com.sun.msv.datatype.xsd.datetime.Token
A reference to the next regular (non-special) token from the input stream.
NGNameState - class com.sun.msv.reader.trex.ng.NGNameState.
parses <anyName> name class.
NGNameState.AnyNameState - class com.sun.msv.reader.trex.ng.NGNameState.AnyNameState.
Parsing state for <anyName>
NGNameState.AnyNameState() - Constructor for class com.sun.msv.reader.trex.ng.NGNameState.AnyNameState
 
NGNameState.NsNameState - class com.sun.msv.reader.trex.ng.NGNameState.NsNameState.
Parsing state for <nsName>
NGNameState.NsNameState() - Constructor for class com.sun.msv.reader.trex.ng.NGNameState.NsNameState
 
nilExpression - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
content model that matches to the use of "nil".
NmtokenType - class com.sun.msv.datatype.xsd.NmtokenType.
"NMTOKEN" type.
NN(int, int) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
digits that is 1) width of two 2) within [min,max] (inclusive)
NoneType - class com.sun.msv.grammar.relax.NoneType.
'none' datatype of RELAX.
NonNegativeIntegerType - class com.sun.msv.datatype.xsd.NonNegativeIntegerType.
"nonNegativeInteger" type.
NonPositiveIntegerType - class com.sun.msv.datatype.xsd.NonPositiveIntegerType.
"nonPositiveInteger" type.
normalize() - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
gets the normalized IDateTimeValueType.
normalize() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
 
NormalizedStringType - class com.sun.msv.datatype.xsd.NormalizedStringType.
"normalizedString" type.
NOT_ALLOWED - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
indicates the specified facet is not appliable to this type by definition.
notAllowed(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
notationDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
notationDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of a Notation Declaration.
notationDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
notationDecl(String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
NotNameClass - class com.sun.msv.grammar.NotNameClass.
NameClass that acts a not operator.
NotNameClass(NameClass) - Constructor for class com.sun.msv.grammar.NotNameClass
 
nsAnyName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
nsAnyName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
nsChoice(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
nsDifference(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
nsExcept(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
nsName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
nsNot(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
nsNsName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
nsNsName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
nullSet - Static variable in class com.sun.msv.grammar.Expression
special expression object that represents the empty set (Φ).
NullSetState - class com.sun.msv.reader.NullSetState.
state that creates nullSet.
NullSetState() - Constructor for class com.sun.msv.reader.NullSetState
 
NumberType - class com.sun.msv.datatype.xsd.NumberType.
"decimal" type.
numMatchedElements() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
gets the number of matched elements.

O

OCCURENCE_ONCE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
OCCURENCE_ONE_OR_MORE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
OCCURENCE_ZERO_OR_MORE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
OCCURENCE_ZERO_OR_ONE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
onAnyName(AnyNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
 
onAnyName(AnyNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
 
onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onAnyString() - Method in class com.sun.msv.grammar.ExpressionCloner
 
onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onAnyString() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onAnyString() - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onAnyString() - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onAnyString() - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onAnyString() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onAnyString() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onAnyString() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
 
onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
 
onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
 
onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
 
onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
 
onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onAttribute(AttributeExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onAttribute(AttributeExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onAttribute(String, String, String, String, IDContextProvider, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
processes an attribute.
onAttribute(String, String, String, String, IDContextProvider, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
 
onBinExp(BinaryExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onChoice(ChoiceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onChoice(ChoiceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
 
onChoice(ChoiceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
 
onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onConcur(ConcurExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onConcur(ConcurExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onDifference(DifferenceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
 
onDifference(DifferenceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
 
onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onElement(ElementExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
 
onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onElement(ElementExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onElement(ElementExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
 
onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
 
onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
 
onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
 
onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onEndAttributes(StartTagInfo, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
notifies the end of attributes.
onEndAttributes(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
 
onEndAttributes(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
 
onEndChild(Expression) - Method in class com.sun.msv.reader.ExpressionWithChildState
receives a Pattern object that is contained in this element.
onEndChild(Expression) - Method in interface com.sun.msv.reader.ExpressionOwner
 
onEndChild(Expression) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.trex.DivInGrammarState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootMergedGrammarState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.trex.IncludePatternState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootIncludedPatternState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.trex.ng.DataState
 
onEndChild(Expression) - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
 
onEndChild(Expression) - Method in class com.sun.msv.relaxns.reader.RootGrammarState
 
onEndChild(NameClass) - Method in class com.sun.msv.reader.trex.NameClassWithChildState
receives a Pattern object that is contained in this element.
onEndChild(NameClass) - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
 
onEndChild(XSDatatype) - Method in interface com.sun.msv.reader.datatype.TypeOwner
 
onEndChild(XSDatatype) - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
 
onEndChild(XSDatatype) - Method in class com.sun.msv.reader.datatype.xsd.UnionState
 
onEndChild(XSDatatype) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
 
onEndChild(XSDatatype) - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
 
onEndChild(XSDatatype) - Method in class com.sun.msv.reader.xmlschema.RedefineState
 
onEndChild(XSDatatype) - Method in class com.sun.msv.reader.xmlschema.SimpleContentBodyState
 
oneOrMore(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
OneOrMoreExp - class com.sun.msv.grammar.OneOrMoreExp.
A+.
OneOrMoreState - class com.sun.msv.reader.trex.OneOrMoreState.
parses <oneOrMore> pattern.
OneOrMoreState() - Constructor for class com.sun.msv.reader.trex.OneOrMoreState
 
onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onEpsilon() - Method in class com.sun.msv.grammar.ExpressionCloner
 
onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onEpsilon() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onEpsilon() - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onEpsilon() - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onEpsilon() - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onEpsilon() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onEpsilon() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onEpsilon() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
 
onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
 
onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
 
onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
 
onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onID(String, String, Object) - Method in interface com.sun.msv.grammar.IDContextProvider
this method is called when another ID is found to check whether this ID is already used or not.
onID(String, String, Object) - Method in class com.sun.msv.reader.GrammarReader
 
onID(String, String, Object) - Method in class com.sun.msv.verifier.AbstractVerifier
 
onIDREF(String, String, Object) - Method in interface com.sun.msv.grammar.IDContextProvider
this method is called when an IDREF is found.
onIDREF(String, String, Object) - Method in class com.sun.msv.reader.GrammarReader
 
onIDREF(String, String, Object) - Method in class com.sun.msv.verifier.AbstractVerifier
 
onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onKey(KeyExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onKey(KeyExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onKey(KeyExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onKey(KeyExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onKey(KeyExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onKey(KeyExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onKey(KeyExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onKey(KeyExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onKey(KeyExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onKey(KeyExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onKey(KeyExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onKey(KeyExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onKey(KeyExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onKey(KeyExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onKey(KeyExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onKey(KeyExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onKey(KeyExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onList(ListExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onList(ListExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onList(ListExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onList(ListExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onList(ListExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onList(ListExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onList(ListExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onList(ListExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onMixed(MixedExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onMixed(MixedExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onNot(NotNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
 
onNot(NotNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
 
onNsName(NamespaceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
 
onNsName(NamespaceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
 
onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onNullSet() - Method in class com.sun.msv.grammar.ExpressionCloner
 
onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onNullSet() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onNullSet() - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onNullSet() - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onNullSet() - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onNullSet() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onNullSet() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onNullSet() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onOther(OtherExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
 
onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onOther(OtherExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onOther(OtherExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
 
onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onRef(ReferenceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onRef(ReferenceExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onSequence(SequenceExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onSequence(SequenceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
onSimple(SimpleNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
 
onSimple(SimpleNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
 
onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
 
onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
 
onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
 
onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
 
onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onText(String, IDContextProvider, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
processes a string literal.
onText(String, IDContextProvider, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
 
onText(String, IDContextProvider, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
eats string literal
onTypedString(TypedStringExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.grammar.ExpressionCloner
 
onTypedString(TypedStringExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
 
onTypedString(TypedStringExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
 
onTypedString(TypedStringExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
 
onTypedString(TypedStringExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
 
optional(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
OptionalState - class com.sun.msv.reader.trex.OptionalState.
parses <optional> pattern.
OptionalState() - Constructor for class com.sun.msv.reader.trex.OptionalState
 
org.relaxng.datatype - package org.relaxng.datatype
 
org.relaxng.datatype.helpers - package org.relaxng.datatype.helpers
 
OtherExp - class com.sun.msv.grammar.OtherExp.
Base class for application-specific AGM annotation.
OtherExp() - Constructor for class com.sun.msv.grammar.OtherExp
 
OtherExp(Expression) - Constructor for class com.sun.msv.grammar.OtherExp
 
owner - Variable in class com.sun.msv.verifier.regexp.SimpleAcceptor
ElementExp that accepted the start tag.
ownerModule - Variable in class com.sun.msv.grammar.relax.ElementRules
RELAXModule object to which this object belongs
ownerModule - Variable in class com.sun.msv.grammar.relax.HedgeRules
RELAXModule object to which this object belongs
owners - Variable in class com.sun.msv.verifier.regexp.ComplexAcceptor
each item of this array should be considered as read-only.

P

ParameterlessDatatypeBuilder - class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder.
Dummy implementation of DatatypeBuilder.
ParameterlessDatatypeBuilder(Datatype) - Constructor for class org.relaxng.datatype.helpers.ParameterlessDatatypeBuilder
 
parent - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
parent XMLSchemaSchema object to which this object belongs.
parent - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
 
parent - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
parent XMLSchemaSchema object to which this object belongs.
parentRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
parse(Document, ContentHandler) - Static method in class com.sun.msv.util.xml.SAXEventGenerator
scans the specified DOM and sends SAX2 events to the handler.
parse(InputSource) - Method in class com.sun.msv.reader.GrammarReader
parses a grammar from the specified source
parse(InputSource) - Method in class com.sun.msv.reader.util.GrammarLoader
 
parse(InputSource) - Method in class com.sun.msv.scanner.dtd.DTDParser
Parse a DTD.
parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.dtd.DTDReader
 
parse(InputSource, GrammarReaderController, String, ExpressionPool) - Static method in class com.sun.msv.reader.dtd.DTDReader
 
parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
loads TREX pattern
parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
loads RELAX NG pattern
parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
loads XML Schema
parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
loads RELAX module
parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
loads RELAX grammar
parse(String) - Method in class com.sun.msv.reader.GrammarReader
parses a grammar from the specified source
parse(String) - Method in class com.sun.msv.reader.util.GrammarLoader
 
parse(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
Parse a DTD.
parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
loads TREX pattern
parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
loads RELAX NG pattern
parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
loads XML Schema
parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
loads RELAX module
parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
loads RELAX grammar
parsedContent(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
normal content; whitespace in markup may be handled specially if the parser uses the content model.
parsedFiles - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
tables that store all SystemIds that we've read.
ParseException - exception com.sun.msv.datatype.xsd.datetime.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class com.sun.msv.datatype.xsd.datetime.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class com.sun.msv.datatype.xsd.datetime.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class com.sun.msv.datatype.xsd.datetime.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parserFactory - Variable in class com.sun.msv.reader.GrammarReader
Reader may create another SAXParser from this factory
parseVGM(InputSource) - Method in class com.sun.msv.reader.util.GrammarLoader
 
parseVGM(String) - Method in class com.sun.msv.reader.util.GrammarLoader
 
patch() - Method in interface com.sun.msv.reader.GrammarReader.BackPatch
do back-patching.
PathMatcher - class com.sun.msv.verifier.identity.PathMatcher.
Base implementation of XPath matching engine.
paths - Variable in class com.sun.msv.grammar.xmlschema.Field
XPath that characterizes this field.
PatternFacet - class com.sun.msv.datatype.xsd.PatternFacet.
"pattern" facet validator "pattern" is a constraint facet which is applied against lexical space.
PatternFacet(String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.PatternFacet
 
patterns - Variable in class com.sun.msv.datatype.xsd.PatternFacet
string representations of the above RegularExpressions.
peek(String, char[]) - Method in class com.sun.msv.scanner.dtd.InputEntity
returns false iff 'next' string isn't as provided, else skips that text and returns true
peekc(char) - Method in class com.sun.msv.scanner.dtd.InputEntity
lookahead one character
pool - Variable in class com.sun.msv.grammar.relax.RELAXModule
ExpressionPool object which was used to create this module.
pool - Variable in class com.sun.msv.grammar.trex.TREXGrammar
ExpressionPool that is associated with this grammar
pool - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
pool object which was used to construct this grammar.
pool - Variable in class com.sun.msv.reader.GrammarReader
this object must be used to create a new expression
pool - Variable in class com.sun.msv.relaxns.grammar.RELAXGrammar
expression pool that was used to create these objects
pool - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
ExpressionPool object that this VGM uses.
pop() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
pop() - Method in class com.sun.msv.util.LightStack
 
popState() - Method in class com.sun.msv.reader.GrammarReader
pops the previous state from the stack
PositiveIntegerType - class com.sun.msv.datatype.xsd.PositiveIntegerType.
"positiveInteger" type.
PossibleNamesCollector - class com.sun.msv.grammar.util.PossibleNamesCollector.
computes the possible names.
PossibleNamesCollector() - Constructor for class com.sun.msv.grammar.util.PossibleNamesCollector
 
precision - Variable in class com.sun.msv.datatype.xsd.TotalDigitsFacet
maximum number of total digits.
precision() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
 
prefix - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
 
prefixResolver - Variable in class com.sun.msv.reader.GrammarReader
 
preserveWhiteSpace - Variable in class com.sun.msv.grammar.trex.TypedString
true indicates that whiteSpace should be preserved.
previous - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
 
printContentModel(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
 
printFragment(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
 
printName() - Method in class com.sun.msv.grammar.OtherExp
returns the string which will be used by ExpressionPrinter to print this expression.
printRefContainer(ReferenceContainer) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
dumps all the contents of ReferenceContainer.
printSmallest(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
 
process(String) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
returns whitespace normalized text.
processingInstruction(String, String) - Method in class com.sun.msv.reader.State
 
processingInstruction(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
processingInstruction(String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
processingInstruction(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of a Processing Instruction.
processingInstruction(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
processingInstruction(String, String) - Method in class com.sun.msv.util.xml.DocumentFilter
 
processingInstruction(String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
processingInstruction(String, String) - Method in class com.sun.msv.verifier.VerifierFilter
 
processingInstruction(String, String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 processing instruction event.
processOccurs(StartTagInfo, Expression) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
prune(Expression) - Method in class com.sun.msv.verifier.regexp.AttributePruner
 
PSVIDump - class com.sun.msv.verifier.psvi.PSVIDump.
An example that uses TypedContentHandler for parsing XML documents.
PSVIDump() - Constructor for class com.sun.msv.verifier.psvi.PSVIDump
 
push(Object) - Method in class com.sun.msv.util.LightStack
 
pushState(State, State, StartTagInfo) - Method in class com.sun.msv.reader.GrammarReader
pushs the current state into the stack and sets new one
put(Expression) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
put method.
put(Object, Object) - Method in class org.relaxng.datatype.helpers.ValueMap
 
put(String, DataTypeVocabulary) - Method in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
manually adds DataTypeVocabulary into this map.
putAll(Map) - Method in class org.relaxng.datatype.helpers.ValueMap
 

Q

qName - Variable in class com.sun.msv.util.StartTagInfo
 
qName - Variable in class com.sun.msv.verifier.regexp.AttributeToken
 
QnameType - class com.sun.msv.datatype.xsd.QnameType.
"QName" type.

R

RangeFacet - class com.sun.msv.datatype.xsd.RangeFacet.
Base class of "(max|min)(In|Ex)clusive" facet validator
readChar() - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
reader - Variable in class com.sun.msv.reader.State
reader object who is the owner of this object.
RedefinableDeclState - class com.sun.msv.reader.xmlschema.RedefinableDeclState.
state that parses redefinable declaration.
RedefinableDeclState() - Constructor for class com.sun.msv.reader.xmlschema.RedefinableDeclState
 
RedefinableExp - class com.sun.msv.grammar.xmlschema.RedefinableExp.
declaration that can be redefined by using <redefine> element.
RedefinableExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.RedefinableExp
 
redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.RedefinableExp
assigns contents of rhs to this object.
redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
 
redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
 
redefine(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
redefine(String, ReferenceExp) - Method in class com.sun.msv.grammar.ReferenceContainer
replaces the current ReferenceExp by newly specified reference exp.
RedefineState - class com.sun.msv.reader.xmlschema.RedefineState.
used to parse <redefine> element.
RedefineState() - Constructor for class com.sun.msv.reader.xmlschema.RedefineState
 
REDocumentDeclaration - class com.sun.msv.verifier.regexp.REDocumentDeclaration.
DocumentDeclaration implementation Grammar object can be shared among multiple threads, but this object cannot be shared.
REDocumentDeclaration(Expression, ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
creates an object that validates the specified expression.
REDocumentDeclaration(Grammar) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
 
ref(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
ref(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
ReferenceContainer - class com.sun.msv.grammar.ReferenceContainer.
Container of ReferenceExp.
ReferenceContainer() - Constructor for class com.sun.msv.grammar.ReferenceContainer
 
ReferenceExp - class com.sun.msv.grammar.ReferenceExp.
Reference to the other expression.
ReferenceExp(String) - Constructor for class com.sun.msv.grammar.ReferenceExp
 
ReferenceExp(String, Expression) - Constructor for class com.sun.msv.grammar.ReferenceExp
 
RefExpRemover - class com.sun.msv.grammar.util.RefExpRemover.
removes all ReferenceExp from AGM.
RefExpRemover(ExpressionPool) - Constructor for class com.sun.msv.grammar.util.RefExpRemover
 
RefState - class com.sun.msv.reader.trex.RefState.
parses <ref> pattern.
RefState(boolean) - Constructor for class com.sun.msv.reader.trex.RefState
 
refType - Variable in class com.sun.msv.verifier.regexp.StringToken
if this field is non-null, this field will receive assigned DataType object.
registerCatalogEntry(String, String) - Method in class com.sun.msv.scanner.dtd.Resolver
Registers the given public ID as corresponding to a particular URI, typically a local copy.
registerCatalogEntry(String, String, ClassLoader) - Method in class com.sun.msv.scanner.dtd.Resolver
Registers a given public ID as corresponding to a particular Java resource in a given class loader, typically distributed with a software package.
ReInit(ASCII_CharStream) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 
ReInit(ASCII_CharStream, int) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 
ReInit(InputStream) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
ReInit(InputStream, int, int) - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
ReInit(ISO8601ParserTokenManager) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
ReInit(Reader) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
ReInit(Reader, int, int) - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
ReInit(Reader, int, int, int) - Method in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
reinit(String, String, String, Attributes, IDContextProvider) - Method in class com.sun.msv.util.StartTagInfo
re-initialize the object with brand new parameters.
RELAXCoreFactoryImpl - class com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl.
VerifierFactory implementation of RELAX Core.
RELAXCoreFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl
 
RELAXCoreIslandSchemaReader - class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader.
reads RELAX-Namespace-extended RELAX Core.
RELAXCoreIslandSchemaReader(GrammarReaderController, SAXParserFactory, ExpressionPool, String) - Constructor for class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
 
RELAXCoreNamespace - Static variable in class com.sun.msv.reader.relax.RELAXReader
Namespace URI of RELAX Core
RELAXCoreReader - class com.sun.msv.reader.relax.core.RELAXCoreReader.
reads RELAX module (classic RELAX module; no namespace extension) by SAX2 and constructs abstract grammar model.
RELAXCoreReader.StateFactory - class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory.
 
RELAXCoreReader.StateFactory() - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
 
RELAXCoreReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader
 
RELAXCoreReader(GrammarReaderController, SAXParserFactory, RELAXCoreReader.StateFactory, ExpressionPool, String) - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader
full constructor.
RELAXExpressionVisitor - interface com.sun.msv.grammar.relax.RELAXExpressionVisitor.
Visitor interface for RELAX expressions.
RELAXExpressionVisitorBoolean - interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean.
RELAX version of ExpressionVisitorBoolean.
RELAXExpressionVisitorExpression - interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression.
RELAX version of ExpressionVisitorExpression
RELAXExpressionVisitorVoid - interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid.
RELAX Version of ExpressionVisitorVoid
RELAXGrammar - class com.sun.msv.relaxns.grammar.RELAXGrammar.
"Grammar" of RELAX Namespace.
RELAXGrammar(ExpressionPool) - Constructor for class com.sun.msv.relaxns.grammar.RELAXGrammar
 
RELAXIslandSchema - class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema.
IslandSchema implementation for RELXA module.
RELAXIslandSchema(RELAXModule, Set) - Constructor for class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
 
RELAXModule - class com.sun.msv.grammar.relax.RELAXModule.
"Module" of RELAX Core.
RELAXModule.AttPoolContainer - class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer.
 
RELAXModule.AttPoolContainer(RELAXModule) - Constructor for class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
 
RELAXModule.ElementRulesContainer - class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer.
 
RELAXModule.ElementRulesContainer(RELAXModule) - Constructor for class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
 
RELAXModule.HedgeRulesContainer - class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer.
 
RELAXModule.HedgeRulesContainer(RELAXModule) - Constructor for class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
 
RELAXModule.TagContainer - class com.sun.msv.grammar.relax.RELAXModule.TagContainer.
 
RELAXModule.TagContainer(RELAXModule) - Constructor for class com.sun.msv.grammar.relax.RELAXModule.TagContainer
 
RELAXModule(ExpressionPool, String) - Constructor for class com.sun.msv.grammar.relax.RELAXModule
 
RELAXNamespaceNamespace - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
namespace URI of RELAX Namespace.
RELAXNGFactoryImpl - class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl.
VerifierFactory implementation of RELAX NG.
RELAXNGFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
 
RELAXNGNamespace - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
Namespace URI of RELAX NG
RELAXNGReader - class com.sun.msv.reader.trex.ng.RELAXNGReader.
reads RELAX NG grammar from SAX2 and constructs abstract grammar model.
RELAXNGReader.RefExpParseInfo.RedefinitionStatus - class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo.RedefinitionStatus.
 
RELAXNGReader.RefExpParseInfo.RedefinitionStatus() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo.RedefinitionStatus
 
RELAXNGReader.StateFactory - class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory.
creates various State object, which in turn parses grammar.
RELAXNGReader.StateFactory() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
RELAXNGReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
easy-to-use constructor.
RELAXNGReader(GrammarReaderController, SAXParserFactory, RELAXNGReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
full constructor
RELAXNGWriter - class com.sun.msv.writer.relaxng.RELAXNGWriter.
converts any Grammar into RELAX NG XML representation through SAX1 events.
RELAXNGWriter() - Constructor for class com.sun.msv.writer.relaxng.RELAXNGWriter
 
RELAXNSReader - class com.sun.msv.relaxns.reader.RELAXNSReader.
parses RELAX Namespace XML and constructs a SchemaProvider.
RELAXNSReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.relaxns.reader.RELAXNSReader
 
RELAXReader - class com.sun.msv.reader.relax.RELAXReader.
reads RELAX grammar/module by SAX2 and constructs abstract grammar model.
RELAXReader.StateFactory - class com.sun.msv.reader.relax.RELAXReader.StateFactory.
creates various State object, which in turn parses grammar.
RELAXReader.StateFactory() - Constructor for class com.sun.msv.reader.relax.RELAXReader.StateFactory
 
RELAXReader(GrammarReaderController, SAXParserFactory, RELAXReader.StateFactory, ExpressionPool, State) - Constructor for class com.sun.msv.reader.relax.RELAXReader
 
rememberText() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
remove(Expression, ExpressionPool) - Static method in class com.sun.msv.verifier.regexp.ContentModelRefExpRemover
 
remove(Object) - Method in class org.relaxng.datatype.helpers.ValueSet
 
remove(Object) - Method in class org.relaxng.datatype.helpers.ValueMap
 
remove(String) - Method in class com.sun.msv.grammar.ReferenceContainer
removes an object from this container.
render(LateBindDatatype.RenderingContext) - Method in interface com.sun.msv.reader.datatype.xsd.LateBindDatatype.Renderer
creates (or retrieves, whatever) the actual, concrete, real XSDatatype object.
reportError(Exception, String) - Method in class com.sun.msv.reader.GrammarReader
 
reportError(Exception, String, Object) - Method in class com.sun.msv.reader.GrammarReader
 
reportError(Locator[], String, Object[]) - Method in class com.sun.msv.reader.GrammarReader
 
reportError(String) - Method in class com.sun.msv.reader.GrammarReader
 
reportError(String, Object) - Method in class com.sun.msv.reader.GrammarReader
 
reportError(String, Object[], Exception, Locator[]) - Method in class com.sun.msv.reader.GrammarReader
reports an error to the controller
reportError(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
 
reportError(String, Object, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
 
ReportErrorHandler - class com.sun.msv.driver.textui.ReportErrorHandler.
VerificationErrorHandler that reports all errors and warnings.
ReportErrorHandler() - Constructor for class com.sun.msv.driver.textui.ReportErrorHandler
 
reportWarning(String, Object) - Method in class com.sun.msv.reader.GrammarReader
 
reportWarning(String, Object[], Locator[]) - Method in class com.sun.msv.reader.GrammarReader
reports a warning to the controller
reportWarning(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
 
ResidualCalculator - class com.sun.msv.verifier.regexp.ResidualCalculator.
computes regular expression derivative.
ResidualCalculator(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.ResidualCalculator
 
resolve(String) - Method in interface com.sun.msv.reader.GrammarReader.PrefixResolver
returns URI.
resolve(String) - Method in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
 
resolveBuiltinDataType(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
resolves built-in datatypes (URI: http://www.w3.org/2001/XMLSchema)
resolveDataType(String) - Method in class com.sun.msv.reader.GrammarReader
gets DataType object from type name.
resolveDataType(String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
gets DataType object from type name.
resolveDataType(String) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
obtains a named DataType object referenced by a QName.
resolveDataType(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
obtains a named DataType object referenced by a local name.
resolveDataType(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
resolveDataType(String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
 
resolveDataTypeLibrary(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
obtains the DataTypeLibrary that represents the specified namespace URI.
resolveDelayedDataType(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
gets a TypedString expression for the specified datatype.
resolveEntity(String, String) - Method in class com.sun.msv.driver.textui.DebugController
 
resolveEntity(String, String) - Method in class com.sun.msv.reader.util.IgnoreController
 
resolveEntity(String, String) - Method in class com.sun.msv.scanner.dtd.Resolver
SAX: Resolve the given entity into an input source.
resolveLocation(State, String) - Method in class com.sun.msv.reader.GrammarReader
obtains InputSource for the specified url.
resolveNamespacePrefix(String) - Method in class com.sun.msv.reader.GrammarReader
 
resolveNamespacePrefix(String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
resolveNamespacePrefix(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
resolveNamespacePrefix(String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
resolveNamespacePrefix(String) - Method in interface org.relaxng.datatype.ValidationContext
Resolves a namespace prefix to the corresponding namespace URI.
resolveQNameRef(StartTagInfo, String, XMLSchemaReader.RefResolver) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
Resolver - class com.sun.msv.scanner.dtd.Resolver.
This entity resolver class provides a number of utilities which can help managment of external parsed entities in XML.
Resolver() - Constructor for class com.sun.msv.scanner.dtd.Resolver
Constructs a resolver.
RESTRICTION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
RESTRICTION - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
 
RestrictionState - class com.sun.msv.reader.datatype.xsd.RestrictionState.
state that parses <restriction> element.
role - Variable in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
name of the imported AttributesDecl
RootGrammarState - class com.sun.msv.relaxns.reader.RootGrammarState.
invokes State object that parses the document element.
RootGrammarState() - Constructor for class com.sun.msv.relaxns.reader.RootGrammarState
 
RootIncludedPatternState - class com.sun.msv.reader.trex.RootIncludedPatternState.
parses the root state of a grammar included as a pattern.
RootIncludedSchemaState - class com.sun.msv.reader.xmlschema.RootIncludedSchemaState.
used to parse root of schema document.
RootMergedGrammarState - class com.sun.msv.reader.trex.RootMergedGrammarState.
parses root state of a merged grammar.
RootMergedGrammarState() - Constructor for class com.sun.msv.reader.trex.RootMergedGrammarState
 
RootState - class com.sun.msv.reader.trex.RootState.
invokes State object that parses the document element.
RootState - class com.sun.msv.reader.xmlschema.RootState.
RootIncludedSchemaState + final wrap up.
RootState() - Constructor for class com.sun.msv.reader.trex.RootState
 
rule - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
imported ElementDecl object that actually validates this element.
ruleName - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
name of the imported Rule
RulesAcceptor - class com.sun.msv.relaxns.verifier.RulesAcceptor.
Acceptor that is used to validate root node of the island.
RulesAcceptor(REDocumentDeclaration, DeclImpl[]) - Constructor for class com.sun.msv.relaxns.verifier.RulesAcceptor
 
RunAwayExpressionChecker - class com.sun.msv.reader.RunAwayExpressionChecker.
makes sure that the expression does not run away.

S

sameValue(Object, Object) - Method in class com.sun.msv.grammar.relaxng.ValueType
 
sameValue(Object, Object) - Method in class com.sun.msv.grammar.trex.TypedString
 
sameValue(Object, Object) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
sameValue(Object, Object) - Method in interface org.relaxng.datatype.Datatype
Tests the equality of two value objects which was originally created by the createValue method of this object.
sameValue(Object, Object) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
SAXEventGenerator - class com.sun.msv.util.xml.SAXEventGenerator.
produces SAX2 event from a DOM tree.
SAXEventGenerator() - Constructor for class com.sun.msv.util.xml.SAXEventGenerator
 
scale - Variable in class com.sun.msv.datatype.xsd.FractionDigitsFacet
maximum number of fraction digits
SchemaImpl - class com.sun.msv.verifier.jarv.SchemaImpl.
base implementation of RELAXFactoryImpl and TREXFactoryImpl
SchemaIncludedState - class com.sun.msv.reader.xmlschema.SchemaIncludedState.
used to parse <schema> element of included schema.
SchemaProviderImpl - class com.sun.msv.relaxns.verifier.SchemaProviderImpl.
implementation of SchemaProvider by using RELAX Grammar.
SchemaProviderImpl(RELAXGrammar) - Constructor for class com.sun.msv.relaxns.verifier.SchemaProviderImpl
creates SchemaProvider from existing RELAXGrammar.
SchemaState - class com.sun.msv.reader.xmlschema.SchemaState.
used to parse <schema> element.
secondL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
secondV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
SelectorMatcher - class com.sun.msv.verifier.identity.SelectorMatcher.
XPath matcher that tests the selector of an identity constraint.
selectors - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
selectors of the identity constraint.
self - Variable in class com.sun.msv.grammar.xmlschema.AttributeDeclExp
actual definition.
SEQUENCE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
SequenceExp - class com.sun.msv.grammar.SequenceExp.
A,B.
SequenceState - class com.sun.msv.reader.SequenceState.
state that creates SequenceExp.
SequenceState() - Constructor for class com.sun.msv.reader.SequenceState
 
SequenceState(boolean) - Constructor for class com.sun.msv.reader.SequenceState
 
SerializationContext - interface com.sun.msv.datatype.SerializationContext.
an interface that must be implemented by caller to provide context information that is necessary to perform conversion from value object to the XML representation.
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.grammar.trex.TypedString
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
serializeJavaObject(Object, SerializationContext) - Method in interface com.sun.msv.datatype.DatabindableDatatype
converts a value object back to the lexical representation.
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.ConcreteType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DateType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GYearMonthType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GDayType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.Base64BinaryType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GMonthType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.TimeType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GYearType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DateTimeType
 
serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.GMonthDayType
 
set(AttributeExp) - Method in class com.sun.msv.grammar.xmlschema.AttributeDeclExp
 
setAbstract(boolean) - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
setAbstract(boolean) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
 
setContentHandler(TypedContentHandler) - Method in class com.sun.msv.verifier.psvi.TypeDetector
sets the TypedContentHandler which will received the type-augmented infoset.
setController(GrammarReaderController) - Method in class com.sun.msv.reader.util.GrammarLoader
sets the GrammarReaderController object that will control various aspects of the parsing.
setDeclaredLocationOf(Object) - Method in class com.sun.msv.reader.GrammarReader
 
setDispatcher(Dispatcher) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
 
setDocumentHandler(DocumentHandler) - Method in interface com.sun.msv.writer.GrammarWriter
set DocumentHandler.
setDocumentHandler(DocumentHandler) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
this DocumentHandler will receive XML representation of TREX pattern.
setDocumentHandler(DocumentHandler) - Method in class com.sun.msv.writer.trex.TREXWriter
this DocumentHandler will receive XML representation of TREX pattern.
setDocumentLocator(Locator) - Method in class com.sun.msv.reader.State
 
setDocumentLocator(Locator) - Method in class com.sun.msv.reader.GrammarReader
 
setDocumentLocator(Locator) - Method in class com.sun.msv.reader.dtd.DTDReader
 
setDocumentLocator(Locator) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
setDocumentLocator(Locator) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
 
setDocumentLocator(Locator) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
setDocumentLocator(Locator) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
setDocumentLocator(Locator) - Method in class com.sun.msv.util.xml.DocumentFilter
 
setDocumentLocator(Locator) - Method in class com.sun.msv.verifier.AbstractVerifier
 
setDocumentLocator(Locator) - Method in class com.sun.msv.verifier.VerifierFilter
 
setDocumentLocator(Locator) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 document locator event.
setDtdHandler(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.DTDParser
Used by applications to set handling of DTD parsing events.
setEntityResolver(EntityResolver) - Method in class com.sun.msv.scanner.dtd.DTDParser
Lets applications control entity resolution.
setErrorHandler(ErrorHandler) - Method in class com.sun.msv.verifier.Verifier
 
setErrorHandler(ErrorHandler) - Method in interface com.sun.msv.verifier.IVerifier
 
setErrorHandler(ErrorHandler) - Method in class com.sun.msv.verifier.VerifierFilter
 
setIgnoringMIME(boolean) - Method in class com.sun.msv.scanner.dtd.Resolver
Tells the resolver whether to ignore MIME types in the documents it retrieves.
setLocale(Locale) - Method in class com.sun.msv.scanner.dtd.DTDParser
Used by applications to request locale for diagnostics.
setPool(ExpressionPool) - Method in class com.sun.msv.reader.util.GrammarLoader
sets the ExpressionPool object that will be used during the loading process.
setSAXParserFactory(SAXParserFactory) - Method in class com.sun.msv.reader.util.GrammarLoader
sets the factory object which is used to create XML parsers to parse schema files.
setType(XSDatatype, ExpressionPool) - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
 
sfactory - Variable in class com.sun.msv.reader.relax.RELAXReader
 
sfactory - Variable in class com.sun.msv.reader.trex.TREXBaseReader
 
sfactory - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
ShortType - class com.sun.msv.datatype.xsd.ShortType.
"short" type.
SimpleAcceptor - class com.sun.msv.verifier.regexp.SimpleAcceptor.
Acceptor that will be used when only one ElementExp matches the start tag.
SimpleAcceptor(REDocumentDeclaration, Expression, ElementExp, Expression) - Constructor for class com.sun.msv.verifier.regexp.SimpleAcceptor
 
simpleBaseType - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
base type of this complex type.
SimpleContentBodyState - class com.sun.msv.reader.xmlschema.SimpleContentBodyState.
used to parse restriction/extension element as a child of <simpleContent> element.
SimpleContentState - class com.sun.msv.reader.xmlschema.SimpleContentState.
used to parse <simpleContent> element.
SimpleNameClass - class com.sun.msv.grammar.SimpleNameClass.
a NameClass that accepts only one fixed name.
SimpleNameClass(StringPair) - Constructor for class com.sun.msv.grammar.SimpleNameClass
 
SimpleNameClass(String, String) - Constructor for class com.sun.msv.grammar.SimpleNameClass
 
SimpleState - class com.sun.msv.reader.SimpleState.
base interface of the most of parsing states.
SimpleState() - Constructor for class com.sun.msv.reader.SimpleState
 
SimpleTypeExp - class com.sun.msv.grammar.xmlschema.SimpleTypeExp.
Simple type declaration.
simpleTypes - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from simple type name to SimpleTypeExp object
SimpleTypeState - class com.sun.msv.reader.datatype.xsd.SimpleTypeState.
State that parses <simpleType> element and its children.
SimpleTypeState() - Constructor for class com.sun.msv.reader.datatype.xsd.SimpleTypeState
 
SimpleURType - class com.sun.msv.datatype.xsd.SimpleURType.
simple "ur-type" type.
simplify(NameClass) - Static method in class com.sun.msv.grammar.util.NameClassSimplifier
 
size() - Method in class com.sun.msv.grammar.ReferenceContainer
gets the number of ReferenceExps in this container.
size() - Method in class com.sun.msv.util.LightStack
 
size() - Method in class org.relaxng.datatype.helpers.ValueSet
 
size() - Method in class org.relaxng.datatype.helpers.ValueMap
 
SkipElementExp - class com.sun.msv.grammar.xmlschema.SkipElementExp.
ElementExp that is used for <any processContents="skip"/>.
SkipElementExp(NameClass, Expression) - Constructor for class com.sun.msv.grammar.xmlschema.SkipElementExp
 
skippedEntity(String) - Method in class com.sun.msv.reader.State
 
skippedEntity(String) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
skippedEntity(String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
skippedEntity(String) - Method in class com.sun.msv.verifier.VerifierFilter
 
smallestInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
 
source - Variable in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
where did this reference is written in the source file.
source - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
where did this reference is written in the source file.
source - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
where did this reference is written in the source file.
specialToken - Variable in class com.sun.msv.datatype.xsd.datetime.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitQName(String) - Method in class com.sun.msv.reader.GrammarReader
calls processName method of NamespaceSupport.
start - Variable in class com.sun.msv.grammar.trex.TREXGrammar
Start pattern.
start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
startAttribute(String, String, String) - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
startAttribute(String, String, String) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the start of an attribute.
startCDATA() - Method in class com.sun.msv.reader.dtd.DTDReader
 
startCDATA() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification that a CDATA section is beginning.
startCDATA() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
startContentModel(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
 
startContentModel(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
receives notification that parsing of content model is beginning.
startContentModel(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
startDocument() - Method in class com.sun.msv.reader.State
 
startDocument() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
startDocument() - Method in class com.sun.msv.reader.util.ForkContentHandler
 
startDocument() - Method in class com.sun.msv.util.xml.DocumentFilter
 
startDocument() - Method in class com.sun.msv.verifier.Verifier
 
startDocument() - Method in class com.sun.msv.verifier.VerifierFilter
 
startDocument() - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
 
startDocument() - Method in class com.sun.msv.verifier.psvi.TypeDetector
 
startDocument() - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 start document event.
startDocument(ValidationContext) - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
startDocument(ValidationContext) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the start of a document.
startDTD(InputEntity) - Method in class com.sun.msv.reader.dtd.DTDReader
 
startDTD(InputEntity) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of the beginning of the DTD.
startDTD(InputEntity) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
startElement(String, AttributeList) - Method in class com.sun.msv.util.xml.DocumentFilter
 
startElement(String, AttributeList) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 startElement event.
startElement(String, String, String) - Method in class com.sun.msv.verifier.psvi.PSVIDump
 
startElement(String, String, String) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.SimpleState
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.IgnoreState
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.trex.TREXBaseReader
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.relaxns.reader.NamespaceState
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.util.xml.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.AbstractVerifier
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.Verifier
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.VerifierFilter
 
startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.psvi.TypeDetector
 
startModelGroup() - Method in class com.sun.msv.reader.dtd.DTDReader
 
startModelGroup() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
startModelGroup() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
startPrefixMapping(String, String) - Method in class com.sun.msv.reader.State
 
startPrefixMapping(String, String) - Method in class com.sun.msv.reader.GrammarReader
 
startPrefixMapping(String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
 
startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.VerifierFilter
 
startRemembering() - Method in class com.sun.msv.scanner.dtd.InputEntity
 
StartState - class com.sun.msv.reader.trex.StartState.
parses <start> element.
StartState - class com.sun.msv.reader.trex.ng.StartState.
parses <start> declaration.
StartState() - Constructor for class com.sun.msv.reader.trex.StartState
 
StartState() - Constructor for class com.sun.msv.reader.trex.ng.StartState
 
StartTagInfo - class com.sun.msv.util.StartTagInfo.
immutable start tag information
StartTagInfo(String, String, String, Attributes, IDContextProvider) - Constructor for class com.sun.msv.util.StartTagInfo
 
State - class com.sun.msv.reader.State.
base interface of 'parsing state'.
State() - Constructor for class com.sun.msv.reader.State
 
staticFlag - Static variable in class com.sun.msv.datatype.xsd.datetime.ASCII_CharStream
 
stepForward(Acceptor, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
eats a child element
stepForward(Acceptor, StringRef) - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
 
stepForward(Acceptor, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
 
stepForwardByContinuation(Expression, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
 
steps - Variable in class com.sun.msv.grammar.xmlschema.XPath
each name class represents each step.
str - Variable in class com.sun.msv.util.StringRef
 
StreamingValidatorImpl - class org.relaxng.datatype.helpers.StreamingValidatorImpl.
Dummy implementation of DatatypeStreamingValidator.
StreamingValidatorImpl(Datatype, ValidationContext) - Constructor for class org.relaxng.datatype.helpers.StreamingValidatorImpl
 
STRING_IGNORE - Static variable in interface com.sun.msv.verifier.Acceptor
character literals are allowed, but Acceptor doesn't care its contents and where it is appeared.
STRING_PROHIBITED - Static variable in interface com.sun.msv.verifier.Acceptor
only whitespaces are allowed.
STRING_STRICT - Static variable in interface com.sun.msv.verifier.Acceptor
attentive handling of characters is required.
string(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
 
StringCareLevelCalculator - class com.sun.msv.verifier.regexp.StringCareLevelCalculator.
calculates how character literals should be treated.
StringPair - class com.sun.msv.util.StringPair.
pair of Strings.
StringPair(String, String) - Constructor for class com.sun.msv.util.StringPair
 
StringRef - class com.sun.msv.util.StringRef.
reference to String.
StringRef() - Constructor for class com.sun.msv.util.StringRef
 
StringState - class com.sun.msv.reader.trex.classic.StringState.
parses <string> pattern.
StringState() - Constructor for class com.sun.msv.reader.trex.classic.StringState
 
StringToken - class com.sun.msv.verifier.regexp.StringToken.
chunk of string.
StringToken(REDocumentDeclaration, String, IDContextProvider) - Constructor for class com.sun.msv.verifier.regexp.StringToken
 
StringToken(REDocumentDeclaration, String, IDContextProvider, DatatypeRef) - Constructor for class com.sun.msv.verifier.regexp.StringToken
 
StringType - class com.sun.msv.datatype.xsd.StringType.
"string" type.
SUBSTITUTION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
 
substitutionAffiliation - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
The substitution group affiliation property of this component, if any.
substitutions - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
choices of all elements that can validly substitute this element.
switchSource(State, String, State) - Method in class com.sun.msv.reader.GrammarReader
switchs InputSource to the specified URL and parses it by the specified state.
SwitchTo(int) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601ParserTokenManager
 

T

TagClause - class com.sun.msv.grammar.relax.TagClause.
'tag' of RELAX module.
TagClause() - Constructor for class com.sun.msv.grammar.relax.TagClause
constructor for inline tag.
tags - Variable in class com.sun.msv.grammar.relax.RELAXModule
map from role name to TagClause object
TagState - class com.sun.msv.reader.relax.core.TagState.
parses <tag> element.
TagState() - Constructor for class com.sun.msv.reader.relax.core.TagState
 
targetNamespace - Variable in class com.sun.msv.grammar.relax.RELAXModule
target namespace URI
targetNamespace - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
target namespace URI of this schema.
text(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
theCollapse - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
 
TheFactoryImpl - class com.sun.msv.verifier.jarv.TheFactoryImpl.
VerifierFactory implementation that automatically detects the schema language.
TheFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
use the default SAXParser.
TheFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
 
theIDREFSinstance - Static variable in class com.sun.msv.grammar.IDREFType
 
theInstance - Static variable in class com.sun.msv.grammar.IDREFType
 
theInstance - Static variable in class com.sun.msv.grammar.IDType
 
theInstance - Static variable in class com.sun.msv.grammar.AnyNameClass
singleton instance
theInstance - Static variable in class com.sun.msv.grammar.relax.EmptyStringType
 
theInstance - Static variable in class com.sun.msv.grammar.relax.NoneType
 
theInstance - Static variable in class com.sun.msv.verifier.regexp.AnyElementToken
use this singleton instance instead of creating an object.
theInstance - Static variable in class com.sun.msv.verifier.util.ErrorHandlerImpl
the singleton instance of this object.
theInstance - Static variable in class com.sun.msv.datatype.xsd.StringType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.TokenType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NmtokenType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.DoubleType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.SimpleURType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.DateType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.IntegerType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.ShortType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.AnyURIType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NegativeIntegerType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.GYearMonthType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NormalizedStringType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.IntType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.BooleanType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.LongType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedIntType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.FloatType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NameType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.HexBinaryType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.GDayType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.Base64BinaryType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedShortType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.LanguageType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NcnameType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedByteType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.QnameType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.GMonthType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.EntityType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.NumberType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.TimeType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.GYearType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.DateTimeType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.GMonthDayType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.ByteType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedLongType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.PositiveIntegerType
 
theInstance - Static variable in class com.sun.msv.datatype.xsd.DurationType
 
thePreserve - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
 
theReplace - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
 
TimeDurationFactory - class com.sun.msv.datatype.xsd.datetime.TimeDurationFactory.
Utility functions to create TimeDurationValueType objects.
TimeDurationFactory() - Constructor for class com.sun.msv.datatype.xsd.datetime.TimeDurationFactory
 
timeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
timePartL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
timePartV(boolean) - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
TimeType - class com.sun.msv.datatype.xsd.TimeType.
"time" type.
timeTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
timeTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
timeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
TimeZone - class com.sun.msv.datatype.xsd.datetime.TimeZone.
simple time zone component.
timeZoneModifierL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
timeZoneModifierV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
toBigInteger() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
converts to BigInteger.
token - Variable in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
Token - class com.sun.msv.verifier.regexp.Token.
primitive unit of XML instance.
Token - class com.sun.msv.datatype.xsd.datetime.Token.
Describes the input token stream.
token_source - Variable in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
Token() - Constructor for class com.sun.msv.verifier.regexp.Token
 
Token() - Constructor for class com.sun.msv.datatype.xsd.datetime.Token
 
tokenImage - Variable in class com.sun.msv.datatype.xsd.datetime.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.sun.msv.datatype.xsd.datetime.ISO8601ParserConstants
 
TokenMgrError - error com.sun.msv.datatype.xsd.datetime.TokenMgrError.
 
TokenMgrError() - Constructor for class com.sun.msv.datatype.xsd.datetime.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class com.sun.msv.datatype.xsd.datetime.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class com.sun.msv.datatype.xsd.datetime.TokenMgrError
 
TokenType - class com.sun.msv.datatype.xsd.TokenType.
"token" type.
top() - Method in class com.sun.msv.util.LightStack
 
topLevel - Variable in class com.sun.msv.grammar.relax.RELAXModule
chioce of all exported elementRules and hedgeRules.
topLevel - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
choice of all global element declarations.
topLevel - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
 
topLevel - Variable in class com.sun.msv.relaxns.grammar.RELAXGrammar
top-level expression
TopLevelState - class com.sun.msv.relaxns.reader.TopLevelState.
parses <topLevel> element.
TopLevelState() - Constructor for class com.sun.msv.relaxns.reader.TopLevelState
 
toString() - Method in class com.sun.msv.grammar.NotNameClass
 
toString() - Method in class com.sun.msv.grammar.ChoiceNameClass
 
toString() - Method in class com.sun.msv.grammar.SimpleNameClass
 
toString() - Method in class com.sun.msv.grammar.NamespaceNameClass
 
toString() - Method in class com.sun.msv.grammar.AnyNameClass
 
toString() - Method in class com.sun.msv.grammar.dtd.LocalNameClass
 
toString() - Method in class com.sun.msv.util.StringPair
 
toString() - Method in class com.sun.msv.verifier.regexp.ElementToken
 
toString() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
 
toString() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
 
toString() - Method in class com.sun.msv.datatype.xsd.datetime.Token
Returns the image.
toString() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
gets a human-readable representation of this object.
TotalDigitsFacet - class com.sun.msv.datatype.xsd.TotalDigitsFacet.
'totalDigits' facet.
TotalDigitsFacet(String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.TotalDigitsFacet
 
TREXBaseReader - class com.sun.msv.reader.trex.TREXBaseReader.
reads TREX grammar from SAX2 and constructs abstract grammar model.
TREXBaseReader.StateFactory - class com.sun.msv.reader.trex.TREXBaseReader.StateFactory.
creates various State object, which in turn parses grammar.
TREXBaseReader.StateFactory() - Constructor for class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
TREXBaseReader(GrammarReaderController, SAXParserFactory, ExpressionPool, TREXBaseReader.StateFactory, State) - Constructor for class com.sun.msv.reader.trex.TREXBaseReader
full constructor
TREXFactoryImpl - class com.sun.msv.verifier.jarv.TREXFactoryImpl.
VerifierFactory implementation for TREX.
TREXFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.TREXFactoryImpl
 
TREXGrammar - class com.sun.msv.grammar.trex.TREXGrammar.
TREX grammar, which is expressed as <grammar> element.
TREXGrammar.RefContainer - class com.sun.msv.grammar.trex.TREXGrammar.RefContainer.
 
TREXGrammar.RefContainer() - Constructor for class com.sun.msv.grammar.trex.TREXGrammar.RefContainer
 
TREXGrammar() - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
 
TREXGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
 
TREXGrammar(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
 
TREXGrammarReader - class com.sun.msv.reader.trex.classic.TREXGrammarReader.
reads TREX grammar from SAX2 and constructs abstract grammar model.
TREXGrammarReader.StateFactory - class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory.
creates various State object, which in turn parses grammar.
TREXGrammarReader.StateFactory() - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
 
TREXGrammarReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
easy-to-use constructor.
TREXGrammarReader(GrammarReaderController, SAXParserFactory, TREXGrammarReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
full constructor
TREXIslandSchema - class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema.
IslandSchema implementation for TREX pattern.
TREXIslandSchema(TREXGrammar) - Constructor for class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
 
TREXIslandSchemaReader - class com.sun.msv.relaxns.reader.trex.TREXIslandSchemaReader.
reads extended-TREX grammar (extended by RELAX Namespace) and constructs IslandSchema.
TREXIslandSchemaReader(TREXGrammarReader) - Constructor for class com.sun.msv.relaxns.reader.trex.TREXIslandSchemaReader
 
TREXNamespace - Static variable in class com.sun.msv.reader.trex.classic.TREXGrammarReader
Namespace URI of TREX
TREXWriter - class com.sun.msv.writer.trex.TREXWriter.
converts any Grammar into TREX XML representation through SAX1 events.
TREXWriter() - Constructor for class com.sun.msv.writer.trex.TREXWriter
 
TYPE_CDATA - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_ENTITIES - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_ENTITY - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_ENUMERATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_ID - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_IDREF - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_IDREFS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_NMTOKEN - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_NMTOKENS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TYPE_NOTATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
 
TypedContentHandler - interface com.sun.msv.verifier.psvi.TypedContentHandler.
Receives notification of the typed content of the document.
TypedElementPattern - class com.sun.msv.grammar.trex.typed.TypedElementPattern.
ElementPattern with type.
TypedElementPattern(NameClass, Expression, String) - Constructor for class com.sun.msv.grammar.trex.typed.TypedElementPattern
 
TypedElementState - class com.sun.msv.reader.trex.typed.TypedElementState.
reads <element> element with 'label' annotation.
TypedElementState() - Constructor for class com.sun.msv.reader.trex.typed.TypedElementState
 
TypeDetector - class com.sun.msv.verifier.psvi.TypeDetector.
assign types to the incoming SAX2 events and reports them to the application handler through TypedContentHandler.
TypeDetector.AmbiguousDocumentException - exception com.sun.msv.verifier.psvi.TypeDetector.AmbiguousDocumentException.
signals that the document is ambiguous.
TypeDetector.AmbiguousDocumentException(TypeDetector) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector.AmbiguousDocumentException
 
TypeDetector(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
 
TypeDetector(DocumentDeclaration, TypedContentHandler, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
 
TypedString - class com.sun.msv.grammar.trex.TypedString.
Datatype created by <string> element.
TypedString(String, boolean) - Constructor for class com.sun.msv.grammar.trex.TypedString
 
TypedStringExp - class com.sun.msv.grammar.TypedStringExp.
Expression that matchs characters of the particular DataType.
TypedTREXGrammarInterceptor - class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor.
reads TREX grammar with 'label' annotation.
TypedTREXGrammarInterceptor() - Constructor for class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
 
TypeIncubator - class com.sun.msv.datatype.xsd.TypeIncubator.
derives a new type by adding facets.
TypeIncubator(XSDatatype) - Constructor for class com.sun.msv.datatype.xsd.TypeIncubator
 
TypeOwner - interface com.sun.msv.reader.datatype.TypeOwner.
State can implement this method to be notified by DataType vocabulary about the result of parsing.
types - Variable in class com.sun.msv.util.DatatypeRef
if the size of the array is zero, then that means this token is ignored.

U

UnaryExp - class com.sun.msv.grammar.UnaryExp.
Base implementation for those expression who has one child expresison.
UNDECIDABLE - Static variable in interface com.sun.msv.datatype.xsd.Comparator
 
ungetc() - Method in class com.sun.msv.scanner.dtd.InputEntity
two character pushback is guaranteed
UnicodeUtil - class com.sun.msv.datatype.xsd.UnicodeUtil.
Unicode-related utility functions.
UnicodeUtil() - Constructor for class com.sun.msv.datatype.xsd.UnicodeUtil
 
UnionState - class com.sun.msv.reader.datatype.xsd.UnionState.
State that parses <union> element and its children.
UnionType - class com.sun.msv.datatype.xsd.UnionType.
union type.
UnionType(String, XSDatatype[]) - Constructor for class com.sun.msv.datatype.xsd.UnionType
derives a new datatype from atomic datatypes by union
UniqueConstraint - class com.sun.msv.grammar.xmlschema.UniqueConstraint.
unique constraint.
UniqueConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.UniqueConstraint
 
UNKNOWN - Static variable in class org.relaxng.datatype.DatatypeException
 
unparsedContent(DTDEventListener, boolean, String) - Method in class com.sun.msv.scanner.dtd.InputEntity
CDATA -- character data, terminated by "]]>" and optionally including unescaped markup delimiters (ampersand and left angle bracket).
unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
 
unparsedEntityDecl(String, String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
 
UnsignedByteType - class com.sun.msv.datatype.xsd.UnsignedByteType.
"unsignedByte" type.
UnsignedIntType - class com.sun.msv.datatype.xsd.UnsignedIntType.
"unsignedInt" type.
UnsignedLongType - class com.sun.msv.datatype.xsd.UnsignedLongType.
"unsignedLong" type.
UnsignedShortType - class com.sun.msv.datatype.xsd.UnsignedShortType.
"unsignedShort" type.
uri - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
 
USE_FIXED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
USE_IMPLIED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
USE_NORMAL - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
USE_REQUIRED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
 
userDefinedTypes - Variable in class com.sun.msv.grammar.relax.RELAXModule
datatypes
Util - class com.sun.msv.datatype.xsd.datetime.Util.
date/time-related utility functions/variables.
Util() - Constructor for class com.sun.msv.datatype.xsd.datetime.Util
 

V

ValidationContext - interface org.relaxng.datatype.ValidationContext.
An interface that must be implemented by caller to provide context information that is necessary to perform validation of some Datatypes.
ValidationUnrecoverableException - exception com.sun.msv.verifier.ValidationUnrecoverableException.
Exception that signals error was fatal and recovery was not possible.
ValidationUnrecoverableException(SAXParseException) - Constructor for class com.sun.msv.verifier.ValidationUnrecoverableException
 
ValidityViolation - exception com.sun.msv.verifier.ValidityViolation.
contains information about where and how validity violation was happened.
ValidityViolation(Locator, String) - Constructor for class com.sun.msv.verifier.ValidityViolation
constructor for this package
value - Variable in class com.sun.msv.grammar.relaxng.ValueType
this datatype matches this value only.
value - Variable in class com.sun.msv.grammar.trex.TypedString
this type only matches this string
value - Variable in class com.sun.msv.verifier.regexp.AttributeToken
 
value(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
 
valueHashCode(Object) - Method in class com.sun.msv.grammar.relaxng.ValueType
 
valueHashCode(Object) - Method in class com.sun.msv.grammar.trex.TypedString
 
valueHashCode(Object) - Method in class com.sun.msv.reader.datatype.xsd.LateBindDatatype
 
valueHashCode(Object) - Method in interface org.relaxng.datatype.Datatype
computes the hash code for a value object, which is consistent with the sameValue method.
valueHashCode(Object) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
 
ValueMap - class org.relaxng.datatype.helpers.ValueMap.
 
ValueMap(Datatype) - Constructor for class org.relaxng.datatype.helpers.ValueMap
 
ValueMap(Datatype, Map) - Constructor for class org.relaxng.datatype.helpers.ValueMap
 
values - Variable in class com.sun.msv.datatype.xsd.EnumerationFacet
set of valid values
values - Variable in class com.sun.msv.datatype.xsd.ListValueType
 
values() - Method in class org.relaxng.datatype.helpers.ValueMap
 
ValueSet - class org.relaxng.datatype.helpers.ValueSet.
A Set implementation for value objects of datatypes.
ValueState - class com.sun.msv.reader.trex.ng.ValueState.
parses <value> pattern.
ValueState() - Constructor for class com.sun.msv.reader.trex.ng.ValueState
 
ValueType - class com.sun.msv.grammar.relaxng.ValueType.
Datatype created by <value> pattern.
ValueType(Datatype, Object) - Constructor for class com.sun.msv.grammar.relaxng.ValueType
 
VARIETY_ATOMIC - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
VARIETY_LIST - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
VARIETY_UNION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
 
Verifier - class com.sun.msv.verifier.Verifier.
SAX ContentHandler that verifies incoming SAX event stream.
Verifier(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.Verifier
 
VerifierFilter - class com.sun.msv.verifier.VerifierFilter.
SAX XMLFilter that verifies incoming SAX event stream.
VerifierFilter(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.VerifierFilter
 
VerifierFilter(IVerifier) - Constructor for class com.sun.msv.verifier.VerifierFilter
 
verifierTag - Variable in class com.sun.msv.grammar.Expression
this field can be used by Verifier implementation to speed up validation.
visit(Document) - Method in class com.sun.msv.util.xml.DOMVisitor
 
visit(Element) - Method in class com.sun.msv.util.xml.DOMVisitor
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.Expression
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.AttributeExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.SequenceExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ListExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.TypedStringExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ReferenceExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.OneOrMoreExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.MixedExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.InterleaveExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ChoiceExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ConcurExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.OtherExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ElementExp
 
visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.KeyExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.Expression
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.AttributeExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.SequenceExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ListExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.TypedStringExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ReferenceExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.OneOrMoreExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.MixedExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.InterleaveExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ChoiceExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ConcurExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.OtherExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ElementExp
 
visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.KeyExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.Expression
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.AttributeExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.SequenceExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ListExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.TypedStringExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ReferenceExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.OneOrMoreExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.MixedExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.InterleaveExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ChoiceExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ConcurExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.OtherExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ElementExp
 
visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.KeyExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.Expression
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.AttributeExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.SequenceExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ListExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.TypedStringExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ReferenceExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.OneOrMoreExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.MixedExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.InterleaveExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ChoiceExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ConcurExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.OtherExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ElementExp
 
visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.KeyExp
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NameClass
visitor pattern support
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NotNameClass
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.ChoiceNameClass
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.SimpleNameClass
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NamespaceNameClass
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.AnyNameClass
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.DifferenceNameClass
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.dtd.LocalNameClass
 
visit(NameClassVisitor) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
 
visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.Expression
 
visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.ElementRules
 
visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.TagClause
 
visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.HedgeRules
 
visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.AttPoolClause
 
visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.Expression
 
visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.ElementRules
 
visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.TagClause
 
visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.HedgeRules
 
visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.AttPoolClause
 
visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.Expression
 
visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.ElementRules
 
visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.TagClause
 
visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.HedgeRules
 
visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.AttPoolClause
 
visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.Expression
 
visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.ElementRules
 
visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.TagClause
 
visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.HedgeRules
 
visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.AttPoolClause
 
visitNode(Node) - Method in class com.sun.msv.util.xml.DOMVisitor
other nodes.

W

warning(Locator[], String) - Method in class com.sun.msv.driver.textui.DebugController
 
warning(Locator[], String) - Method in interface com.sun.msv.reader.GrammarReaderController
 
warning(Locator[], String) - Method in class com.sun.msv.reader.util.IgnoreController
 
warning(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
 
warning(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
 
warning(SAXParseException) - Method in class com.sun.msv.reader.util.GrammarReaderControllerAdaptor
 
warning(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
 
warning(SAXParseException) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
 
warning(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
 
warning(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
 
warning(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
 
whiteSpace - Variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
this field characterizes how this datatype treats white space.
WhiteSpaceFacet - class com.sun.msv.datatype.xsd.WhiteSpaceFacet.
whiteSpace facet validator
WhiteSpaceProcessor - class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.
processes white space normalization
WhiteSpaceProcessor() - Constructor for class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
 
wrapUp() - Method in class com.sun.msv.reader.trex.TREXBaseReader
performs final wrap-up.
wrapUp() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
 
write(Grammar) - Method in interface com.sun.msv.writer.GrammarWriter
converts this grammar to the XML representation.
write(Grammar) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
 
write(Grammar) - Method in class com.sun.msv.writer.trex.TREXWriter
 
write(Grammar, String) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
generates SAX2 events of the specified grammar.
write(Grammar, String) - Method in class com.sun.msv.writer.trex.TREXWriter
generates SAX2 events of the specified grammar.
WRN_ANYOTHER_NAMESPACE_IGNORED - Static variable in class com.sun.msv.relaxns.grammar.relax.Localizer
 
WRN_ATTEMPT_TO_USE_NAMESPACE - Static variable in class com.sun.msv.reader.dtd.DTDReader
 
WRN_COMBINE_IGNORED - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
WRN_DEPRECATED_TYPENAME - Static variable in class com.sun.msv.reader.GrammarReader
 
WRN_ILLEGAL_RELAXCORE_VERSION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
 
WRN_ILLEGAL_RELAXNAMESPACE_VERSION - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
 
WRN_IMPLICIT_URTYPE_FOR_COMPLEXTYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
WRN_IMPLICIT_URTYPE_FOR_ELEMENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
WRN_MAYBE_WRONG_NAMESPACE - Static variable in class com.sun.msv.reader.GrammarReader
 
WRN_OBSOLETED_NAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
WRN_OBSOLETED_XMLSCHEMA_NAMSPACE - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
 
WRN_UNSUPPORTED_ANYELEMENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 

X

XmlChars - class com.sun.msv.scanner.dtd.XmlChars.
Methods in this class are used to determine whether characters may appear in certain roles in XML documents.
XmlNames - class com.sun.msv.scanner.dtd.XmlNames.
This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
XmlNames - class com.sun.msv.datatype.xsd.XmlNames.
This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
XMLSchemaGrammar - class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar.
set of XML Schema.
XMLSchemaGrammar() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
 
XMLSchemaGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
 
XMLSchemaInstanceNamespace - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
 
XMLSchemaInstanceNamespace_old - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
this format is obsolete, but still widely used.
XMLSchemaNamespace - Static variable in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
namespace URI of XML Schema
XMLSchemaNamespace - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
namespace URI of XML Schema declarations.
XMLSchemaNamespace - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
 
XMLSchemaNamespace_old - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
XMLSchemaNamespace2 - Static variable in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
 
XMLSchemaReader - class com.sun.msv.reader.xmlschema.XMLSchemaReader.
parses XML representation of XML Schema and constructs AGM.
XMLSchemaReader.RefResolver - interface com.sun.msv.reader.xmlschema.XMLSchemaReader.RefResolver.
 
XMLSchemaReader.StateFactory - class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory.
creates various State object, which in turn parses grammar.
XMLSchemaReader.StateFactory() - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
 
XMLSchemaReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
XMLSchemaReader(GrammarReaderController, SAXParserFactory, XMLSchemaReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
XMLSchemaSchema - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.
XML Schema object.
XMLSchemaSchema.AttributeDeclContainer - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer.
 
XMLSchemaSchema.AttributeDeclContainer(XMLSchemaSchema) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
 
XMLSchemaSchema.AttributeGroupContainer - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer.
 
XMLSchemaSchema.AttributeGroupContainer(XMLSchemaSchema) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
 
XMLSchemaSchema.ComplexTypeContainer - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer.
 
XMLSchemaSchema.ComplexTypeContainer(XMLSchemaSchema) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
 
XMLSchemaSchema.ElementDeclContainer - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer.
 
XMLSchemaSchema.ElementDeclContainer(XMLSchemaSchema) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
 
XMLSchemaSchema.GroupDeclContainer - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer.
 
XMLSchemaSchema.GroupDeclContainer(XMLSchemaSchema) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
 
XMLSchemaSchema.IdentityConstraintContainer - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer.
 
XMLSchemaSchema.IdentityConstraintContainer(XMLSchemaSchema) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
 
XMLSchemaSchema.SimpleTypeContainer - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer.
 
XMLSchemaSchema.SimpleTypeContainer(XMLSchemaSchema) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
 
XMLSchemaSchema(String, XMLSchemaGrammar) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
 
XMLSchemaSchemaLocationAttributes - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
 
XMLSchemaTypeExp - class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp.
Base class of ComplexTypeExp and SimpleTypeExp.
XPath - class com.sun.msv.grammar.xmlschema.XPath.
internal representation of XPath ('aaa/bbb/ccc/ ...
XPath() - Constructor for class com.sun.msv.grammar.xmlschema.XPath
 
XSAcceptor - class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor.
Acceptor implementation for XSREDocDecl.
XSAcceptor(XSREDocDecl, Expression, ElementExp, Expression) - Constructor for class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
 
XSDatatype - interface com.sun.msv.datatype.xsd.XSDatatype.
Publicly accesible interface of W3C XML Schema datatype (simple type).
XSDatatypeImpl - class com.sun.msv.datatype.xsd.XSDatatypeImpl.
base implementaion for XSDatatype interface.
XSDVocabulary - class com.sun.msv.reader.datatype.xsd.XSDVocabulary.
XSD implementation of DataTypeVocabulary.
XSDVocabulary() - Constructor for class com.sun.msv.reader.datatype.xsd.XSDVocabulary
 
XSFactoryImpl - class com.sun.msv.verifier.jarv.XSFactoryImpl.
VerifierFactory implementation for XML Schema.
XSFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.XSFactoryImpl
 
XSINamespace - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
 
xsiSchemaLocationExp - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
content model that matches to optional xsi:schemaLocation or xsi:noNamespaceSchemaLocation.
XSREDocDecl - class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl.
REDocumentDeclaration that supports several W3C XML Schema specific semantics.
XSREDocDecl(XMLSchemaGrammar) - Constructor for class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
 

Y

yearL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
yearMonthTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
yearMonthTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
yearTypeL() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
yearTypeV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 
yearV() - Method in class com.sun.msv.datatype.xsd.datetime.ISO8601Parser
 

Z

zeroOrMore(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
 
ZeroOrMoreState - class com.sun.msv.reader.trex.ZeroOrMoreState.
parses <zeroOrMore> pattern.
ZeroOrMoreState() - Constructor for class com.sun.msv.reader.trex.ZeroOrMoreState
 

_

_checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
_createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ConcreteType
 
_createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.IntegerType
 
_createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
 
_createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
_createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.IDREFType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.IDType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.EmptyStringType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.NoneType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.StringType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NmtokenType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DoubleType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.SimpleURType
the value object of the simple ur-type is the lexical value itself.
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.IntegerType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ShortType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.AnyURIType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.RangeFacet
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.EnumerationFacet
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NegativeIntegerType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.IntType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.BooleanType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.LongType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedIntType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.MinLengthFacet
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.FloatType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NameType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceFacet
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnionType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.MaxLengthFacet
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.Base64BinaryType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedShortType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.LanguageType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NcnameType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedByteType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.FinalComponent
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.EntityType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ListType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NumberType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ByteType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.LengthFacet
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedLongType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.PositiveIntegerType
 
_createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DurationType
 
_get(String) - Method in class com.sun.msv.grammar.ReferenceContainer
gets a referenced expression Derived class should provide type-safe accesser methods.
_getOrCreate(String) - Method in class com.sun.msv.grammar.ReferenceContainer
gets or creates ReferenceExp object.

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