Alphabetical Index

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

_

_assert(boolean) - static method in class com.sun.msv.reader.State
_createValue(String,ValidationContext) - method in class com.sun.msv.grammar.relax.EmptyStringType
_createValue(String,ValidationContext) - method in class com.sun.msv.grammar.relax.NoneType
_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.
_parse(Object,Locator) - method in class com.sun.msv.reader.GrammarReader
parses a grammar from the specified source

A

AbortException - class com.sun.msv.reader.AbortException
This exception will be thrown when the schema parsing is aborted after all the errors are reported through GrammarReaderController.
AbstractVerifier - class com.sun.msv.verifier.AbstractVerifier
Base implementation for various Verifier implementations.
Acceptor - interface com.sun.msv.verifier.Acceptor
exposes the low-level validation engine interface.
accepts(com.sun.msv.util.StringPair) - method in class com.sun.msv.grammar.NameClass
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.ChoiceNameClass
accepts a name if it is accepted by nc1 or nc2.
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.xmlschema.LaxDefaultNameClass
checks if this name class accepts given namespace:localName pair.
accepts(String,String) - method in class com.sun.msv.grammar.dtd.LocalNameClass
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.NamespaceNameClass
accepts a name if its namespace URI matches to the namespaceURI field.
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.SimpleNameClass
checks if this name class accepts given namespace:localName pair.
add(XSDatatype) - method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
addFacet(String,String,boolean,ValidationContext) - method in class com.sun.msv.reader.datatype.xsd.XSTypeIncubator
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.
ALL - static field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
ALL - static field in class com.sun.msv.grammar.NameClass
name class that accepts everything.
signals that the document is ambiguous.
AmbiguousDocumentException() - constructor for class com.sun.msv.verifier.psvi.TypeDetector.AmbiguousDocumentException
AnnotationNamespace - static field in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
Namespace URI of RELAX NG DTD compatibility annotation
AnyAttributeOwner - interface com.sun.msv.reader.xmlschema.AnyAttributeOwner
A state that can have <anyAttribute > element must implement this interface.
AnyAttributeState - class com.sun.msv.reader.xmlschema.AnyAttributeState
used to parse <anyAttribute > element.
AnyElementState - class com.sun.msv.reader.xmlschema.AnyElementState
used to parse <any > element.
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.
NGNameState.AnyNameState - class com.sun.msv.reader.trex.ng.NGNameState.AnyNameState
Parsing state for <anyName>
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.
AnyOtherElementVerifier - class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
IslandVerifier that validates <anyOtherElement /> of RELAX.
AnyState - class com.sun.msv.reader.xmlschema.AnyState
base implementation of AnyAttributeState and AnyElementState.
anyString - static field in class com.sun.msv.grammar.Expression
special expression object that represents "any string".
attLocalName - field in class com.sun.msv.verifier.ErrorInfo.BadAttribute
attNamespaceURI - field in class com.sun.msv.verifier.ErrorInfo.BadAttribute
AttPoolClause - class com.sun.msv.grammar.relax.AttPoolClause
'attPool' of RELAX module.
AttPoolRefState - class com.sun.msv.reader.relax.core.AttPoolRefState
parses <ref role="..." />.
attPools - field 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.
attQName - field in class com.sun.msv.verifier.ErrorInfo.BadAttribute
information about the attribute that caused the error.
For each entry in an ATTLIST declaration, this event will be fired.
For each entry in an ATTLIST declaration, this event will be fired.
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 - field 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).
attributeFreeContentModel - field 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 - field 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.
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(com.sun.msv.grammar.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(com.sun.msv.grammar.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(com.sun.msv.grammar.ExpressionPool) - constructor for class com.sun.msv.verifier.regexp.AttributeRemover
attributes - field 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.trex.ng.AttributeState
parses <attribute> pattern.
AttributeState - class com.sun.msv.reader.xmlschema.AttributeState
used to parse <attribute > element.
attributeStep - field 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.
AttributeWildcard - class com.sun.msv.grammar.xmlschema.AttributeWildcard
Attribute wildcard property of the schema component.
AttributeWildcard(com.sun.msv.grammar.NameClass,int) - constructor for class com.sun.msv.grammar.xmlschema.AttributeWildcard
AttributeWildcardComputer - class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
Processes the attribtue wildcard according to the spec.
attToken - field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
the AttributeToken object which is re-used

Only one AttributeToken object is used during the Acceptor.onAttribute(String,String,String,String,IDContextProvider,StringRef,DatatypeRef) method.

attValue - field in class com.sun.msv.verifier.ErrorInfo.BadAttribute
attWildcard - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
attribute wildcard as an expression.
AttWildcardExp - interface com.sun.msv.grammar.xmlschema.AttWildcardExp
Schema component with AttributeWildcard

B

GrammarReader.BackPatch - interface com.sun.msv.reader.GrammarReader.BackPatch
backwardReference - field in class com.sun.msv.reader.GrammarReader
keeps track of all backward references to every ReferenceExp.
memorizes what declarations are referenced from where.
ErrorInfo.BadAttribute - class com.sun.msv.verifier.ErrorInfo.BadAttribute
Bad attribute.
ErrorInfo.BadTagName - class com.sun.msv.verifier.ErrorInfo.BadTagName
Bad tag name.
BadTagName(com.sun.msv.util.StartTagInfo) - constructor for class com.sun.msv.verifier.ErrorInfo.BadTagName
BadTagName(String,String,String) - constructor for class com.sun.msv.verifier.ErrorInfo.BadTagName
ErrorInfo.BadText - class com.sun.msv.verifier.ErrorInfo.BadText
Bad text.
BadText(String) - constructor for class com.sun.msv.verifier.ErrorInfo.BadText
BadText(StringBuffer) - constructor for class com.sun.msv.verifier.ErrorInfo.BadText
basePrefixResolver - static field in class com.sun.msv.reader.GrammarReader
The namespace prefix resolver that only resolves "xml" prefix.
BinaryExp - class com.sun.msv.grammar.BinaryExp
Base implementation for those expression which has two child expressions.
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
IslandSchemaImpl.Binder - class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
replaces all ExternalElementExp and ExternalAttributeExp by actual definitions.
block - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
The block property of this schema component, implemented as a bit field.
block - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
The disallowed substitution property of this schema component, implemented as a bit field.
body - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
actual content model definition + attribute uses.
body - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
The expression that represents the "body" of this expression.
BuiltinDatatypeLibrary - class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
RELAX NG built-in datatypes.

C

calc(com.sun.msv.grammar.Expression) - static method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
calc(com.sun.msv.grammar.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.
compute the residual
CERR_ANN_CHILD_ELEMENT - static field in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
CERR_ANN_INVALID_ATTRIBUTE - static field in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
CERR_ANN_MISPLACED - static field in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
characterChunk(String,Datatype) - method in class com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of a string.
characters(ch[],int,int) - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 characters event.
characters(ch[],int,int) - method in class com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of character data.
characters(ch[],int,int) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification of character data.
characters(ch[],int,int) - method in class com.sun.msv.reader.dtd.DTDReader
characters(ch[],int,int) - method in class com.sun.msv.reader.util.ForkContentHandler
characters(ch[],int,int) - method in class com.sun.msv.verifier.VerifierFilter
characters(char[],int,int) - method in class com.sun.msv.reader.trex.ng.DataParamState
characters(char[],int,int) - method in class com.sun.msv.util.xml.DocumentFilter
characters(char[],int,int) - method in class com.sun.msv.util.xml.DOMBuilder
characters(char[],int,int) - method in class com.sun.msv.verifier.identity.IDConstraintChecker
characters(char[],int,int) - method in class com.sun.msv.reader.IgnoreState
characters(char[],int,int) - method in class com.sun.msv.reader.trex.NameClassNameState
characters(char[],int,int) - method in class com.sun.msv.reader.State
characters(char[],int,int) - method in class com.sun.msv.reader.trex.classic.StringState
characters(char[],int,int) - method in class com.sun.msv.verifier.psvi.TypeDetector
characters(char[],int,int) - method in class com.sun.msv.reader.trex.ng.ValueState
characters(char[],int,int) - method in class com.sun.msv.verifier.Verifier
characters(String) - method in class com.sun.msv.writer.XMLWriter
check() - method in class com.sun.msv.reader.trex.ng.RestrictionChecker
Traverses the grammar and performs the contextual check.
Returns true if two name classes collide.
checkFormat(String,ValidationContext) - method in class com.sun.msv.grammar.relax.EmptyStringType
checkFormat(String,ValidationContext) - method in class com.sun.msv.grammar.relax.NoneType
checkNameClass(com.sun.msv.grammar.NameClass) - method in class com.sun.msv.reader.trex.ng.RestrictionChecker
Checks the contextual restriction on a name class.
child - field in class com.sun.msv.grammar.NotNameClass
childElement(String,short) - method in class com.sun.msv.scanner.dtd.DTDEventListener
childElement(String,short) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
childElement(String,short) - method in class com.sun.msv.reader.dtd.DTDReader
ChildlessState - class com.sun.msv.reader.ChildlessState
state that has no children.
children() - method in class com.sun.msv.grammar.BinaryExp
iterates all child expressions.
CHOICE - static field in class com.sun.msv.scanner.dtd.DTDEventListener
ChoiceExp - class com.sun.msv.grammar.ChoiceExp
A|B.
ChoiceNameClass - class com.sun.msv.grammar.ChoiceNameClass
Union of two NameClasses.
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(languages[]) - 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.
chooseLocale(languages[]) - 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.
clause - field in class com.sun.msv.grammar.relax.ElementRule
constraints over start tag of the element
close() - method in class com.sun.msv.scanner.dtd.InputEntity
expression cache by closed hash.
ClosedHash() - constructor for class com.sun.msv.grammar.ExpressionPool.ClosedHash
Command line verifier.
abstract grammar model(AGM): common part.
abstract grammar model(AGM): RELAX stub.
RELAX NG built-in datatype implementation.
abstract grammar model (AGM): TREX extension and TREX stub.
Abstract grammar model (AGM): TREX label-annotated stub.
Miscellaneous utility classes.
W3C XML Schema grammar model.
reads XML representation of grammar and creates AGM.
interface of Datatype vocabulary reader.
reads XML representation for XML Schema Part.2
reads DTD and constructs AGM.
common parts for parseing RELAX Core/Namespace into AGM.
parses RELAX Core into AGM.
Non-essential schema conformance checks.
shared code between RELAX NG reader and TREX reader.
parses TREX pattern into AGM.
parses RELAX NG into AGM.
parses RELAX NG with DTD compatibility annotation into AGM.
reads TREX grammar with "label annotation".
Miscellaneous utilities
parses XML representation of XML Schema into AGM.
abstract grammar model(AGM) for RELAX Namespace.
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
abstract grammar model(AGM) for RELAXNS-extended TREX.
parses XML representation of RELAX Namespace.
parses XML representation of RELAXNS-extended RELAX Core.
parses XML representation of RELAXNS-extended TREX.
"divide&validate" framework implementation.
scan DTD stream and generates appropriate events.
Miscellaneous utilities
Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.
Verifier with XML Schema's identity constraint check.
Implementation of JARV (Java API for RELAX Verifier).
Type-assignment engine that can be used by application programs.
VGM implementation by using regular expression derivation algorithm.
RegExp VGM implementation that supports special semantics of XML Schema

This package should be considered as a dity ugly quick-hack.

Miscellaneous utilities
AGM to RELAX NG converter
creates "combined child content expression" and gathers "elements of concern" and its "attribute-pruned" content model.
combineURI(String,String) - method in class com.sun.msv.reader.GrammarReader
converts the relative URL to the absolute one by using the specified base URL.
combineURL(String,String) - method in class com.sun.msv.reader.GrammarReader
comment(String) - method in class 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
Receive notification that a comment has been read.
comment(String) - method in class com.sun.msv.reader.dtd.DTDReader
CompatibilityDatatypeLibrary - class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
RELAX NG DTD compatibility datatype library.
CompAttributeState - class com.sun.msv.reader.trex.ng.comp.CompAttributeState
parses <attribute> pattern.
compileSchema(InputSource) - method in class com.sun.msv.verifier.jarv.FactoryImpl
ComplexAcceptor - class com.sun.msv.verifier.regexp.ComplexAcceptor
Accept that is used when more than one pattern can be applicable to the current context.
ComplexAcceptorBaseImpl - class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
base implementation of ComplexAcceptor.
complexBaseType - field 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.
ComplexTypeExp - class com.sun.msv.grammar.xmlschema.ComplexTypeExp
ComplexType definition.
ComplexTypeExp(com.sun.msv.grammar.xmlschema.XMLSchemaSchema,String) - constructor for class com.sun.msv.grammar.xmlschema.ComplexTypeExp
complexTypes - field in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
map from simple type name to SimpleTypeExp object
complexUrType - field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
expression that matches to "ur-type" when used as a complex type.
ConcurExp - class com.sun.msv.grammar.ConcurExp
<concur> pattern of TREX.
ConcurState - class com.sun.msv.reader.trex.classic.ConcurState
parses <concur> pattern.
connector(short) - method in class com.sun.msv.scanner.dtd.DTDEventListener
Connectors in one model group is guaranteed to be the same.
connector(short) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Connectors in one model group is guaranteed to be the same.
connector(short) - method in class com.sun.msv.reader.dtd.DTDReader
Const - class com.sun.msv.verifier.jarv.Const
Constant values related to JARV.
Const - class com.sun.msv.verifier.jaxp.Const
contains(Object) - method in class com.sun.msv.util.LightStack
containsAttribute(String) - method in class com.sun.msv.util.StartTagInfo
containsAttribute(String,String) - method in class com.sun.msv.util.StartTagInfo
content - field in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
CONTENT_MODEL_ANY - static field in class com.sun.msv.scanner.dtd.DTDEventListener
CONTENT_MODEL_CHILDREN - static field in class com.sun.msv.scanner.dtd.DTDEventListener
CONTENT_MODEL_EMPTY - static field in class com.sun.msv.scanner.dtd.DTDEventListener
CONTENT_MODEL_MIXED - static field in class 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 - field in class com.sun.msv.grammar.ElementExp
content model of this element declaration.
CONTENTMODEL - static field 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 field in class com.sun.msv.grammar.util.ExpressionPrinter
ContentModelRefExpRemover - class com.sun.msv.verifier.regexp.ContentModelRefExpRemover
Non-recursive ReferenceExpRemover with a cache.
Context - interface com.sun.msv.writer.relaxng.Context
context - field in class com.sun.msv.util.StartTagInfo
object that provides additional information which is necessary for validating some datatypes
context - field in class com.sun.msv.verifier.regexp.StringToken
continuation - field in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
continuation - field in class com.sun.msv.verifier.regexp.SimpleAcceptor
the expression that should be used by the parent acceptor once if this acceptor is satisfied.
Controller - class com.sun.msv.reader.Controller
Internal view of GrammarReaderController.
controller - field in class com.sun.msv.reader.GrammarReader
this object receives errors and warnings
Controller(com.sun.msv.reader.GrammarReaderController) - constructor for class com.sun.msv.reader.Controller
convertToLexicalValue(Object,SerializationContext) - method in class com.sun.msv.grammar.relax.EmptyStringType
convertToLexicalValue(Object,SerializationContext) - method in class com.sun.msv.grammar.relax.NoneType
copy() - method in class com.sun.msv.grammar.xmlschema.AttributeWildcard
create(com.sun.msv.grammar.IDContextProvider) - static method in class com.sun.msv.grammar.util.IDContextProviderWrapper
createAcceptor() - method in class 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
creates a new Acceptor that will validate the document element.
createAcceptor() - method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
creates a new Acceptor that will validate the document element.
createAnyString() - method in class com.sun.msv.grammar.ExpressionPool
creates a state object that parses "attribute","attributeGroup ref", and "anyAttribute".
creates an Acceptor that will accept the content model of the children of this moment.
creates combined child acceptor and primitive child acceptors (if necessary).
creates combined child acceptor and primitive child acceptors (if necessary).
createClone() - method in class 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.relaxns.verifier.RulesAcceptor
createClone() - method in class com.sun.msv.verifier.regexp.SimpleAcceptor
createClone() - method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
clones this acceptor.
createData(XSDatatype) - method in class com.sun.msv.grammar.ExpressionPool
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 class com.sun.msv.reader.dtd.DTDReader
Obtains a Datatype object from its name.
createDatatypeBuilder(String) - method in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
createDatatypeBuilder(String) - method in class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
createEpsilon() - method in class com.sun.msv.grammar.ExpressionPool
Creates the expression that corresponds to the current attribute wildcard specification.
this method must be implemented by the derived class to create language-default expresion state.
this method must be implemented by the derived class to create language-default expresion state.
this method must be implemented by the derived class to create language-default expresion state.
this method must be implemented by the derived class to create language-default expresion state.
this method must be implemented by the derived class to create language-default expresion state.
this method must be implemented by the derived class to create language-default expresion state.
this method must be implemented by the derived class to create language-default expresion state.
createFactory(String) - method in class com.sun.msv.verifier.jarv.FactoryLoaderImpl
createFinalizedType(int,com.sun.msv.reader.GrammarReader) - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Derives a new type by setting final values.
createIncubator() - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Creates an incubator so that the caller can add more facets and derive a new type.
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.
createList(com.sun.msv.grammar.Expression) - method in class com.sun.msv.grammar.ExpressionPool
createMixed(com.sun.msv.grammar.Expression) - method in class com.sun.msv.grammar.ExpressionPool
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
creates a State object that will parse the element specified by tag parameter.
createTopLevelReaderState(com.sun.msv.util.StartTagInfo) - method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
creates a State object that will parse the element specified by tag parameter.
createTopLevelVerifier() - method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
createValue(XSDatatype,Object) - method in class com.sun.msv.grammar.ExpressionPool

D

DataExp - class com.sun.msv.grammar.DataExp
Expression that matchs characters of the particular Datatype.
DataOrValueExp - interface com.sun.msv.grammar.DataOrValueExp
The common interface for DataExp and ValueExp
DataParamState - class com.sun.msv.reader.trex.ng.DataParamState
parses <param> element inside <data> element.
DataState - class com.sun.msv.reader.trex.classic.DataState
parses <data> pattern.
DataState - class com.sun.msv.reader.trex.ng.DataState
parses <data> pattern.
Datatypes.
DatatypeRef - class com.sun.msv.util.DatatypeRef
reference to Datatype
datatypes - field in class com.sun.msv.grammar.relax.RELAXModule
dataTypes - field in class com.sun.msv.grammar.trex.TREXGrammar
data type vocabularies used and defined by this grammar.
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
DblAttrConstraintChecker - class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
makes sure that no two AttributeExps have the same attribute name as their target.
Debug - class com.sun.msv.driver.textui.Debug
debug - static field in 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
DeclImpl - class com.sun.msv.relaxns.grammar.DeclImpl
Implementation of ElementDecl interface by MSV grammar model.
DeclImpl(com.sun.msv.grammar.ReferenceExp) - constructor for class com.sun.msv.relaxns.grammar.DeclImpl
DeclImpl(String,com.sun.msv.grammar.Expression) - constructor for class com.sun.msv.relaxns.grammar.DeclImpl
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.
derivationMethod - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
the derivation method used to derive this complex type from the base type.
derive(String,String) - method in class com.sun.msv.reader.datatype.xsd.XSTypeIncubator
detects undefined ReferenceExp and reports it as an error.
DIAG_BAD_ATTRIBUTE_VALUE_DATATYPE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_ATTRIBUTE_VALUE_GENERIC - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_ATTRIBUTE_VALUE_MORE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_ATTRIBUTE_VALUE_SEPARATOR - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_ATTRIBUTE_VALUE_WRAPUP - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_KEY_VALUE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_KEY_VALUE2 - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_LITERAL_GENERIC - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_LITERAL_INCORRECT_VALUE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_LITERAL_MORE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_LITERAL_SEPARATOR - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_LITERAL_WRAPUP - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_TAGNAME_GENERIC - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_TAGNAME_MORE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_TAGNAME_PROBABLY_WRONG_NAMESPACE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_TAGNAME_SEPARATOR - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_TAGNAME_WRAPUP - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_BAD_TAGNAME_WRONG_NAMESPACE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_CONTENT_MODEL_IS_NULLSET - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_ELEMENT_NOT_ALLOWED - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_MISSING_ATTRIBUTE_GENERIC - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_MISSING_ATTRIBUTE_MORE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_MISSING_ATTRIBUTE_SEPARATOR - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_MISSING_ATTRIBUTE_SIMPLE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_MISSING_ATTRIBUTE_WRAPUP - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_NAMESPACE_NAMECLASS - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_NOT_NAMESPACE_NAMECLASS - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_SIMPLE_NAMECLASS - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_STRING_NOT_ALLOWED - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_UNCOMPLETED_CONTENT_MORE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_UNCOMPLETED_CONTENT_SEPARATOR - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_UNCOMPLETED_CONTENT_WRAPUP - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DIAG_UNDECLARED_ATTRIBUTE - static field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
DifferenceNameClass - class com.sun.msv.grammar.DifferenceNameClass
<difference> name class.
DivInGrammarState - class com.sun.msv.reader.trex.DivInGrammarState
Used to parse merged grammars.
DivInModuleState - class com.sun.msv.reader.relax.core.DivInModuleState
parses <div> element under <module> element.
DocumentBuilderFactoryImpl - class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
DocumentBuilderFactory implementation that supports validation.
DocumentBuilderFactoryImpl() - constructor for class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
Creates a new instance by using the default DocumentBuilderFactory implementation as the underlying parser.
DocumentBuilderFactoryImpl(DocumentBuilderFactory) - constructor for class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
Creates a new instance by specifying the underlying SAXParserFactory implementation.
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 - field 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).
Driver - class com.sun.msv.driver.textui.Driver
command line Verifier.
dt - field in class com.sun.msv.grammar.DataExp
datatype object that actually validates text.
dt - field in class com.sun.msv.grammar.ValueExp
Datatype object that is used to test the equality.
DTDEventListener - interface com.sun.msv.scanner.dtd.DTDEventListener
All DTD parsing events are signaled through this interface.
DTDFactoryImpl - class com.sun.msv.verifier.jarv.DTDFactoryImpl
DTDFactoryImpl() - constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
use the default SAXParser.
DTDFactoryImpl(SAXParserFactory) - constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
DTDHandlerBase - class com.sun.msv.scanner.dtd.DTDHandlerBase
do-nothing implementation of DTDEventHandler.
DTDParser - class com.sun.msv.scanner.dtd.DTDParser
This implements parsing of XML 1.0 DTDs.
DTDReader - class com.sun.msv.reader.dtd.DTDReader
constructs TREXGrammar object that exactly matches to the parsed DTD.
dumpRELAXGrammar(com.sun.msv.relaxns.grammar.RELAXGrammar) - static method in class com.sun.msv.driver.textui.Driver
dumpRELAXModule(com.sun.msv.grammar.relax.RELAXModule) - static method in class com.sun.msv.driver.textui.Driver
dumpTREX(com.sun.msv.grammar.trex.TREXGrammar) - static method in class com.sun.msv.driver.textui.Driver
dumpXMLSchema(com.sun.msv.grammar.xmlschema.XMLSchemaGrammar) - static method in class com.sun.msv.driver.textui.Driver
dumpXMLSchema(com.sun.msv.grammar.xmlschema.XMLSchemaSchema) - static method in class com.sun.msv.driver.textui.Driver

E

e - field in class com.sun.msv.writer.SAXRuntimeException
element(String) - method in class com.sun.msv.writer.XMLWriter
element(String,String[]) - method in class com.sun.msv.writer.XMLWriter
ElementDeclExp - class com.sun.msv.grammar.xmlschema.ElementDeclExp
Element declaration.
ElementDeclExp(com.sun.msv.grammar.xmlschema.XMLSchemaSchema,String) - constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp
elementDecls - field 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.
Base class for element related errors.
ElementErrorInfo(String,String,String) - constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
ElementExp - class com.sun.msv.grammar.ElementExp
Element declaration.
ElementExp(com.sun.msv.grammar.Expression,boolean) - constructor for class com.sun.msv.grammar.ElementExp
elementName - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
ElementPattern - class com.sun.msv.grammar.trex.ElementPattern
<element> pattern of TREX.
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.
ElementRule - class com.sun.msv.grammar.relax.ElementRule
ElementRule declaration of RELAX.
ElementRules - class com.sun.msv.grammar.relax.ElementRules
Set of ElementRule objects that share the label name.
elementRules - field in class com.sun.msv.grammar.relax.RELAXModule
map from label name to ElementRules object
ElementRuleWithHedgeState - class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
parses <elementRule> without 'type' attribute.
ElementRuleWithTypeState - class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
parses <elementRule> with 'type' attribute.
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 - class com.sun.msv.reader.trex.ng.ElementState
parses <element> pattern.
ElementToken - class com.sun.msv.verifier.regexp.ElementToken
a token that represents an XML element.
ElementToken(com.sun.msv.grammar.ElementExp[]) - constructor for class com.sun.msv.verifier.regexp.ElementToken
EmptyStringType - class com.sun.msv.grammar.relax.EmptyStringType
'emptyString' type of RELAX.
end(String) - method in class com.sun.msv.writer.XMLWriter
receives notification of the end of an attribute.
endAttributePart() - method in class 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.scanner.dtd.DTDEventListener
Receive notification that the CDATA section finished.
endCDATA() - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification that the CDATA section finished.
endCDATA() - method in class com.sun.msv.reader.dtd.DTDReader
endChildIsland(String,ElementDecl[]) - method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
endContentModel(String,short) - method in class 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
receives notification that parsing of content model is finished.
endContentModel(String,short) - method in class com.sun.msv.reader.dtd.DTDReader
endDocument() - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 end document event.
endDocument() - method in class com.sun.msv.util.xml.DocumentFilter
endDocument() - method in class com.sun.msv.reader.util.ForkContentHandler
endDocument() - method in class com.sun.msv.verifier.identity.IDConstraintChecker
endDocument() - method in class com.sun.msv.reader.IgnoreState
endDocument() - method in class com.sun.msv.relaxns.reader.NamespaceState
endDocument() - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
endDocument() - method in class com.sun.msv.reader.SimpleState
endDocument() - method in class com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the end of a document.
endDocument() - method in class com.sun.msv.verifier.psvi.TypeDetector
endDocument() - method in class com.sun.msv.verifier.Verifier
endDocument() - method in class com.sun.msv.verifier.VerifierFilter
endDTD() - method in class com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of the end of a DTD.
endDTD() - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification of the end of a DTD.
endDTD() - method in class com.sun.msv.reader.dtd.DTDReader
endElement(String) - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 end element event.
endElement(String) - method in class com.sun.msv.util.xml.DocumentFilter
endElement(String,String,String) - method in class com.sun.msv.verifier.AbstractVerifier
endElement(String,String,String) - method in class com.sun.msv.util.xml.DOMBuilder
endElement(String,String,String) - method in class com.sun.msv.reader.util.ForkContentHandler
endElement(String,String,String) - method in class com.sun.msv.verifier.identity.IDConstraintChecker
endElement(String,String,String) - method in class com.sun.msv.reader.IgnoreState
endElement(String,String,String) - method in class com.sun.msv.relaxns.reader.NamespaceState
endElement(String,String,String) - method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
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.SimpleState
endElement(String,String,String) - method in class com.sun.msv.reader.trex.TREXBaseReader
endElement(String,String,String) - method in class com.sun.msv.verifier.psvi.TypeDetector
endElement(String,String,String) - method in class com.sun.msv.verifier.Verifier
endElement(String,String,String) - method in class com.sun.msv.verifier.VerifierFilter
receives notification of the end of an element.
endIsland() - method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
endModelGroup(short) - method in class com.sun.msv.scanner.dtd.DTDEventListener
endModelGroup(short) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
endModelGroup(short) - method in class com.sun.msv.reader.dtd.DTDReader
endPrefixMapping(String) - method in class com.sun.msv.verifier.AbstractVerifier
endPrefixMapping(String) - method in class com.sun.msv.reader.util.ForkContentHandler
endPrefixMapping(String) - method in class com.sun.msv.reader.GrammarReader
endPrefixMapping(String) - method in class com.sun.msv.reader.State
endPrefixMapping(String) - method in class com.sun.msv.verifier.VerifierFilter
endSelf() - method in class com.sun.msv.reader.trex.GrammarState
endSelf() - method in class com.sun.msv.reader.trex.ng.IncludeMergeState
this method is called in endElement method when the state is about to be removed.
endSelf() - method in class com.sun.msv.reader.trex.NameClassState
this method is called in endElement method when the state is about to be removed.
epsilon - static field in class com.sun.msv.grammar.Expression
Special expression object that represents epsilon (ε).
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.DataExp
equals(Object) - method in class com.sun.msv.grammar.ElementExp
equals(Object) - method in class com.sun.msv.grammar.relax.ElementRules
equals(Object) - method in class com.sun.msv.grammar.Expression
equals(Object) - method in class com.sun.msv.grammar.relax.HedgeRules
equals(Object) - method in class com.sun.msv.grammar.OtherExp
equals(Object) - method in class com.sun.msv.grammar.ReferenceExp
equals(Object) - method in class com.sun.msv.util.StringPair
equals(Object) - method in class com.sun.msv.grammar.UnaryExp
equals(Object) - method in class com.sun.msv.grammar.ValueExp
ERR_BAD_ATTRIBUTE_VALUE - static field in class com.sun.msv.reader.GrammarReader
ERR_BAD_COMBINE - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_BAD_DATA_VALUE - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_BAD_FACET - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_BAD_TYPE - static field in class com.sun.msv.reader.GrammarReader
ERR_BAD_XPATH - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_CHARACTERS - static field in class com.sun.msv.reader.GrammarReader
ERR_COMBINE_MISSING - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_CONFLICTING_ATTRIBUTES - static field in class com.sun.msv.reader.GrammarReader
ERR_DATATYPE_ALREADY_DEFINED - static field in class com.sun.msv.reader.GrammarReader
ERR_DISALLOWED_ATTRIBUTE - static field in class com.sun.msv.reader.GrammarReader
ERR_DOUBLE_MATCH - static field in class com.sun.msv.verifier.identity.IDConstraintChecker
ERR_DUPLICATE_ATTRIBUTE_DEFINITION - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_DUPLICATE_ATTRIBUTE_GROUP_DEFINITION - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_DUPLICATE_COMPLEXTYPE_DEFINITION - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_DUPLICATE_DEFINITION - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_DUPLICATE_ELEMENT_DEFINITION - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_DUPLICATE_GROUP_DEFINITION - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_DUPLICATE_ID - static field in class com.sun.msv.verifier.Verifier
ERR_DUPLICATE_IDENTITY_CONSTRAINT_DEFINITION - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_DUPLICATE_SCHEMA_DEFINITION - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_EXPROTED_HEDGERULE_CONSTRAINT - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_FRAGMENT_IDENTIFIER - static field in class com.sun.msv.reader.GrammarReader
ERR_ID_ABUSE - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_ID_ABUSE_1 - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_ILLEGAL_FINAL_VALUE - static field in class com.sun.msv.reader.GrammarReader
ERR_ILLEGAL_OCCURS - static field in class com.sun.msv.reader.relax.RELAXReader
ERR_IMPORTING_SAME_NAMESPACE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_INCONSISTENT_COMBINE - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_INCONSISTENT_KEY_TYPE - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_INCONSISTENT_TARGET_NAMESPACE - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_INCONSISTENT_TARGETNAMESPACE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_INFOSET_URI_ATTRIBUTE - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_INLINEMODULE_NOT_FOUND - static field in class com.sun.msv.relaxns.reader.RELAXNSReader
ERR_INTERLEAVED_ANYSTRING - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_INTERLEAVED_STRING - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_INVALID_BASETYPE_FOR_SIMPLECONTENT - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_INVALID_PARAMETERS - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_KEY_FIELD_NUMBER_MISMATCH - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_KEYREF_REFERRING_NON_KEY - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_LABEL_COLLISION - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_LOAD_GRAMMAR - static field in class com.sun.msv.driver.textui.Driver
ERR_MALPLACED_ELEMENT - static field in class com.sun.msv.reader.GrammarReader
ERR_MAXOCCURS_IS_NECESSARY - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_MISPLACED_OCCURS - static field in class com.sun.msv.reader.relax.RELAXReader
ERR_MISSING_ATTRIBUTE - static field in class com.sun.msv.reader.GrammarReader
ERR_MISSING_ATTRIBUTE - static field in class com.sun.msv.verifier.Verifier
ERR_MISSING_ATTRIBUTE_2 - static field in class com.sun.msv.reader.GrammarReader
ERR_MISSING_CHILD_EXPRESSION - static field in class com.sun.msv.reader.GrammarReader
ERR_MISSING_CHILD_NAMECLASS - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_MISSING_CHILD_TYPE - static field in class com.sun.msv.reader.GrammarReader
ERR_MISSING_TARGET_NAMESPACE - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_MISSING_TOPLEVEL - static field in class com.sun.msv.reader.GrammarReader
ERR_MORE_THAN_ONE_CHILD_EXPRESSION - static field in class com.sun.msv.reader.GrammarReader
ERR_MORE_THAN_ONE_CHILD_TYPE - static field in class com.sun.msv.reader.GrammarReader
ERR_MORE_THAN_ONE_INLINE_TAG - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_MORE_THAN_ONE_NAMECLASS - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_MULTIPLE_ATTPOOL_DECLARATIONS - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_MULTIPLE_ATTRIBUTE_CONSTRAINT - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_MULTIPLE_EXCEPT - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_MULTIPLE_TAG_DECLARATIONS - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_NAKED_INFINITE_ATTRIBUTE_NAMECLASS - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_NAMESPACE_COLLISION - static field in class com.sun.msv.relaxns.reader.RELAXNSReader
ERR_NAMESPACE_NOT_SUPPROTED - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_NON_NILLABLE_ELEMENT - static field in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
ERR_NONEXISTENT_PARENT_GRAMMAR - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_NOT_ABSOLUTE_URI - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_NOT_SUBSTITUTABLE_TYPE - static field in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
ERR_NOT_UNIQUE - static field in class com.sun.msv.verifier.identity.IDConstraintChecker
ERR_NOT_UNIQUE_DIAG - static field in class com.sun.msv.verifier.identity.IDConstraintChecker
ERR_RECURSIVE_DATATYPE - static field in class com.sun.msv.reader.GrammarReader
ERR_RECURSIVE_INCLUDE - static field in class com.sun.msv.reader.GrammarReader
ERR_RECURSIVE_SUBSTITUTION_GROUP - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_REDEFINE_UNDEFINED - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_REDEFINING_UNDEFINED - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_REPEATED_STRING - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_ROLE_COLLISION - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_RUNAWAY_EXPRESSION - static field in class com.sun.msv.reader.GrammarReader
ERR_SEQUENCED_STRING - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_TOPLEVEL_PARTICLE_MUST_BE_RELAX_CORE - static field in class com.sun.msv.relaxns.reader.RELAXNSReader
ERR_UNCOMPLETED_CONTENT - static field in class com.sun.msv.verifier.Verifier
ERR_UNDECLARED_PREFIX - static field in class com.sun.msv.reader.dtd.DTDReader
ERR_UNDECLARED_PREFIX - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_UNDECLARED_PREFIX - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_ATTPOOL - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_UNDEFINED_ATTRIBUTE_DECL - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_ATTRIBUTE_GROUP - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_COMPLEX_OR_SIMPLE_TYPE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_COMPLEX_TYPE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_DATATYPE - static field in class com.sun.msv.reader.GrammarReader
ERR_UNDEFINED_DATATYPE_1 - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_UNDEFINED_ELEMENT - static field in class com.sun.msv.reader.dtd.DTDReader
ERR_UNDEFINED_ELEMENT_DECL - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_ELEMENTRULE - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_UNDEFINED_ELEMENTTYPE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_GROUP - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_HEDGERULE - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_UNDEFINED_KEY - static field in class com.sun.msv.verifier.identity.IDConstraintChecker
ERR_UNDEFINED_KEY - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_UNDEFINED_KEY - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_NAMESPACE - static field in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
ERR_UNDEFINED_OR_FORWARD_REFERENCED_TYPE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_PATTERN - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_UNDEFINED_SCHEMA - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_SIMPLE_TYPE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNDEFINED_TAG - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
ERR_UNDEFINED_TYPE - static field in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
ERR_UNEXPECTED_ATTRIBUTE - static field in class com.sun.msv.verifier.Verifier
ERR_UNEXPECTED_ELEMENT - static field in class com.sun.msv.verifier.Verifier
ERR_UNEXPECTED_NAMESPACE - static field in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
ERR_UNEXPECTED_STARTTAG - static field in class com.sun.msv.verifier.Verifier
ERR_UNEXPECTED_TEXT - static field in class com.sun.msv.verifier.Verifier
ERR_UNEXPORTED_ATTRIBUTE_DECL - static field in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
ERR_UNEXPORTED_ELEMENT_DECL - static field in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
ERR_UNIMPLEMENTED_FEATURE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNKNOWN_DATATYPE_VOCABULARY - static field in class com.sun.msv.reader.trex.TREXBaseReader
ERR_UNKNOWN_DATATYPE_VOCABULARY_1 - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
ERR_UNKNOWN_LANGUAGE - static field in class com.sun.msv.relaxns.reader.RELAXNSReader
ERR_UNMATCHED_KEY_FIELD - static field in class com.sun.msv.verifier.identity.IDConstraintChecker
ERR_UNRELATED_TYPES_IN_SUBSTITUTIONGROUP - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
ERR_UNSOLD_IDREF - static field in class com.sun.msv.verifier.Verifier
ERR_UNSUPPROTED_ATTRIBUTES_IMPORT - static field in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
ERR_XMLNS_ATTRIBUTE - static field in class com.sun.msv.reader.trex.ng.RELAXNGReader
error(IOException,Locator) - method in class com.sun.msv.reader.Controller
error(Locator[],String,Exception) - method in class com.sun.msv.reader.Controller
error(Locator[],String,Exception) - method in class com.sun.msv.driver.textui.DebugController
error(Locator[],String,Exception) - method in class com.sun.msv.reader.GrammarReaderController
error(Locator[],String,Exception) - method in class com.sun.msv.reader.util.IgnoreController
error(ParserConfigurationException,Locator) - method in class com.sun.msv.reader.Controller
error(SAXException,Locator) - method in class com.sun.msv.reader.Controller
error(SAXParseException) - method in class com.sun.msv.reader.Controller
error(SAXParseException) - method in class 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.reader.dtd.DTDReader
error(SAXParseException) - method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
error(SAXParseException) - method in class com.sun.msv.verifier.util.ErrorHandlerImpl
error(SAXParseException) - method in class com.sun.msv.verifier.util.IgnoreErrorHandler
error(SAXParseException) - method in class com.sun.msv.driver.textui.ReportErrorHandler
error(String,Exception) - method in class com.sun.msv.reader.Controller
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.
ErrorInfo - class com.sun.msv.verifier.ErrorInfo
Instances of this class is attached to ValidityViolation to provide detailed information about the error.
errorSnapshot - field in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
escapeDisallowedChars(String) - static method in class com.sun.msv.util.Uri
except - field in class com.sun.msv.grammar.DataExp
'except' clause of RELAX NG.
excludeNamespace - field in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
exp - field in class com.sun.msv.grammar.AttributeExp
child expression
exp - field in class com.sun.msv.relaxns.grammar.DeclImpl
"meat" of this Rule.
exp - field in class com.sun.msv.grammar.OtherExp
child expression.
exp - field in class com.sun.msv.grammar.ReferenceExp
child expression.
exp - field in class com.sun.msv.grammar.UnaryExp
child expression.
exp1 - field in class com.sun.msv.grammar.BinaryExp
exp2 - field in class com.sun.msv.grammar.BinaryExp
Exportable - interface com.sun.msv.grammar.relax.Exportable
exportable Expression.
exported - field in class com.sun.msv.grammar.relax.AttPoolClause
a flag that indicates this elementRule is exported and therefore accessible from other modules.
exported - field in class com.sun.msv.grammar.relax.ElementRules
a flag that indicates this elementRule is exported and therefore accessible from other modules.
exported - field in class com.sun.msv.grammar.relax.HedgeRules
a flag that indicates this hedgeRule 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(com.sun.msv.grammar.relax.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.
ExpressionCloner - class com.sun.msv.grammar.ExpressionCloner
clones an expression.
ExpressionFinder - class com.sun.msv.grammar.util.ExpressionFinder
Base class for "finding" something from 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() - constructor for class com.sun.msv.grammar.ExpressionPool
ExpressionPool(com.sun.msv.grammar.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.
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.
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.
State that parses Expression which contains other expressions.
Base implementation for those states who cannot have any children.
EXTENSION - static field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
EXTENSION - static field in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
ExternalAttributeExp - class com.sun.msv.relaxns.grammar.ExternalAttributeExp
place holder for imported attributes declaration.
ExternalElementExp - class com.sun.msv.relaxns.grammar.ExternalElementExp
place holder for imported element declaration.
externalEntityResolver - field 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.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
Receive notification of an external parsed general entity declaration event.
externalGeneralEntityDecl(String,String,String) - method in class com.sun.msv.reader.dtd.DTDReader
Receive notification of an external parameter entity declaration event.
externalParameterEntityDecl(String,String,String) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification of an external parameter entity declaration event.
externalParameterEntityDecl(String,String,String) - method in class com.sun.msv.reader.dtd.DTDReader

F

facetNames - static field 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.
FacetStateParent - interface com.sun.msv.reader.datatype.xsd.FacetStateParent
Interface implemented by the parent state of FacetState.
FactoryImpl - class com.sun.msv.verifier.jarv.FactoryImpl
base implementation of RELAXFactoryImpl and TREXFactoryImpl
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.reader.Controller
fatalError(SAXParseException) - method in class 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.reader.dtd.DTDReader
fatalError(SAXParseException) - method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
fatalError(SAXParseException) - method in class com.sun.msv.verifier.util.ErrorHandlerImpl
fatalError(SAXParseException) - method in class com.sun.msv.verifier.util.IgnoreErrorHandler
fatalError(SAXParseException) - method in class com.sun.msv.driver.textui.ReportErrorHandler
Field - class com.sun.msv.grammar.xmlschema.Field
represents one field of an identity constraint.
FieldMatcher - class com.sun.msv.verifier.identity.FieldMatcher
XPath matcher that tests one field of a key.
fields - field in class com.sun.msv.grammar.xmlschema.IdentityConstraint
fields of this constraint.
FieldsMatcher - class com.sun.msv.verifier.identity.FieldsMatcher
Coordinator of FieldMatcher.
finalValue - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
The final property of this schema component, implemented as a bit field.
finalValue - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
The substitution group exclusions property of this schema component, implemented as a bit field.
finish() - method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
This method should be called when all the schemas are parsed.
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
FRAGMENT - static field 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 field in class com.sun.msv.grammar.util.ExpressionPrinter
fromGrammar(com.sun.msv.grammar.Grammar) - static method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
creates SchemaProvider from generic Grammar (including TREX/RELAX Core)

G

computes a combined child content pattern and (,if possible,) its continuation.
computes a combined child content pattern and its continuation, with error recovery.
get(String) - method in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
obtains an DataTypeVocabulary associated to the namespace.
get(String) - method in class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
get(String) - method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
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.xmlschema.XMLSchemaSchema.AttributeDeclContainer
get(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
get(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
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.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
getAll() - method in class com.sun.msv.grammar.ReferenceContainer
obtains all items in this container.
getAttribute(String) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
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
getAttributeWildcard() - method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
getAttributeWildcard() - method in class com.sun.msv.grammar.xmlschema.AttWildcardExp
Gets the attribute wildcard property of this schema component.
getAttributeWildcard() - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
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
getBaseUri() - method in class com.sun.msv.verifier.AbstractVerifier
getBaseUri() - method in class com.sun.msv.reader.GrammarReader
getBaseUri() - method in class com.sun.msv.grammar.util.IDContextProviderWrapper
getBaseURI() - method in class com.sun.msv.reader.State
getBlock() - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
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.XMLSchemaTypeExp
gets the value of the block constraint.
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.AttributeGroupExp
clone this object.
getClone() - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
clone this object.
getClone() - method in class com.sun.msv.grammar.xmlschema.GroupDeclExp
clone this object.
getClone() - method in class com.sun.msv.grammar.xmlschema.RedefinableExp
clones this object.
getClone() - method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
clone this object.
getClone() - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Gets a clone of this object.
getCollapsedAttribute(String) - method in class com.sun.msv.util.StartTagInfo
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
getContentModel() - method in class com.sun.msv.grammar.AttributeExp
getContentModel() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the pattern that represents the content model of this element declaration.
getContentModel() - method in class com.sun.msv.grammar.ElementExp
getContentModel() - method in class com.sun.msv.grammar.NameClassAndExpression
getController() - method in class com.sun.msv.reader.util.GrammarLoader
getCore() - method in class com.sun.msv.reader.Controller
getCreatedType() - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Gets a encapsulated datatype object This method can be called only after all the datatypes are created.

Some of the datatypes are lazily during the back-patching phase.

getCurrentDatatypeLibrary() - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
getCurrentElementType() - method in class com.sun.msv.verifier.IVerifier
returns current element type.
getCurrentElementType() - method in class com.sun.msv.verifier.Verifier
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.
getDatatype() - method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
Gets the encapsulated Datatype object.
getDatatypeLibraryFactory() - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
Returns the datatypeLibraryFactory.
getDeclaredLocationOf(Object) - method in class com.sun.msv.reader.dtd.DTDReader
getDeclaredLocationOf(Object) - method in class com.sun.msv.reader.GrammarReader
getDefaultedAttribute(String,String) - method in class com.sun.msv.util.StartTagInfo
getDocument() - method in class com.sun.msv.util.xml.DOMBuilder
returns DOM.
getDocumentHandler() - method in class com.sun.msv.writer.XMLWriter
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
getElementExp() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
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.
getEntityResolver() - method in class com.sun.msv.scanner.dtd.DTDParser
Returns the object used to resolve entities
getEntityResolver() - method in class com.sun.msv.verifier.jarv.FactoryImpl
getErrorHandler() - method in class com.sun.msv.verifier.IVerifier
getErrorHandler() - method in class com.sun.msv.verifier.Verifier
getErrorHandler() - method in class com.sun.msv.verifier.VerifierFilter
getErrorInfo() - method in class com.sun.msv.verifier.ValidityViolation
Gets the detailed error information, if any.
Gets the expression after removing all ReferenceExps, until child AttributeExp or ElementExp.
getExpression() - method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
gets the residual content model.
getFeature(String) - method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
getFeature(String) - method in class com.sun.msv.relaxns.grammar.DeclImpl
getFeature(String) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
getFeature(String) - method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
getFinalValue(String) - method in class com.sun.msv.reader.datatype.xsd.SimpleTypeState
parses final attribute
getIncubator() - method in class com.sun.msv.reader.relax.core.AttributeState
gets an incubator object that the owner holds.
getIncubator() - method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
gets an incubator object that the owner holds.
getIncubator() - method in class 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.InlineElementState
getIncubator() - method in class com.sun.msv.reader.datatype.xsd.RestrictionState
gets an incubator object that the owner holds.
getIncubator() - method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
gets an incubator object that the owner holds.
getInputEntity(com.sun.msv.scanner.dtd.DTDEventListener,Locale) - static method in class com.sun.msv.scanner.dtd.InputEntity
getInputSource(String) - static method in class com.sun.msv.util.Util
Gets an InputSource from a string, which contains either a file name or an URL.
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
getLastCharacterType() - method in class com.sun.msv.verifier.IVerifier
gets DataType that validated the last characters.
getLastCharacterType() - method in class com.sun.msv.verifier.Verifier
gets DataType that validated the last characters.
getLastCharacterType() - method in class com.sun.msv.verifier.VerifierFilter
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 class 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(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,parameters[]) - 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.
getName() - method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
getName() - method in class com.sun.msv.grammar.xmlschema.AttributeWildcard
Gets the target of the name class.
getName() - method in class com.sun.msv.grammar.DataExp
getName() - method in class com.sun.msv.grammar.DataOrValueExp
getName() - method in class com.sun.msv.relaxns.grammar.DeclImpl
getName() - method in class com.sun.msv.scanner.dtd.InputEntity
getName() - method in class com.sun.msv.grammar.ValueExp
getNameChar() - method in class com.sun.msv.scanner.dtd.InputEntity
returns the next name char, or NUL ...
getNameClass() - method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
obtains a constraint over tag name.
getNameClass() - method in class com.sun.msv.grammar.AttributeExp
getNameClass() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
obtains a constraint over tag name.
getNameClass() - method in class com.sun.msv.grammar.ElementExp
obtains a constraint over tag name.
getNameClass() - method in class com.sun.msv.grammar.trex.ElementPattern
obtains a constraint over tag name.
getNameClass() - method in class com.sun.msv.grammar.relax.ElementRule
obtains a constraint over tag name.
getNameClass() - method in class com.sun.msv.relaxns.grammar.ExternalElementExp
obtains a constraint over tag name.
getNameClass() - method in class com.sun.msv.grammar.NameClassAndExpression
getOrCreate(String) - method in class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
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.trex.TREXGrammar.RefContainer
getOrCreate(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
getOrCreate(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
getOrCreate(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
getOrCreate(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
getOrCreate(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
getOrCreate(String) - method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
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 class com.sun.msv.reader.GrammarReader.BackPatch
gets State object who has submitted this patch job.
getOwnerState() - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
getOwnerType() - method in class 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
gets the "type" object for which this acceptor is working.
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.
getParentState() - method in class com.sun.msv.reader.State
getPool() - method in class com.sun.msv.grammar.Grammar
gets ExpressionPool object which was used to construct this grammar.
getPool() - method in class com.sun.msv.reader.util.GrammarLoader
getPool() - method in class com.sun.msv.relaxns.grammar.RELAXGrammar
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
getProcessMode() - method in class com.sun.msv.grammar.xmlschema.AttributeWildcard
Gets the processing model of the wildcard.
getProperty(String) - method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
getProperty(String) - method in class com.sun.msv.relaxns.grammar.DeclImpl
getProperty(String) - method in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
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
getReader() - method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
getRef() - method in class com.sun.msv.reader.trex.DefineState
Obtains a ReferenceExp that represents the target pattern block.
getReferer(Object) - method in class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
gets all the refer who have a reference to this object.
getRELAXCoreSchema4Schema() - static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
getRELAXNGSchema4Schema() - static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
getResult() - method in class com.sun.msv.reader.dtd.DTDReader
Obtains the parsed grammar object.
getResult() - method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
Obtains the parsed grammar.
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.relaxns.reader.RELAXNSReader
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
getResultAsGrammar() - method in class com.sun.msv.reader.GrammarReader
gets the parsed AGM.
getResultAsGrammar() - method in class com.sun.msv.reader.relax.core.RELAXCoreReader
gets the parsed AGM.
getResultAsGrammar() - method in class com.sun.msv.relaxns.reader.RELAXNSReader
gets the parsed AGM.
getResultAsGrammar() - method in class com.sun.msv.reader.trex.TREXBaseReader
gets the parsed AGM.
getResultAsGrammar() - method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
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.
getStartTag() - method in class com.sun.msv.reader.State
getStrictCheck() - method in class com.sun.msv.reader.util.GrammarLoader
getStringCareLevel() - method in class com.sun.msv.verifier.Acceptor
gets how this acceptor handles characters.
getStringCareLevel() - method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
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.ComplexTypeExp
gets the target namespace property of this component as specified in the spec.
getTargetNamespace() - method in class com.sun.msv.writer.relaxng.Context
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.writer.relaxng.RELAXNGWriter
getTargetNamespace() - method in class com.sun.msv.reader.trex.TREXBaseReader
getTargetNamespaceUri() - method in class com.sun.msv.reader.xmlschema.AttributeState
Returns the target namespace URI of newly created simple types.
getTargetNamespaceUri() - method in class com.sun.msv.reader.relax.core.DivInModuleState
Returns the target namespace URI of newly created simple types.
getTargetNamespaceUri() - method in class com.sun.msv.reader.xmlschema.GlobalDeclState
getTargetNamespaceUri() - method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
Returns the target namespace URI of newly created simple types.
getTargetNamespaceUri() - method in class com.sun.msv.reader.datatype.xsd.XSTypeOwner
Returns the target namespace URI of newly created simple types.
getTopLevel() - method in class com.sun.msv.grammar.Grammar
gets top-level expression.
getTopLevel() - method in class com.sun.msv.relaxns.grammar.RELAXGrammar
getTopLevel() - method in class com.sun.msv.grammar.relax.RELAXModule
getTopLevel() - method in class com.sun.msv.grammar.trex.TREXGrammar
gets the start pattern.
getTopLevel() - method in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
getType() - method in class com.sun.msv.grammar.DataExp
getType() - method in class com.sun.msv.grammar.DataOrValueExp
getType() - method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
gets the XSDatatypeExp object that represents this simple type.
getType() - method in class com.sun.msv.grammar.ValueExp
Gets the type definition.
getType(String) - method in class 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
resolves a type name to Datatype object.
getTypeDefinition() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the type definition property of this schema component.
getVerifier() - method in class com.sun.msv.verifier.VerifierFilter
getWriter() - method in class com.sun.msv.writer.relaxng.Context
getWriter() - method in class com.sun.msv.writer.relaxng.RELAXNGWriter
getXmlSchemaForXmlSchema() - static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
GlobalDeclState - class com.sun.msv.reader.xmlschema.GlobalDeclState
State that parses global declarations.
Grammar - interface com.sun.msv.grammar.Grammar
base interface of the "grammar".
grammar - field in class com.sun.msv.relaxns.reader.RELAXNSReader
RELAX grammar that is currentlt being loaded
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.
GrammarReaderController - interface com.sun.msv.reader.GrammarReaderController
Event notification interface for controlling grammar parsing process.
GrammarState - class com.sun.msv.reader.trex.GrammarState
parses <grammar> element.
GrammarState - class com.sun.msv.reader.trex.ng.GrammarState
parses <grammar> element.
GrammarState - class com.sun.msv.relaxns.reader.GrammarState
parses <grammar> element.
GrammarWriter - interface com.sun.msv.writer.GrammarWriter
Converter from AGM to the XML representation.
GroupDeclExp - class com.sun.msv.grammar.xmlschema.GroupDeclExp
model group declaration.
GroupDeclExp(String) - constructor for class com.sun.msv.grammar.xmlschema.GroupDeclExp
groupDecls - field 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.

H

hadError - field in class com.sun.msv.driver.textui.ReportErrorHandler
hadError() - method in class com.sun.msv.reader.Controller
Returns true if an error had been reported.
hasFragmentId(String) - static method in class com.sun.msv.util.Uri
hashCode() - method in class com.sun.msv.grammar.Expression
hashCode() - method in class com.sun.msv.util.StringPair
HedgeRefState - class com.sun.msv.reader.relax.HedgeRefState
parses <hedgeRef label="..." /> element.
HedgeRuleBaseState - class com.sun.msv.reader.relax.HedgeRuleBaseState
Base implementation for HedgeRuleState and TopLevelState.
HedgeRules - class com.sun.msv.grammar.relax.HedgeRules
hedgeRule of RELAX module.
hedgeRules - field in class com.sun.msv.grammar.relax.RELAXModule
map from label name to HedgeRules object
HedgeRuleState - class com.sun.msv.reader.relax.core.HedgeRuleState
parses <hedgeRule> element this class is used as the base class of TopLevelState

I

IdAbuseChecker - class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
makes sure that ID/IDREF are not abused.
IDConstraintChecker - class com.sun.msv.verifier.identity.IDConstraintChecker
Verifier with XML Schema-related enforcement.
IDContextProvider - interface com.sun.msv.grammar.IDContextProvider
ValidationContextProvider that supports limited ID/IDREF implementation.
IDContextProvider2 - interface com.sun.msv.grammar.IDContextProvider2
ValidationContextProvider that supports limited ID/IDREF implementation.
IDContextProviderWrapper - class com.sun.msv.grammar.util.IDContextProviderWrapper
Wraps IDContextProvider so that it can be used where IDContextProvider2 is expected.
IdentityConstraint - class com.sun.msv.grammar.xmlschema.IdentityConstraint
represents an identity constraint.
identityConstraints - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
identity constraints associated to this declaration.
identityConstraints - field 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.
ignorableWhitespace(ch[],int,int) - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 ignorable whitespace event.
ignorableWhitespace(ch[],int,int) - method in class com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class com.sun.msv.reader.dtd.DTDReader
ignorableWhitespace(ch[],int,int) - method in class com.sun.msv.reader.util.ForkContentHandler
ignorableWhitespace(ch[],int,int) - method in class com.sun.msv.verifier.VerifierFilter
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.reader.trex.ng.DataParamState
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.util.xml.DocumentFilter
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.util.xml.DOMBuilder
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.reader.trex.NameClassNameState
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.reader.State
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.reader.trex.classic.StringState
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.verifier.psvi.TypeDetector
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.reader.trex.ng.ValueState
ignorableWhitespace(char[],int,int) - method in class com.sun.msv.verifier.Verifier
whitespace in markup (flagged to app, discardable)

the document handler's ignorableWhitespace() method is called on all the whitespace found

IgnoreController - class com.sun.msv.reader.util.IgnoreController
Default implementation of GrammarReaderController.
IgnoreErrorHandler - class com.sun.msv.verifier.util.IgnoreErrorHandler
do-nothing implementation of ErrorHandler.
IgnoreState - class com.sun.msv.reader.IgnoreState
state that ignores the entire subtree.
ignoreUndeclaredAttributes - field in class com.sun.msv.grammar.ElementExp
a flag that indicates undeclared attributes should be ignored.
ImportState - class com.sun.msv.reader.xmlschema.ImportState
used to parse <import> element.
IncludeGrammarState - class com.sun.msv.relaxns.reader.IncludeGrammarState
parses <include> element of RELAX Namespace.
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.
IncludeModuleState - class com.sun.msv.reader.relax.core.IncludeModuleState
parses <include> element of RELAX Core.
includeNamespace - field in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
IncludePatternState - class com.sun.msv.reader.trex.IncludePatternState
<include> element in the pattern.
includes(com.sun.msv.grammar.NameClass) - method in class com.sun.msv.grammar.NameClass
Returns true if this name class is a superset of another name class.
IncludeState - class com.sun.msv.reader.xmlschema.IncludeState
used to parse <include> element.
This error occurs when MSV sees an end tag unexpectedly.
InlineElementState - class com.sun.msv.reader.relax.core.InlineElementState
parses <element> element.
InlineTagState - class com.sun.msv.reader.relax.core.InlineTagState
parses <tag> element inlined in <elementRule>
InputEntity - class com.sun.msv.scanner.dtd.InputEntity
This is how the parser talks to its input entities, of all kinds.
InterfaceState - class com.sun.msv.reader.relax.core.InterfaceState
parses <interface> element and <div> in interface.
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.
internalGeneralEntityDecl(String,String) - method in class 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
Receive notification of a internal general entity declaration event.
internalGeneralEntityDecl(String,String) - method in class com.sun.msv.reader.dtd.DTDReader
internalParameterEntityDecl(String,String) - method in class 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
Receive notification of a internal parameter entity declaration event.
internalParameterEntityDecl(String,String) - method in class com.sun.msv.reader.dtd.DTDReader
Computes the intersection of two name classes.
isAbsolute(String) - static method in class com.sun.msv.util.Uri
isAbsoluteURI(String) - static method in class com.sun.msv.util.Util
Checks if a given string is an absolute URI if it is an URI.
isAbstract() - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
checks if this complex type is abstract.
isAbstract() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
checks if this element declaration is abstract.
isAcceptState(com.sun.msv.util.StringRef) - method in class com.sun.msv.verifier.Acceptor
checks if this Acceptor is satisifed.
isAcceptState(com.sun.msv.util.StringRef) - method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
checks if this Acceptor is satisifed
isAnnotationCompatible - field in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
the compatibility property of the annotation feature.
isAnyDescendant - field 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.
isCoalescing() - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
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.
isDefaultAttributeValueCompatible - field in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
the compatibility property of the default attribute feature.
isDefined() - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
implementation detail.
isDefined() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
isDefined() - method in class com.sun.msv.grammar.ReferenceExp
checks if this ReferenceExp is properly defined.
Checks if this type is a derived type of the specified type.
isDerivedTypeOf(XSDatatype,int) - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
isDocument() - method in class com.sun.msv.scanner.dtd.InputEntity
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.
isEqualTo(com.sun.msv.grammar.NameClass) - method in class com.sun.msv.grammar.NameClass
Returns true if this name class represents the same set as the given name class.
isExpandEntityReference() - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
isExported() - method in class com.sun.msv.grammar.relax.AttPoolClause
isExported() - method in class com.sun.msv.grammar.relax.ElementRules
isExported() - method in class com.sun.msv.grammar.relax.Exportable
isExported() - method in class com.sun.msv.grammar.relax.HedgeRules
isFacetApplicable(String) - method in class com.sun.msv.grammar.relax.EmptyStringType
isFacetApplicable(String) - method in class com.sun.msv.grammar.relax.NoneType
isFeature(String) - method in class com.sun.msv.verifier.jarv.FactoryImpl
isGlobal() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
gets the scope property of this component as specified in the spec.
isGlobal() - method in class com.sun.msv.reader.xmlschema.ElementDeclState
Returns true if this element declaration is a global element declaration.
isIDcompatible - field in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
the compatibility property of the ID/IDREF feature.
isIgnoringComments() - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
isIgnoringElementContentWhitespace() - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
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
IslandSchemaImpl - class com.sun.msv.relaxns.verifier.IslandSchemaImpl
base implementation of IslandSchema for MSV.
isLateBind() - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
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.
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.
isNamespaceAware() - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
isNamespaceAware() - method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
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.
isNillable - field 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.
isNotation(String) - method in class com.sun.msv.verifier.AbstractVerifier
isNotation(String) - method in class com.sun.msv.reader.GrammarReader
isNotation(String) - method in class com.sun.msv.grammar.util.IDContextProviderWrapper
isNull() - method in class com.sun.msv.grammar.NameClass
Returns true if this name class doesn't accept anything.
isParameterEntity() - method in class com.sun.msv.scanner.dtd.InputEntity
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.
isRestrictionBlocked() - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
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.verifier.AbstractVerifier
isUnparsedEntity(String) - method in class com.sun.msv.reader.dtd.DTDReader
isUnparsedEntity(String) - method in class com.sun.msv.reader.GrammarReader
isUnparsedEntity(String) - method in class com.sun.msv.grammar.util.IDContextProviderWrapper
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.
isValid() - method in class com.sun.msv.verifier.IVerifier
checks if the document was valid.
isValid() - method in class com.sun.msv.verifier.Verifier
checks if the document was valid.
isValid() - method in class com.sun.msv.verifier.VerifierFilter
isValid(String) - static method in class com.sun.msv.util.Uri
isValidating() - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
isValidating() - method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
itemExp - field in class com.sun.msv.grammar.xmlschema.OccurrenceExp
The unit of repetition.
iterateAttributesDecls() - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
iterateElementDecls() - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
iterateInscopeNamespaces() - method in class com.sun.msv.reader.GrammarReader
Iterates Map.Entry objects which has the prefix as key and the namespace URI as value.
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
IVerifier - interface com.sun.msv.verifier.IVerifier
Interface of verifier.

K

key - field in class com.sun.msv.grammar.xmlschema.KeyRefConstraint
corresponding key constraint.
KeyConstraint - class com.sun.msv.grammar.xmlschema.KeyConstraint
key constraint.
KeyRefConstraint - class com.sun.msv.grammar.xmlschema.KeyRefConstraint
keyref constraint.

L

label - field in class com.sun.msv.grammar.trex.typed.TypedElementPattern
label of this element.
LABEL_NAMESPACE - static field in class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
LAX - static field in class com.sun.msv.grammar.xmlschema.AttributeWildcard
LaxDefaultNameClass - class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
Special name class implementation used for the wild card of the "lax" mode.
LaxDefaultNameClass(com.sun.msv.grammar.NameClass) - constructor for class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
LightStack - class com.sun.msv.util.LightStack
light-weight stack implementation.
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.
literal - field in class com.sun.msv.verifier.ErrorInfo.BadText
The actual text that caused the error.
literal - field in class com.sun.msv.verifier.regexp.StringToken
loadSchema(InputSource) - static method in class com.sun.msv.reader.util.GrammarLoader
returns a thread-safe AGM object, depending on the language used.
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,com.sun.msv.reader.GrammarReaderController) - static method in class com.sun.msv.reader.util.GrammarLoader
returns a thread-safe AGM object, depending on the language used.
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(String) - static method in class com.sun.msv.reader.util.GrammarLoader
parses the specified schema and returns the result as a VGM.
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) - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
localize(String) - static method in class com.sun.msv.relaxns.grammar.relax.Localizer
localize(String,Object) - static method in class com.sun.msv.driver.textui.Driver
localize(String,Object) - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
localize(String,Object) - static method in class com.sun.msv.relaxns.grammar.relax.Localizer
localize(String,Object,Object) - static method in class com.sun.msv.driver.textui.Driver
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.relaxns.grammar.relax.Localizer
localize(String,Object[]) - static method in class com.sun.msv.driver.textui.Driver
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.relaxns.grammar.relax.Localizer
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,Object) - method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
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[]) - method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
Localizer - class com.sun.msv.relaxns.grammar.relax.Localizer
localizes messages
localName - field in class com.sun.msv.verifier.regexp.AttributeToken
localName - field in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
localName - field in class com.sun.msv.grammar.xmlschema.IdentityConstraint
local name of the identity constraint.
localName - field in class com.sun.msv.grammar.dtd.LocalNameClass
localName - field in class com.sun.msv.grammar.SimpleNameClass
localName - field in class com.sun.msv.util.StartTagInfo
localName - field in class com.sun.msv.util.StringPair
LOCALNAME_WILDCARD - static field 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 - field in class com.sun.msv.reader.GrammarReader
document Locator that is given by XML reader

M

MAGIC - static field in class com.sun.msv.grammar.util.PossibleNamesCollector
main(String[]) - static method in class com.sun.msv.driver.textui.Driver
Derives a new type by list.
makeUnion(String,String,Collection,com.sun.msv.reader.GrammarReader) - static method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Derives a new type by union.
match(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.AttributeToken
match(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.Token
match(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.StringToken
DataExp can consume this token if its datatype can accept this string
match(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.Token
returns true if the given DataExp can consume this token
match(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.AnyElementToken
match(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.ElementToken
match(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.Token
returns true if the given ElementExp can consume this token
match(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.StringToken
ListExp can consume this token if its pattern accepts this string
match(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.Token
returns true if the given ListExp can consume this token
match(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.StringToken
match(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.Token
matchAnyString() - method in class com.sun.msv.verifier.regexp.StringToken
matchAnyString() - method in class com.sun.msv.verifier.regexp.Token
returns true if anyString pattern can consume this token
matchedExp - field 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.
maxOccurs - field in class com.sun.msv.grammar.xmlschema.OccurrenceExp
Maximum occurence.
maybeWhitespace() - method in class com.sun.msv.scanner.dtd.InputEntity
optional grammatical whitespace (discarded)
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.
minOccurs - field in class com.sun.msv.grammar.xmlschema.OccurrenceExp
Minimum occurence.
Missing attribute.
MissingAttribute(String,String,String) - constructor for class com.sun.msv.verifier.ErrorInfo.MissingAttribute
mixedElement(String) - method in class 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
receives notification of child element of mixed content model.
mixedElement(String) - method in class com.sun.msv.reader.dtd.DTDReader
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.
moduleMap - field 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.
MSG_BAILOUT - static field in class com.sun.msv.driver.textui.Driver
MSG_DTDVALIDATION - static field in class com.sun.msv.driver.textui.Driver
MSG_ERROR - static field in class com.sun.msv.driver.textui.ReportErrorHandler
MSG_FAILED_TO_IGNORE_EXTERNAL_DTD - static field in class com.sun.msv.driver.textui.Driver
MSG_FATAL - static field in class com.sun.msv.driver.textui.ReportErrorHandler
MSG_INVALID - static field in class com.sun.msv.driver.textui.Driver
MSG_PARSER - static field in class com.sun.msv.driver.textui.Driver
MSG_PARSING_TIME - static field in class com.sun.msv.driver.textui.Driver
MSG_START_PARSING_GRAMMAR - static field in class com.sun.msv.driver.textui.Driver
MSG_TOO_MANY_ERRORS - static field in class com.sun.msv.driver.textui.ReportErrorHandler
MSG_UNRECOGNIZED_OPTION - static field in class com.sun.msv.driver.textui.Driver
MSG_USAGE - static field in class com.sun.msv.driver.textui.Driver
MSG_VALID - static field in class com.sun.msv.driver.textui.Driver
MSG_VALIDATING - static field in class com.sun.msv.driver.textui.Driver
MSG_VALIDATION_TIME - static field in class com.sun.msv.driver.textui.Driver
MSG_WARNING - static field in class com.sun.msv.driver.textui.ReportErrorHandler
MSG_WARNING_FOUND - static field in class com.sun.msv.driver.textui.Driver
MultiSchemaReader - class com.sun.msv.reader.xmlschema.MultiSchemaReader
An utility class that reads multiple XML Schema documents and combines them into one schema object.
MultiSchemaReader(com.sun.msv.reader.xmlschema.XMLSchemaReader) - constructor for class com.sun.msv.reader.xmlschema.MultiSchemaReader

N

name - field in class com.sun.msv.grammar.DataExp
name of this datatype.
name - field in class com.sun.msv.grammar.ReferenceExp
name of the referenced expression.
name - field in class com.sun.msv.grammar.ValueExp
name of this datatype.
nameClass - field in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
this name class matches all the namespaces that are accepted by this anyOtherElement.
nameClass - field in class com.sun.msv.grammar.AttributeExp
constraint over attribute name
NameClass - class com.sun.msv.grammar.NameClass
validator of (namespaceURI,localPart) pair.
nameClass - field in class com.sun.msv.grammar.trex.ElementPattern
nameClass - field in class com.sun.msv.grammar.relax.TagClause
tag name constraint.
NameClassAndExpression - interface com.sun.msv.grammar.NameClassAndExpression
common interface of AttributeExp and ElementExp.
Base implementation for ElementState and AttributeState This class collects one name class and patterns
NameClassAnyNameState - class com.sun.msv.reader.trex.NameClassAnyNameState
parses <anyName> name class.
NameClassChoiceState - class com.sun.msv.reader.trex.NameClassChoiceState
parses <choice> name class.
NameClassCollisionChecker - class com.sun.msv.grammar.util.NameClassCollisionChecker
Computes if two name classes collide or not.
NameClassComparator - class com.sun.msv.grammar.util.NameClassComparator
Abstract implementation of a function
   NameClass x NameClass ->  boolean
 
Override the probe method to define the actual function.
NameClassDifferenceState - class com.sun.msv.reader.trex.NameClassDifferenceState
parses <difference> name class.
NameClassNameState - class com.sun.msv.reader.trex.NameClassNameState
parses <name> name class.
NameClassNotState - class com.sun.msv.reader.trex.NameClassNotState
parses <not> name class.
NameClassNsNameState - class com.sun.msv.reader.trex.NameClassNsNameState
parses <nsName> name class.
NameClassSimplifier - class com.sun.msv.grammar.util.NameClassSimplifier
Minimizes a name class.
NameClassState - class com.sun.msv.reader.trex.NameClassState
Base implementation for NameClass primitives
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
Base implementation for those states who cannot have any child name class.
NameClassWriter - class com.sun.msv.writer.relaxng.NameClassWriter
Visits NameClass and writes its XML representation.
NameClassWriter(com.sun.msv.writer.relaxng.Context) - constructor for class com.sun.msv.writer.relaxng.NameClassWriter
namedPatterns - field in class com.sun.msv.grammar.trex.TREXGrammar
named patterns which are defined by using <define> element.
NAMESPACE_WILDCARD - static field 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.
namespaceURI - field in class com.sun.msv.verifier.regexp.AttributeToken
namespaceURI - static field in class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
namespace URI of the compatibility datatypes library.
namespaceURI - field in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
namespaceURI - field in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
namespace URI that this object belongs to.
namespaceURI - field in class com.sun.msv.relaxns.grammar.ExternalElementExp
namespace URI that this ExternalElementExp belongs to.
namespaceURI - field in class com.sun.msv.grammar.xmlschema.IdentityConstraint
namespace URI of the identity constraint.
namespaceURI - field in class com.sun.msv.grammar.NamespaceNameClass
namespaceURI - field in class com.sun.msv.grammar.SimpleNameClass
namespaceURI - field in class com.sun.msv.util.StartTagInfo
namespaceURI - field in class com.sun.msv.util.StringPair
nc1 - field in class com.sun.msv.grammar.ChoiceNameClass
nc1 - field in class com.sun.msv.grammar.DifferenceNameClass
nc2 - field in class com.sun.msv.grammar.ChoiceNameClass
nc2 - field in class com.sun.msv.grammar.DifferenceNameClass
newDocumentBuilder() - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
newSAXParser() - method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
newVerifier() - method in class com.sun.msv.verifier.jarv.SchemaImpl
next - field in class com.sun.msv.util.xml.DocumentFilter
NGNameState - class com.sun.msv.reader.trex.ng.NGNameState
parses <anyName> name class.
NONE - static field in class com.sun.msv.grammar.NameClass
Name class that accepts nothing.
NoneType - class com.sun.msv.grammar.relax.NoneType
'none' datatype of RELAX.
notationDecl(String,String,String) - method in class com.sun.msv.verifier.AbstractVerifier
notationDecl(String,String,String) - method in class 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
Receive notification of a Notation Declaration.
notationDecl(String,String,String) - method in class com.sun.msv.reader.dtd.DTDReader
NotNameClass - class com.sun.msv.grammar.NotNameClass
NameClass that acts a not operator.
NotNameClass(com.sun.msv.grammar.NameClass) - constructor for class com.sun.msv.grammar.NotNameClass
NGNameState.NsNameState - class com.sun.msv.reader.trex.ng.NGNameState.NsNameState
Parsing state for <nsName>
nullSet - static field in class com.sun.msv.grammar.Expression
special expression object that represents the empty set (Φ).
numMatchedElements() - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
gets the number of matched elements.

O

OCCURENCE_ONCE - static field in class com.sun.msv.scanner.dtd.DTDEventListener
OCCURENCE_ONE_OR_MORE - static field in class com.sun.msv.scanner.dtd.DTDEventListener
OCCURENCE_ZERO_OR_MORE - static field in class com.sun.msv.scanner.dtd.DTDEventListener
OCCURENCE_ZERO_OR_ONE - static field in class com.sun.msv.scanner.dtd.DTDEventListener
OccurrenceExp - class com.sun.msv.grammar.xmlschema.OccurrenceExp
Used to mark a occurrence constraint which cannot be easily represented by primitive expressions.
onAnyName(com.sun.msv.grammar.AnyNameClass) - method in class com.sun.msv.grammar.util.NameClassComparator
onAnyName(com.sun.msv.grammar.AnyNameClass) - method in class com.sun.msv.writer.relaxng.NameClassWriter
onAnyName(com.sun.msv.grammar.AnyNameClass) - method in class com.sun.msv.grammar.util.PossibleNamesCollector
onAnyString() - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onAnyString() - method in class com.sun.msv.verifier.regexp.AttributePicker
onAnyString() - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onAnyString() - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onAnyString() - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onAnyString() - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onAnyString() - method in class com.sun.msv.grammar.ExpressionCloner
onAnyString() - method in class com.sun.msv.grammar.util.ExpressionFinder
onAnyString() - method in class com.sun.msv.grammar.util.ExpressionPrinter
onAnyString() - method in class com.sun.msv.grammar.ExpressionVisitor
onAnyString() - method in class com.sun.msv.grammar.ExpressionVisitorBoolean
onAnyString() - method in class com.sun.msv.grammar.ExpressionVisitorExpression
onAnyString() - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onAnyString() - method in class com.sun.msv.grammar.util.ExpressionWalker
onAnyString() - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onAnyString() - method in class com.sun.msv.writer.relaxng.PatternWriter
onAnyString() - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onAnyString() - method in class com.sun.msv.reader.RunAwayExpressionChecker
onAnyString() - method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
onAnyString() - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
onAttPool(com.sun.msv.grammar.relax.AttPoolClause) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onAttPool(com.sun.msv.grammar.relax.AttPoolClause) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onAttPool(com.sun.msv.grammar.relax.AttPoolClause) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.AttributePruner
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.AttributeRemover
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.grammar.util.RefExpRemover
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onAttribute(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
processes an attribute.
onBinExp(com.sun.msv.grammar.BinaryExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.grammar.ExpressionCloner
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onChoice(com.sun.msv.grammar.ChoiceExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onChoice(com.sun.msv.grammar.ChoiceNameClass) - method in class com.sun.msv.grammar.util.NameClassComparator
onChoice(com.sun.msv.grammar.ChoiceNameClass) - method in class com.sun.msv.writer.relaxng.NameClassWriter
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.grammar.ExpressionCloner
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onConcur(com.sun.msv.grammar.ConcurExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.grammar.ExpressionCloner
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
onData(com.sun.msv.grammar.DataExp) - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
onDifference(com.sun.msv.grammar.DifferenceNameClass) - method in class com.sun.msv.writer.relaxng.NameClassWriter
onDuplicateId(String) - method in class com.sun.msv.verifier.Verifier
this method is called when a duplicate id value is found.
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.AttributePruner
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.AttributeRemover
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.grammar.util.RefExpRemover
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onElement(com.sun.msv.grammar.ElementExp) - method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
onElementRules(com.sun.msv.grammar.relax.ElementRules) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onElementRules(com.sun.msv.grammar.relax.ElementRules) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onElementRules(com.sun.msv.grammar.relax.ElementRules) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
notifies the end of attributes.
notifies the end of attributes.
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.trex.ng.DataState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.trex.DefineState
receives a Pattern object that is contained in this element.
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.trex.DivInGrammarState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.relax.core.DivInModuleState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.ExpressionOwner
receives a Pattern object that is contained in this element.
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.xmlschema.GlobalDeclState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.relax.HedgeRuleBaseState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.trex.ng.IncludeMergeState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.trex.IncludePatternState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.relaxns.reader.RootGrammarState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.trex.RootMergedGrammarState
onEndChild(com.sun.msv.grammar.Expression) - method in class com.sun.msv.reader.trex.RootState
onEndChild(com.sun.msv.grammar.NameClass) - method in class com.sun.msv.reader.trex.NameClassWithChildState
receives a Pattern object that is contained in this element.
onEndChild(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.xmlschema.AttributeState
onEndChild(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.relax.core.DivInModuleState
onEndChild(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.xmlschema.GlobalDeclState
onEndChild(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.xmlschema.RedefineState
onEndChild(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.datatype.xsd.RestrictionState
receives a Pattern object that is contained in this element.
onEndChild(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.datatype.xsd.UnionState
onEndChild(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.datatype.xsd.XSTypeOwner
onEndChildType(com.sun.msv.grammar.Expression,String) - method in class com.sun.msv.reader.datatype.TypeOwner
OneOrMoreExp - class com.sun.msv.grammar.OneOrMoreExp
A+.
OneOrMoreState - class com.sun.msv.reader.trex.OneOrMoreState
parses <oneOrMore> pattern.
onEpsilon() - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onEpsilon() - method in class com.sun.msv.verifier.regexp.AttributePicker
onEpsilon() - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onEpsilon() - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onEpsilon() - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onEpsilon() - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onEpsilon() - method in class com.sun.msv.grammar.ExpressionCloner
onEpsilon() - method in class com.sun.msv.grammar.util.ExpressionFinder
onEpsilon() - method in class com.sun.msv.grammar.util.ExpressionPrinter
onEpsilon() - method in class com.sun.msv.grammar.ExpressionVisitor
onEpsilon() - method in class com.sun.msv.grammar.ExpressionVisitorBoolean
onEpsilon() - method in class com.sun.msv.grammar.ExpressionVisitorExpression
onEpsilon() - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onEpsilon() - method in class com.sun.msv.grammar.util.ExpressionWalker
onEpsilon() - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onEpsilon() - method in class com.sun.msv.writer.relaxng.PatternWriter
onEpsilon() - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onEpsilon() - method in class com.sun.msv.reader.RunAwayExpressionChecker
onEpsilon() - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
onHedgeRules(com.sun.msv.grammar.relax.HedgeRules) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onHedgeRules(com.sun.msv.grammar.relax.HedgeRules) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onHedgeRules(com.sun.msv.grammar.relax.HedgeRules) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
this method is called when a type with ID semantics is matched.
this method is called when a type with ID semantics is matched.
onID(Datatype,String) - method in class com.sun.msv.grammar.IDContextProvider
this method is called when a type with ID semantics is matched.
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onInterleave(com.sun.msv.grammar.InterleaveExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.grammar.ExpressionCloner
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
onList(com.sun.msv.grammar.ListExp) - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.grammar.ExpressionCloner
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
onMixed(com.sun.msv.grammar.MixedExp) - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
onNot(com.sun.msv.grammar.NotNameClass) - method in class com.sun.msv.grammar.util.NameClassComparator
onNot(com.sun.msv.grammar.NotNameClass) - method in class com.sun.msv.grammar.NameClassVisitor
onNot(com.sun.msv.grammar.NotNameClass) - method in class com.sun.msv.writer.relaxng.NameClassWriter
onNot(com.sun.msv.grammar.NotNameClass) - method in class com.sun.msv.grammar.util.PossibleNamesCollector
onNsName(com.sun.msv.grammar.NamespaceNameClass) - method in class com.sun.msv.writer.relaxng.NameClassWriter
onNullSet() - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onNullSet() - method in class com.sun.msv.verifier.regexp.AttributePicker
onNullSet() - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onNullSet() - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onNullSet() - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onNullSet() - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onNullSet() - method in class com.sun.msv.grammar.ExpressionCloner
onNullSet() - method in class com.sun.msv.grammar.util.ExpressionFinder
onNullSet() - method in class com.sun.msv.grammar.util.ExpressionPrinter
onNullSet() - method in class com.sun.msv.grammar.ExpressionVisitor
onNullSet() - method in class com.sun.msv.grammar.ExpressionVisitorBoolean
onNullSet() - method in class com.sun.msv.grammar.ExpressionVisitorExpression
onNullSet() - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onNullSet() - method in class com.sun.msv.grammar.util.ExpressionWalker
onNullSet() - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onNullSet() - method in class com.sun.msv.writer.relaxng.PatternWriter
onNullSet() - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onNullSet() - method in class com.sun.msv.reader.RunAwayExpressionChecker
onNullSet() - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onOneOrMore(com.sun.msv.grammar.OneOrMoreExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.verifier.regexp.AttributePruner
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.verifier.regexp.AttributeRemover
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.grammar.util.RefExpRemover
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onOther(com.sun.msv.grammar.OtherExp) - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.verifier.regexp.AttributePruner
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.verifier.regexp.AttributeRemover
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.grammar.util.RefExpRemover
onRef(com.sun.msv.grammar.ReferenceExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onSequence(com.sun.msv.grammar.SequenceExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onSimple(com.sun.msv.grammar.SimpleNameClass) - method in class com.sun.msv.grammar.util.NameClassComparator
onSimple(com.sun.msv.grammar.SimpleNameClass) - method in class com.sun.msv.writer.relaxng.NameClassWriter
onTag(com.sun.msv.grammar.relax.TagClause) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onTag(com.sun.msv.grammar.relax.TagClause) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onTag(com.sun.msv.grammar.relax.TagClause) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onTag(com.sun.msv.grammar.relax.TagClause) - method in class com.sun.msv.grammar.relax.RELAXExpressionVisitor
processes a string literal.
eats string literal
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.AttributeFeeder
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.AttributePicker
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.grammar.ExpressionCloner
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.grammar.util.ExpressionFinder
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.grammar.util.ExpressionPrinter
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.grammar.ExpressionVisitor
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.grammar.ExpressionVisitorVoid
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.grammar.util.ExpressionWalker
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.writer.relaxng.PatternWriter
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.ResidualCalculator
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
onValue(com.sun.msv.grammar.ValueExp) - method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
OptionalState - class com.sun.msv.reader.trex.OptionalState
parses <optional> pattern.
OtherExp - class com.sun.msv.grammar.OtherExp
Base class for application-specific AGM annotation.
OtherExp() - constructor for class com.sun.msv.grammar.OtherExp
this constructor can be used for the ununified expressions.
OtherExp(com.sun.msv.grammar.Expression) - constructor for class com.sun.msv.grammar.OtherExp
owner - field in class com.sun.msv.verifier.regexp.SimpleAcceptor
ElementExp that accepted the start tag.
ownerModule - field in class com.sun.msv.grammar.relax.ElementRules
RELAXModule object to which this object belongs
ownerModule - field in class com.sun.msv.grammar.relax.HedgeRules
RELAXModule object to which this object belongs
owners - field in class com.sun.msv.verifier.regexp.ComplexAcceptor
each item of this array should be considered as read-only.

P

PANIC_MODE_FEATURE - static field in class com.sun.msv.verifier.jarv.Const
Turns on/off the panic mode.
parent - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
parent XMLSchemaSchema object to which this object belongs.
parent - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
parent XMLSchemaSchema object to which this object belongs.
parent - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
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.scanner.dtd.DTDParser
Parse a DTD.
parse(InputSource) - method in class com.sun.msv.reader.util.GrammarLoader
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.xmlschema.MultiSchemaReader
Parses an additional schema.
parse(InputSource,com.sun.msv.reader.GrammarReaderController) - static method in class com.sun.msv.reader.dtd.DTDReader
parse(InputSource,com.sun.msv.reader.GrammarReaderController) - static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
loads RELAX NG pattern.
loads RELAX NG pattern
loads TREX pattern
loads XML Schema
loads RELAX module
loads RELAX grammar
parse(String) - method in class com.sun.msv.scanner.dtd.DTDParser
Parse a DTD.
parse(String) - method in class com.sun.msv.reader.util.GrammarLoader
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.xmlschema.MultiSchemaReader
parse(String,com.sun.msv.reader.GrammarReaderController) - static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
loads RELAX NG pattern.
loads RELAX NG pattern
loads TREX pattern
loads XML Schema
loads RELAX module
loads RELAX grammar
normal content; whitespace in markup may be handled specially if the parser uses the content model.
parsedFiles - field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
tables that store all SystemIds that we've read.
parserFactory - field 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 class com.sun.msv.reader.GrammarReader.BackPatch
do back-patching.
patch() - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Renders the type (GrammarReader.BackPatch implementation).
PathMatcher - class com.sun.msv.verifier.identity.PathMatcher
Base implementation of XPath matching engine.
paths - field in class com.sun.msv.grammar.xmlschema.Field
XPath that characterizes this field.
PatternWriter - class com.sun.msv.writer.relaxng.PatternWriter
Visits Expression and writes it as RELAX NG.
PatternWriter(com.sun.msv.writer.relaxng.Context) - constructor for class com.sun.msv.writer.relaxng.PatternWriter
peek(String,chars[]) - 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
peelOccurence() - method in class com.sun.msv.grammar.Expression
Peels the occurence expressions from this expression.
pool - field in class com.sun.msv.reader.GrammarReader
this object must be used to create a new expression
pool - field in class com.sun.msv.verifier.regexp.REDocumentDeclaration
ExpressionPool object that this VGM uses.
pool - field in class com.sun.msv.relaxns.grammar.RELAXGrammar
expression pool that was used to create these objects
pool - field in class com.sun.msv.grammar.relax.RELAXModule
ExpressionPool object which was used to create this module.
pool - field in class com.sun.msv.grammar.trex.TREXGrammar
ExpressionPool that is associated with this grammar
pool - field in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
pool object which was used to construct this grammar.
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
PossibleNamesCollector - class com.sun.msv.grammar.util.PossibleNamesCollector
computes the possible names.
prefix - field in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
namespace prefix to URI conversion map.
previous - field in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
printContentModel(com.sun.msv.grammar.Expression) - static method in class com.sun.msv.grammar.util.ExpressionPrinter
printFragment(com.sun.msv.grammar.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.
dumps all the contents of ReferenceContainer.
printSmallest(com.sun.msv.grammar.Expression) - static method in class com.sun.msv.grammar.util.ExpressionPrinter
processingInstruction(String,String) - method in class com.sun.msv.verifier.AbstractVerifier
processingInstruction(String,String) - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 processing instruction event.
processingInstruction(String,String) - method in class com.sun.msv.util.xml.DocumentFilter
processingInstruction(String,String) - method in class com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of a Processing Instruction.
processingInstruction(String,String) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification of a Processing Instruction.
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 class com.sun.msv.reader.State
processingInstruction(String,String) - method in class com.sun.msv.verifier.VerifierFilter
processOccurs(com.sun.msv.grammar.Expression,int,int) - method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
Adds maxOccurs/minOccurs semantics to a given expression.
Adds maxOccurs/minOccurs semantics to a given expression.
prune(com.sun.msv.grammar.Expression) - method in class com.sun.msv.verifier.regexp.AttributePruner
push(Object) - method in class com.sun.msv.util.LightStack
pushs the current state into the stack and sets new one
put method.
manually adds DataTypeVocabulary into this map.

Q

qName - field in class com.sun.msv.verifier.regexp.AttributeToken
qName - field in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
tag name information.
qName - field in class com.sun.msv.util.StartTagInfo

R

reader - field 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.
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(com.sun.msv.grammar.xmlschema.RedefinableExp) - method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
assigns contents of rhs to this object.
redefine(com.sun.msv.grammar.xmlschema.RedefinableExp) - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
redefine(com.sun.msv.grammar.xmlschema.RedefinableExp) - method in class com.sun.msv.grammar.xmlschema.RedefinableExp
assigns contents of rhs to this object.
redefine(com.sun.msv.grammar.xmlschema.RedefinableExp) - method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
assigns contents of rhs to this object.
redefine(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Updates this object by copying the state from rhs
replaces the current ReferenceExp by newly specified reference exp.
RedefineState - class com.sun.msv.reader.xmlschema.RedefineState
used to parse <redefine> element.
REDocumentDeclaration - class com.sun.msv.verifier.regexp.REDocumentDeclaration
DocumentDeclaration implementation Grammar object can be shared among multiple threads, but this object cannot be shared.
creates an object that validates the specified expression.
REDocumentDeclaration(com.sun.msv.grammar.Grammar) - constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
TREXGrammar.RefContainer - class com.sun.msv.grammar.trex.TREXGrammar.RefContainer
ReferenceContainer - class com.sun.msv.grammar.ReferenceContainer
Container of ReferenceExp.
ReferenceExp - class com.sun.msv.grammar.ReferenceExp
Reference to the other expression.
ReferenceExp(String) - constructor for class com.sun.msv.grammar.ReferenceExp
ReferenceExp(String,com.sun.msv.grammar.Expression) - constructor for class com.sun.msv.grammar.ReferenceExp
RefExpRemover - class com.sun.msv.grammar.util.RefExpRemover
removes all ReferenceExp from AGM.
RefExpRemover(com.sun.msv.grammar.ExpressionPool,boolean) - constructor for class com.sun.msv.grammar.util.RefExpRemover
XMLSchemaReader.RefResolver - interface com.sun.msv.reader.xmlschema.XMLSchemaReader.RefResolver
RefState - class com.sun.msv.reader.trex.RefState
parses <ref> pattern.
RefState - class com.sun.msv.reader.trex.ng.RefState
parses <ref> pattern.
RefState(boolean) - constructor for class com.sun.msv.reader.trex.RefState
RefState(boolean) - constructor for class com.sun.msv.reader.trex.ng.RefState
refType - field 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.
re-initialize the object with brand new parameters.
RELAXCoreFactoryImpl - class com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl
VerifierFactory implementation of RELAX Core.
RELAXCoreIslandSchemaReader - class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
reads RELAX-Namespace-extended RELAX Core.
RELAXCoreNamespace - static field 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.
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.
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(com.sun.msv.grammar.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(com.sun.msv.grammar.relax.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(com.sun.msv.grammar.ExpressionPool,String) - constructor for class com.sun.msv.grammar.relax.RELAXModule
RELAXNamespaceNamespace - static field in class com.sun.msv.relaxns.reader.RELAXNSReader
namespace URI of RELAX Namespace.
RELAXNGCompReader - class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
reads RELAX NG grammar with DTD compatibility annotation and constructs abstract grammar model.
RELAXNGCompReader(com.sun.msv.reader.GrammarReaderController) - constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
easy-to-use constructor.
easy-to-use constructor.
full constructor
RELAXNGFactoryImpl - class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
VerifierFactory implementation of RELAX NG.
RELAXNGGrammar - class com.sun.msv.grammar.relaxng.RELAXNGGrammar
Grammar for RELAX NG (with DTD compatibility annotation).
RELAXNGGrammar() - constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
this constructor can be used for the ununified expressions.
RELAXNGGrammar(com.sun.msv.grammar.ExpressionPool) - constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
RELAXNGNamespace - static field 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(com.sun.msv.reader.GrammarReaderController) - constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
easy-to-use constructor.
easy-to-use constructor.
full constructor
RELAXNGWriter - class com.sun.msv.writer.relaxng.RELAXNGWriter
converts any Grammar into RELAX NG XML representation through SAX1 events.
RELAXNSReader - class com.sun.msv.relaxns.reader.RELAXNSReader
parses RELAX Namespace XML and constructs a SchemaProvider.
RELAXReader - class com.sun.msv.reader.relax.RELAXReader
reads RELAX grammar/module by SAX2 and constructs abstract grammar model.
rememberText() - method in class com.sun.msv.scanner.dtd.InputEntity
remove(String) - method in class com.sun.msv.grammar.ReferenceContainer
removes an object from this container.
creates (or retrieves, whatever) the actual, concrete, real XSDatatype object.
XSDatatypeExp.Renderer - interface com.sun.msv.reader.datatype.xsd.XSDatatypeExp.Renderer
this object renders the actual datatype object.
XSDatatypeExp.RenderingContext - class com.sun.msv.reader.datatype.xsd.XSDatatypeExp.RenderingContext
this object is used to keep the information about the dependency between late-bind datatype objects.
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,Object) - method in class com.sun.msv.reader.GrammarReader
reportError(String,Object,Object,Object) - method in class com.sun.msv.reader.GrammarReader
reports an error to the controller
ReportErrorHandler - class com.sun.msv.driver.textui.ReportErrorHandler
ErrorHandler that reports all errors and warnings.
reportWarning(String) - method in class com.sun.msv.reader.GrammarReader
reportWarning(String,Object) - method in class com.sun.msv.reader.GrammarReader
reportWarning(String,Object,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
ResidualCalculator - class com.sun.msv.verifier.regexp.ResidualCalculator
computes regular expression derivative.
ResidualCalculator(com.sun.msv.grammar.ExpressionPool) - constructor for class com.sun.msv.verifier.regexp.ResidualCalculator
resolve(String) - method in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
resolve(String) - method in class com.sun.msv.reader.GrammarReader.PrefixResolver
returns URI.
resolve(String,String) - static method in class com.sun.msv.util.Uri
resolveBuiltinDataType(String) - method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
resolves built-in datatypes (URI: http://www.w3.org/2001/XMLSchema)
resolveBuiltinSimpleType(String) - method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
Gets a built-in datatype as SimpleTypeExp.
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.relaxns.reader.RELAXNSReader
resolveDatatype(String) - method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
obtains a named DataType object referenced by a QName.
resolveDataTypeLibrary(String) - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
obtains the DataTypeLibrary that represents the specified namespace URI.
resolveEntity(String,String) - method in class com.sun.msv.reader.Controller
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.
obtains InputSource for the specified url.
resolveNamespacePrefix(String) - method in class com.sun.msv.verifier.AbstractVerifier
resolveNamespacePrefix(String) - method in class com.sun.msv.reader.dtd.DTDReader
resolveNamespacePrefix(String) - method in class com.sun.msv.reader.GrammarReader
resolveNamespacePrefix(String) - method in class com.sun.msv.grammar.util.IDContextProviderWrapper
resolveNamespacePrefix(String) - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
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.
resolveXSDatatype(String) - method in class com.sun.msv.reader.relax.core.RELAXCoreReader
gets DataType object from type name.
resolveXSDatatype(String) - method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
resolveXSDatatype(String) - method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
Resolves a simple type name into the corresponding XSDatatypeExp object.
resolveXSDatatype(String) - method in class com.sun.msv.reader.datatype.xsd.XSDatatypeResolver
RESTRICTION - static field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
RESTRICTION - static field in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
RestrictionChecker - class com.sun.msv.reader.trex.ng.RestrictionChecker
Checks RELAX NG contextual restrictions defined in the section 7.
RestrictionChecker(com.sun.msv.reader.trex.ng.RELAXNGReader) - constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker
RestrictionState - class com.sun.msv.reader.datatype.xsd.RestrictionState
state that parses <restriction> element.
role - field 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.
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.
RootIncludedSchemaState(com.sun.msv.reader.State) - constructor for class com.sun.msv.reader.xmlschema.RootIncludedSchemaState
RootMergedGrammarState - class com.sun.msv.reader.trex.RootMergedGrammarState
parses root state of a merged grammar.
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 - field in class com.sun.msv.relaxns.grammar.ExternalElementExp
imported ElementDecl object that actually validates this element.
ruleName - field 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.
run(String[]) - static method in class com.sun.msv.driver.textui.Driver
makes sure that the expression does not run away.
runBackPatchJob() - method in class com.sun.msv.reader.GrammarReader
Performs all back-patchings.

S

SAXEventGenerator - class com.sun.msv.util.xml.SAXEventGenerator
produces SAX2 event from a DOM tree.
SAXParserFactoryImpl - class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
SAXParserFactory implementation that supports validation.
SAXParserFactoryImpl() - constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
Creates a new instance by using the default SAXParserFactory implementation as the underlying parser.
SAXParserFactoryImpl(java.io.File) - constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
Creates a new instance that validates documents against the specified schema.
SAXParserFactoryImpl(org.xml.sax.InputSource) - constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
Creates a new instance that validates documents against the specified schema.
SAXParserFactoryImpl(SAXParserFactory) - constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
Creates a new instance by specifying the underlying SAXParserFactory implementation.
SAXParserFactoryImpl(SAXParserFactory,Schema) - constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
SAXParserFactoryImpl(Schema) - constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
Creates a new instance by using a default SAXParserFactory implementation and the specified schema object.
SAXParserFactoryImpl(String) - constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
Creates a new instance that validates documents against the specified schema.
SAXRuntimeException - class com.sun.msv.writer.SAXRuntimeException
This class is used to wrap SAXException by RuntimeException.
SAXRuntimeException(SAXException) - constructor for class com.sun.msv.writer.SAXRuntimeException
SCHEMA_PROPNAME - static field in class com.sun.msv.verifier.jaxp.Const
The property/attribute name which is used to set a schema.
schemaHead(String) - method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
SchemaImpl - class com.sun.msv.verifier.jarv.SchemaImpl
base implementation of RELAXFactoryImpl and TREXFactoryImpl
SchemaImpl(com.sun.msv.grammar.Grammar) - constructor for class com.sun.msv.verifier.jarv.SchemaImpl
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(com.sun.msv.relaxns.grammar.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.
SelectorMatcher - class com.sun.msv.verifier.identity.SelectorMatcher
XPath matcher that tests the selector of an identity constraint.
selectors - field in class com.sun.msv.grammar.xmlschema.IdentityConstraint
selectors of the identity constraint.
self - field in class com.sun.msv.grammar.xmlschema.AttributeDeclExp
actual definition.
SEQUENCE - static field in class 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
set(com.sun.msv.grammar.AttributeExp) - method in class com.sun.msv.grammar.xmlschema.AttributeDeclExp
set(com.sun.msv.reader.datatype.xsd.XSDatatypeExp) - method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
setAbstract(boolean) - method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
setAbstract(boolean) - method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
setAttribute(String,Object) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
Sets the attribtue wildcard.
setCoalescing(boolean) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
sets the TypedContentHandler which will received the type-augmented infoset.
sets the GrammarReaderController object that will control various aspects of the parsing.
setDatatypeLibrary(DatatypeLibrary) - method in class com.sun.msv.reader.dtd.DTDReader
setDatatypeLibraryFactory(DatatypeLibraryFactory) - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
Sets the datatypeLibraryFactory.
setDeclaredLocationOf(Object) - method in class com.sun.msv.reader.dtd.DTDReader
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 class com.sun.msv.writer.GrammarWriter
Sets DocumentHandler.
setDocumentHandler(DocumentHandler) - method in class com.sun.msv.writer.relaxng.RELAXNGWriter
Sets DocumentHandler.
setDocumentHandler(DocumentHandler) - method in class com.sun.msv.writer.XMLWriter
this DocumentHandler will receive XML.
setDocumentLocator(Locator) - method in class com.sun.msv.verifier.AbstractVerifier
setDocumentLocator(Locator) - method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
setDocumentLocator(Locator) - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 document locator event.
setDocumentLocator(Locator) - method in class com.sun.msv.util.xml.DocumentFilter
setDocumentLocator(Locator) - method in class 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.reader.dtd.DTDReader
setDocumentLocator(Locator) - method in class com.sun.msv.reader.util.ForkContentHandler
setDocumentLocator(Locator) - method in class com.sun.msv.reader.GrammarReader
setDocumentLocator(Locator) - method in class com.sun.msv.reader.State
setDocumentLocator(Locator) - method in class com.sun.msv.verifier.VerifierFilter
setDtdHandler(com.sun.msv.scanner.dtd.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.
setEntityResolver(EntityResolver) - method in class com.sun.msv.verifier.jarv.FactoryImpl
setErrorFlag() - method in class com.sun.msv.reader.Controller
Force set the error flag to true.
setErrorHandler(ErrorHandler) - method in class com.sun.msv.verifier.IVerifier
setErrorHandler(ErrorHandler) - method in class com.sun.msv.verifier.Verifier
setErrorHandler(ErrorHandler) - method in class com.sun.msv.verifier.VerifierFilter
setExpandEntityReference(boolean) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
setFeature(String,boolean) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
setFeature(String,boolean) - method in class com.sun.msv.verifier.jarv.FactoryImpl
setFeature(String,boolean) - method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
setIgnoringComments(boolean) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
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.
setNamespaceAware(boolean) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
setNamespaceAware(boolean) - method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
setPanicMode(boolean) - method in class com.sun.msv.verifier.IVerifier
Turns on/off the panic mode.
setPanicMode(boolean) - method in class com.sun.msv.verifier.Verifier
Turns on/off the panic mode.
setPanicMode(boolean) - method in class com.sun.msv.verifier.VerifierFilter
setPool(com.sun.msv.grammar.ExpressionPool) - method in class com.sun.msv.reader.util.GrammarLoader
Sets the ExpressionPool object that will be used during the loading process.
setProperty(String,Object) - method in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
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.
setStrictCheck(boolean) - method in class com.sun.msv.reader.util.GrammarLoader
Sets the strict check flag.
setValidating(boolean) - method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
setValidating(boolean) - method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
sfactory - field in class com.sun.msv.reader.relax.RELAXReader
sfactory - field in class com.sun.msv.reader.trex.TREXBaseReader
sfactory - field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
SimpleAcceptor - class com.sun.msv.verifier.regexp.SimpleAcceptor
Acceptor that will be used when only one ElementExp matches the start tag.
simpleBaseType - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
base type of this complex type.
SimpleContentExtensionState - class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
used to parse extension element as a child of <simpleContent> element.
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(com.sun.msv.util.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.
SimpleTypeExp - class com.sun.msv.grammar.xmlschema.SimpleTypeExp
Simple type declaration.
simpleTypes - field 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.
simplify() - method in class com.sun.msv.grammar.NameClass
Computes the equivalent but simple name class.
simplify(com.sun.msv.grammar.NameClass) - static method in class com.sun.msv.grammar.util.NameClassSimplifier
size() - method in class com.sun.msv.util.LightStack
size() - method in class com.sun.msv.grammar.ReferenceContainer
gets the number of ReferenceExps in this container.
SKIP - static field in class com.sun.msv.grammar.xmlschema.AttributeWildcard
SkipElementExp - class com.sun.msv.grammar.xmlschema.SkipElementExp
ElementExp that is used for <any processContents="skip"/>.
skippedEntity(String) - method in class com.sun.msv.verifier.AbstractVerifier
skippedEntity(String) - method in class com.sun.msv.reader.util.ForkContentHandler
skippedEntity(String) - method in class com.sun.msv.reader.State
skippedEntity(String) - method in class com.sun.msv.verifier.VerifierFilter
smallestInstance - static field in class com.sun.msv.grammar.util.ExpressionPrinter
source - field in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
where did this reference is written in the source file.
source - field in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
where did this reference is written in the source file.
source - field in class com.sun.msv.relaxns.grammar.ExternalElementExp
where did this reference is written in the source file.
splitQName(String) - method in class com.sun.msv.reader.GrammarReader
Resolves a QName into a pair of (namespace URI,local name).
splitQName(String) - method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
Resolves a QName into a pair of (namespace URI,local name).
start(String) - method in class com.sun.msv.writer.XMLWriter
start(String,String[]) - method in class com.sun.msv.writer.XMLWriter
startAttribute(String,String,String) - method in class com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the start of an attribute.
startCDATA() - method in class com.sun.msv.scanner.dtd.DTDEventListener
Receive notification that a CDATA section is beginning.
startCDATA() - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification that a CDATA section is beginning.
startCDATA() - method in class com.sun.msv.reader.dtd.DTDReader
startContentModel(String,short) - method in class 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
receives notification that parsing of content model is beginning.
startContentModel(String,short) - method in class com.sun.msv.reader.dtd.DTDReader
startDocument() - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 start document event.
startDocument() - method in class com.sun.msv.util.xml.DocumentFilter
startDocument() - method in class com.sun.msv.reader.util.ForkContentHandler
startDocument() - method in class com.sun.msv.verifier.identity.IDConstraintChecker
startDocument() - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
startDocument() - method in class com.sun.msv.reader.State
startDocument() - method in class com.sun.msv.verifier.psvi.TypeDetector
startDocument() - method in class com.sun.msv.verifier.Verifier
startDocument() - method in class com.sun.msv.verifier.VerifierFilter
startDocument(ValidationContext) - method in class com.sun.msv.verifier.psvi.TypedContentHandler
receives notification of the start of a document.
startDTD(com.sun.msv.scanner.dtd.InputEntity) - method in class com.sun.msv.scanner.dtd.DTDEventListener
Receive notification of the beginning of the DTD.
startDTD(com.sun.msv.scanner.dtd.InputEntity) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification of the beginning of the DTD.
startDTD(com.sun.msv.scanner.dtd.InputEntity) - method in class com.sun.msv.reader.dtd.DTDReader
startElement(String,AttributeList) - method in class com.sun.msv.writer.ContentHandlerAdaptor
Adapt a SAX1 startElement event.
startElement(String,AttributeList) - method in class com.sun.msv.util.xml.DocumentFilter
startElement(String,String,String) - method in class 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.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.reader.util.ForkContentHandler
startElement(String,String,String,Attributes) - method in class com.sun.msv.reader.IgnoreState
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.reader.trex.ng.comp.RELAXNGCompReader
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.SimpleState
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.verifier.psvi.TypeDetector
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
startModelGroup() - method in class com.sun.msv.scanner.dtd.DTDEventListener
startModelGroup() - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
startModelGroup() - method in class com.sun.msv.reader.dtd.DTDReader
startPrefixMapping(String,String) - method in class com.sun.msv.verifier.AbstractVerifier
startPrefixMapping(String,String) - method in class com.sun.msv.reader.util.ForkContentHandler
startPrefixMapping(String,String) - method in class com.sun.msv.reader.GrammarReader
startPrefixMapping(String,String) - method in class com.sun.msv.reader.State
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.
StartTagInfo - class com.sun.msv.util.StartTagInfo
immutable start tag information
State - class com.sun.msv.reader.State
base interface of 'parsing state'.
RELAXCoreReader.StateFactory - class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
RELAXNGCompReader.StateFactory - class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader.StateFactory
creates various State object, which in turn parses grammar.
RELAXNGReader.StateFactory - class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
creates various State object, which in turn parses grammar.
RELAXReader.StateFactory - class com.sun.msv.reader.relax.RELAXReader.StateFactory
creates various State object, which in turn parses grammar.
creates various State object, which in turn parses grammar.
TREXGrammarReader.StateFactory - class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
creates various State object, which in turn parses grammar.
XMLSchemaReader.StateFactory - class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
creates various State object, which in turn parses grammar.
eats a child element

A child acceptor created by the createChildAcceptor method will be ultimately consumed by the parent through this method.

eats a child element

A child acceptor created by the createChildAcceptor method will be ultimately consumed by the parent through this method.

eats a child element

A child acceptor created by the createChildAcceptor method will be ultimately consumed by the parent through this method.

steps - field in class com.sun.msv.grammar.xmlschema.XPath
each name class represents each step.
str - field in class com.sun.msv.util.StringRef
STRICT - static field in class com.sun.msv.grammar.xmlschema.AttributeWildcard
STRING_IGNORE - static field in class com.sun.msv.verifier.Acceptor
character literals are allowed, but Acceptor doesn't care its contents and where it is appeared.
STRING_PROHIBITED - static field in class com.sun.msv.verifier.Acceptor
only whitespaces are allowed.
STRING_STRICT - static field in class com.sun.msv.verifier.Acceptor
attentive handling of characters is required.
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(com.sun.msv.grammar.SimpleNameClass) - constructor for class com.sun.msv.util.StringPair
StringPair(String,String) - constructor for class com.sun.msv.util.StringPair
StringRef - class com.sun.msv.util.StringRef
reference to String.
StringState - class com.sun.msv.reader.trex.classic.StringState
parses <string> pattern.
StringToken - class com.sun.msv.verifier.regexp.StringToken
chunk of string.
SUBSTITUTION - static field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
substitutionAffiliation - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
substitutions - field in class com.sun.msv.grammar.xmlschema.ElementDeclExp
choices of all elements that can validly substitute this element.
Switchs InputSource to the specified URL and parses it by the specified state.

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.
RELAXModule.TagContainer - class com.sun.msv.grammar.relax.RELAXModule.TagContainer
tags - field 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.
targetNamespace - field in class com.sun.msv.grammar.relax.RELAXModule
target namespace URI
targetNamespace - field in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
target namespace URI of this schema.
TerminalState - class com.sun.msv.reader.TerminalState
State that always returns the same expression.
TerminalState(com.sun.msv.grammar.Expression) - constructor for class com.sun.msv.reader.TerminalState
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
theInstance - static field in class com.sun.msv.reader.AbortException
theInstance - static field in class com.sun.msv.verifier.regexp.AnyElementToken
use this singleton instance instead of creating an object.
theInstance - static field in class com.sun.msv.grammar.AnyNameClass
Singleton instance.
theInstance - static field in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
the sole instance of this class.
theInstance - static field in class com.sun.msv.grammar.relax.EmptyStringType
theInstance - static field in class com.sun.msv.verifier.util.ErrorHandlerImpl
the singleton instance of this object.
theInstance - static field in class com.sun.msv.grammar.relax.NoneType
Token - class com.sun.msv.verifier.regexp.Token
primitive unit of XML instance.
top() - method in class com.sun.msv.util.LightStack
topLevel - field in class com.sun.msv.relaxns.grammar.RELAXGrammar
top-level expression
topLevel - field in class com.sun.msv.grammar.relax.RELAXModule
chioce of all exported elementRules and hedgeRules.
topLevel - field in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
topLevel - field in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
choice of all global element declarations.
TopLevelState - class com.sun.msv.relaxns.reader.TopLevelState
parses <topLevel> element.
toString() - method in class com.sun.msv.grammar.AnyNameClass
toString() - method in class com.sun.msv.grammar.ChoiceNameClass
toString() - method in class com.sun.msv.grammar.DifferenceNameClass
toString() - method in class com.sun.msv.verifier.regexp.ElementToken
toString() - method in class com.sun.msv.grammar.dtd.LocalNameClass
toString() - method in class com.sun.msv.grammar.NamespaceNameClass
toString() - method in class com.sun.msv.grammar.NotNameClass
toString() - method in class com.sun.msv.grammar.xmlschema.OccurrenceExp
Obtains a string representation suitable for quick debugging.
toString() - method in class com.sun.msv.grammar.SimpleNameClass
toString() - method in class com.sun.msv.util.StringPair
toStringPair() - method in class com.sun.msv.grammar.SimpleNameClass
TREXBaseReader - class com.sun.msv.reader.trex.TREXBaseReader
reads TREX grammar from SAX2 and constructs abstract grammar model.
full constructor
TREXFactoryImpl - class com.sun.msv.verifier.jarv.TREXFactoryImpl
VerifierFactory implementation for TREX.
TREXGrammar - class com.sun.msv.grammar.trex.TREXGrammar
TREX grammar, which is expressed as <grammar> element.
TREXGrammar() - constructor for class com.sun.msv.grammar.trex.TREXGrammar
this constructor can be used for the ununified expressions.
TREXGrammar(com.sun.msv.grammar.ExpressionPool) - 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(com.sun.msv.reader.GrammarReaderController) - constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
easy-to-use constructor.
easy-to-use constructor.
full constructor
TREXIslandSchema - class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
IslandSchema implementation for TREX pattern.
TREXIslandSchema(com.sun.msv.grammar.trex.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.
TREXNamespace - static field in class com.sun.msv.reader.trex.classic.TREXGrammarReader
Namespace URI of TREX
makes sure that there is no sequenced string.
TYPE_CDATA - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_ENTITIES - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_ENTITY - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_ENUMERATION - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_ID - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_IDREF - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_IDREFS - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_NMTOKEN - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_NMTOKENS - static field in class com.sun.msv.scanner.dtd.DTDParser
TYPE_NOTATION - static field 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.
TypedElementState - class com.sun.msv.reader.trex.typed.TypedElementState
reads <element> element with 'label' annotation.
TypeDetector - class com.sun.msv.verifier.psvi.TypeDetector
assign types to the incoming SAX2 events and reports them to the application handler through TypedContentHandler.
TypedTREXGrammarInterceptor - class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
reads TREX grammar with 'label' annotation.
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 - field 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.
ungetc() - method in class com.sun.msv.scanner.dtd.InputEntity
two character pushback is guaranteed
Computes the union of two name classes.
UnionState - class com.sun.msv.reader.datatype.xsd.UnionState
State that parses <union> element and its children.
UniqueConstraint - class com.sun.msv.grammar.xmlschema.UniqueConstraint
unique constraint.
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.scanner.dtd.DTDEventListener
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String,String,String,String) - method in class com.sun.msv.scanner.dtd.DTDHandlerBase
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String,String,String,String) - method in class com.sun.msv.reader.dtd.DTDReader
Uri - class com.sun.msv.util.Uri
uri - field in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
USE_FIXED - static field in class com.sun.msv.scanner.dtd.DTDEventListener
USE_IMPLIED - static field in class com.sun.msv.scanner.dtd.DTDEventListener
USE_NORMAL - static field in class com.sun.msv.scanner.dtd.DTDEventListener
USE_REQUIRED - static field in class com.sun.msv.scanner.dtd.DTDEventListener
Util - class com.sun.msv.util.Util
Collection of utility methods.

V

Exception that signals error was fatal and recovery was not possible.
ValidityViolation - class com.sun.msv.verifier.ValidityViolation
Contains information about where and how validity violation was happened.
value - field in class com.sun.msv.verifier.regexp.AttributeToken
value - field in class com.sun.msv.grammar.ValueExp
This expression matches this value only.
ValueExp - class com.sun.msv.grammar.ValueExp
Expression that matchs a particular value of a Datatype.
ValueState - class com.sun.msv.reader.trex.ng.ValueState
parses <value> pattern.
Verifier - class com.sun.msv.verifier.Verifier
SAX ContentHandler that verifies incoming SAX event stream.
VerifierFilter - class com.sun.msv.verifier.VerifierFilter
SAX XMLFilter that verifies incoming SAX event stream.
VerifierFilter(com.sun.msv.verifier.IVerifier) - constructor for class com.sun.msv.verifier.VerifierFilter
verifierTag - field in class com.sun.msv.grammar.Expression
this field can be used by Verifier implementation to speed up validation.
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.AttributeExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.ChoiceExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.ConcurExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.DataExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.ElementExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.Expression
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.InterleaveExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.ListExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.MixedExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.OneOrMoreExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.OtherExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.ReferenceExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.SequenceExp
visit(com.sun.msv.grammar.ExpressionVisitor) - method in class com.sun.msv.grammar.ValueExp
visit(com.sun.msv.grammar.ExpressionVisitorBoolean) - method in class com.sun.msv.grammar.DataExp
visit(com.sun.msv.grammar.ExpressionVisitorBoolean) - method in class com.sun.msv.grammar.ListExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.ChoiceExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.ConcurExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.DataExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.ElementExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.Expression
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.ListExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.MixedExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.OtherExp
visit(com.sun.msv.grammar.ExpressionVisitorVoid) - method in class com.sun.msv.grammar.ValueExp
visit(com.sun.msv.grammar.NameClassVisitor) - method in class com.sun.msv.grammar.AnyNameClass
visitor pattern support
visit(com.sun.msv.grammar.NameClassVisitor) - method in class com.sun.msv.grammar.ChoiceNameClass
visitor pattern support
visitor pattern support
visit(com.sun.msv.grammar.NameClassVisitor) - method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
visitor pattern support
visit(com.sun.msv.grammar.NameClassVisitor) - method in class com.sun.msv.grammar.dtd.LocalNameClass
visit(com.sun.msv.grammar.NameClassVisitor) - method in class com.sun.msv.grammar.NameClass
visitor pattern support
visitor pattern support
visit(com.sun.msv.grammar.NameClassVisitor) - method in class com.sun.msv.grammar.NotNameClass
visit(com.sun.msv.grammar.NameClassVisitor) - method in class com.sun.msv.grammar.SimpleNameClass
visitor pattern support
visit(com.sun.msv.grammar.relax.RELAXExpressionVisitor) - method in class com.sun.msv.grammar.relax.ElementRules
visit(com.sun.msv.grammar.relax.RELAXExpressionVisitor) - method in class com.sun.msv.grammar.relax.HedgeRules
visit(com.sun.msv.grammar.relax.RELAXExpressionVisitor) - method in class com.sun.msv.grammar.relax.TagClause
visit(Document) - method in class com.sun.msv.util.xml.DOMVisitor
visit(Element) - method in class com.sun.msv.util.xml.DOMVisitor
visitBinExp(String,com.sun.msv.grammar.BinaryExp,Class) - method in class com.sun.msv.writer.relaxng.PatternWriter
visitNode(Node) - method in class com.sun.msv.util.xml.DOMVisitor
other nodes.
visitUnary(com.sun.msv.grammar.Expression) - method in class com.sun.msv.writer.relaxng.PatternWriter
print expression but surpress unnecessary sequence.

W

warning(Locator[],String) - method in class com.sun.msv.reader.Controller
warning(Locator[],String) - method in class com.sun.msv.driver.textui.DebugController
warning(Locator[],String) - method in class 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.reader.Controller
warning(SAXParseException) - method in class 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.reader.dtd.DTDReader
warning(SAXParseException) - method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
warning(SAXParseException) - method in class com.sun.msv.verifier.util.ErrorHandlerImpl
warning(SAXParseException) - method in class com.sun.msv.verifier.util.IgnoreErrorHandler
warning(SAXParseException) - method in class com.sun.msv.driver.textui.ReportErrorHandler
which(Class) - static method in class com.sun.msv.util.Util
which(String,ClassLoader) - static method in class com.sun.msv.util.Util
Search the specified classloader for the given classname.
wildcard - field in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
Attribute wild card constraint.
wildcard - field in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
Attribute wild card constraint.
wrapUp() - method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
performs final wrap-up.
wrapUp() - method in class com.sun.msv.reader.trex.ng.RELAXNGReader
wrapUp() - method in class com.sun.msv.reader.trex.TREXBaseReader
performs final wrap-up.
wrapUp() - method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
performs final wrap-up.
write(com.sun.msv.grammar.Grammar) - method in class com.sun.msv.writer.GrammarWriter
Converts this grammar to the XML representation.
write(com.sun.msv.grammar.Grammar) - method in class com.sun.msv.writer.relaxng.RELAXNGWriter
Converts this grammar to the XML representation.
write(com.sun.msv.grammar.Grammar,String) - method in class com.sun.msv.writer.relaxng.RELAXNGWriter
generates SAX2 events of the specified grammar.
writeNameClass(com.sun.msv.grammar.NameClass) - method in class com.sun.msv.writer.relaxng.Context
writeNameClass(com.sun.msv.grammar.NameClass) - method in class com.sun.msv.writer.relaxng.RELAXNGWriter
WRN_ANYOTHER_NAMESPACE_IGNORED - static field in class com.sun.msv.relaxns.grammar.relax.Localizer
WRN_ATTEMPT_TO_USE_NAMESPACE - static field in class com.sun.msv.reader.dtd.DTDReader
WRN_COMBINE_IGNORED - static field in class com.sun.msv.reader.trex.TREXBaseReader
WRN_DEPRECATED_TYPENAME - static field in class com.sun.msv.reader.GrammarReader
WRN_ILLEGAL_RELAXCORE_VERSION - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
WRN_ILLEGAL_RELAXNAMESPACE_VERSION - static field in class com.sun.msv.relaxns.reader.RELAXNSReader
WRN_IMPLICIT_URTYPE_FOR_ELEMENT - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
WRN_MAYBE_WRONG_NAMESPACE - static field in class com.sun.msv.reader.GrammarReader
WRN_NO_EXPROTED_LABEL - static field in class com.sun.msv.reader.relax.core.RELAXCoreReader
WRN_OBSOLETED_NAMESPACE - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
WRN_OBSOLETED_XMLSCHEMA_NAMSPACE - static field in class com.sun.msv.reader.trex.TREXBaseReader
WRN_UNSUPPORTED_ANYELEMENT - static field 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.
XMLSchemaGrammar - class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
set of XML Schema.
XMLSchemaGrammar() - constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
XMLSchemaGrammar(com.sun.msv.grammar.ExpressionPool) - constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
XMLSchemaInstanceNamespace - static field in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
XMLSchemaNamespace - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
namespace URI of XML Schema declarations.
XMLSchemaNamespace - static field in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
XMLSchemaNamespace - static field in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
namespace URI of XML Schema
XMLSchemaNamespace2 - static field in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
XMLSchemaNamespace_old - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
XMLSchemaReader - class com.sun.msv.reader.xmlschema.XMLSchemaReader
parses XML representation of XML Schema and constructs AGM.
XMLSchemaReader(com.sun.msv.reader.GrammarReaderController) - constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
easy-to-use constructor.
XMLSchemaSchema - class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
XML Schema object.
XMLSchemaSchemaLocationAttributes - static field in class com.sun.msv.reader.xmlschema.XMLSchemaReader
XMLSchemaTypeExp - class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
Base class of ComplexTypeExp and SimpleTypeExp.
XMLWriter - class com.sun.msv.writer.XMLWriter
Helper class that wraps DocumentHandler and provides utility methods.
XPath - class com.sun.msv.grammar.xmlschema.XPath
internal representation of XPath ('aaa/bbb/ccc/ ...
XSAcceptor - class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
Acceptor implementation for XSREDocDecl.
XSDatatypeExp - class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
A wrapper of XSDatatype that serves as an expression and encapsulates lazy-constructed datatypes.
Creates lazily created datatype.
XSDatatypeExp(XSDatatype,com.sun.msv.grammar.ExpressionPool) - constructor for class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
Creates this object from existing XSDatatype.
XSDatatypeResolver - interface com.sun.msv.reader.datatype.xsd.XSDatatypeResolver
Resolves a datatype name to the corresponding XSDatatypeExp object.
XSDVocabulary - class com.sun.msv.reader.datatype.xsd.XSDVocabulary
XSD implementation of DataTypeVocabulary.
ElementDeclExp.XSElementExp - class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
XML Schema version of ElementExp.
XSFactoryImpl - class com.sun.msv.verifier.jarv.XSFactoryImpl
VerifierFactory implementation for XML Schema.
XSINamespace - static field in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
xsiSchemaLocationExp - field 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(com.sun.msv.grammar.xmlschema.XMLSchemaGrammar) - constructor for class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
XSTypeIncubator - interface com.sun.msv.reader.datatype.xsd.XSTypeIncubator
Interface for the type incubator.
XSTypeOwner - interface com.sun.msv.reader.datatype.xsd.XSTypeOwner
Type owner for XML Schema datatypes.

Z

ZeroOrMoreState - class com.sun.msv.reader.trex.ZeroOrMoreState
parses <zeroOrMore> pattern.