Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABANDON_URI_SNIFFING - Static variable in class com.sun.msv.reader.dtd.DTDReader
-
when this value is in the above set, that indicates we couldn't detect what URIs are going to be used with that prefix.
- AbortException - Exception in com.sun.msv.reader
-
This exception will be thrown when the schema parsing is aborted after all the errors are reported through GrammarReaderController.
- AbstractVerifier - Class in com.sun.msv.verifier
-
Base implementation for various Verifier implementations.
- AbstractVerifier() - Constructor for class com.sun.msv.verifier.AbstractVerifier
- Acceptor - Interface in com.sun.msv.verifier
-
exposes the low-level validation engine interface.
- accepts(StringPair) - Method in class com.sun.msv.grammar.NameClass
- accepts(String, String) - Method in class com.sun.msv.grammar.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.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
- accepts(String, String) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
- add(XSDatatype) - Method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
- add(NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Adds newly found element or attribute.
- add(Matcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- add(String, IdentityConstraint) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
- addBackPatchJob(XSDatatypeExp) - Method in class com.sun.msv.reader.GrammarReader
- addBackPatchJob(GrammarReader.BackPatch) - Method in class com.sun.msv.reader.GrammarReader
- addDefaultValue(AttributeExp, String) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
note that the specified expression is marked with the default value.
- addElementRule(ExpressionPool, ElementRule) - Method in class com.sun.msv.grammar.relax.ElementRules
- addFacet(String, String, boolean, ValidationContext) - Method in interface com.sun.msv.reader.datatype.xsd.XSTypeIncubator
- addHedge(Expression, ExpressionPool) - Method in class com.sun.msv.grammar.relax.HedgeRules
- addKeyValue(SelectorMatcher, KeyValue) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
adds a new KeyValue to the value set.
- 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.
- addUserDefinedType(XSDatatypeExp) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- all(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ALL - Static variable in class com.sun.msv.grammar.NameClass
-
name class that accepts everything.
- ALL - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- allowEmptyChoice - Variable in class com.sun.msv.reader.ChoiceState
- allowEmptySequence - Variable in class com.sun.msv.reader.SequenceState
- allowNullChild - Variable in class com.sun.msv.reader.trex.NameClassWithChildState
-
if this flag is true, then it is OK not to have any children.
- AmbiguousDocumentException() - Constructor for exception com.sun.msv.verifier.psvi.TypeDetector.AmbiguousDocumentException
- annealDeclaration(ElementDeclExp) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
This method is called after this class finishes augmenting ElementDeclExp.
- annealExpression(Expression) - Method in class com.sun.msv.reader.ExpressionWithChildState
-
performs final wrap-up and returns a fully created Expression object that represents this element.
- annealExpression(Expression) - Method in class com.sun.msv.reader.relax.core.MixedState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.AttributeState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ElementState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.MixedState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ng.comp.CompAttributeState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ng.ListState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.OneOrMoreState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.OptionalState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.StartState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.typed.TypedElementState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ZeroOrMoreState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.AttributeGroupState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.AttributeState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.ComplexContentState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.GroupState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- annealNameClass(NameClass) - Method in class com.sun.msv.reader.trex.NameClassWithChildState
-
performs final wrap-up and returns a fully created NameClass object that represents this element.
- annealNameClass(NameClass) - Method in class com.sun.msv.reader.trex.ng.NGNameState
-
performs final wrap-up and returns a fully created NameClass object that represents this element.
- annealType(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.ListState
- annealType(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
- annealType(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.SimpleTypeState
- AnnotationNamespace - Static variable in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
Namespace URI of RELAX NG DTD compatibility annotation
- any(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- anyAttribute(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- AnyAttributeOwner - Interface in com.sun.msv.reader.xmlschema
-
A state that can have <anyAttribute > element must implement this interface.
- AnyAttributeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <anyAttribute > element.
- AnyAttributeState() - Constructor for class com.sun.msv.reader.xmlschema.AnyAttributeState
- AnyElementState - Class in com.sun.msv.reader.xmlschema
-
used to parse <any > element.
- AnyElementState() - Constructor for class com.sun.msv.reader.xmlschema.AnyElementState
- AnyElementToken - Class in com.sun.msv.verifier.regexp
-
special Token that matchs any element.
- AnyNameClass - Class in com.sun.msv.grammar
-
a NameClass that matches any name.
- AnyNameClass() - Constructor for class com.sun.msv.grammar.AnyNameClass
- AnyNameState() - Constructor for class com.sun.msv.reader.trex.ng.NGNameState.AnyNameState
- AnyOtherElementExp - Class in com.sun.msv.relaxns.grammar.relax
-
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 in com.sun.msv.relaxns.reader.relax
-
parses <anyOtherElement> state.
- AnyOtherElementState() - Constructor for class com.sun.msv.relaxns.reader.relax.AnyOtherElementState
- AnyOtherElementVerifier - Class in com.sun.msv.relaxns.verifier
-
IslandVerifier that validates <anyOtherElement /> of RELAX.
- AnyOtherElementVerifier(AnyOtherElementExp[]) - Constructor for class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- AnyState - Class in com.sun.msv.reader.xmlschema
-
base implementation of AnyAttributeState and AnyElementState.
- AnyState() - Constructor for class com.sun.msv.reader.xmlschema.AnyState
- anyString - Static variable in class com.sun.msv.grammar.Expression
-
special expression object that represents "any string".
- anyString(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- areaLen - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
- areas - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
areas.
- attFeeder - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- attLocalName - Variable in class com.sun.msv.verifier.ErrorInfo.BadAttribute
- attNamespaceURI - Variable in class com.sun.msv.verifier.ErrorInfo.BadAttribute
- attPicker - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- attPool(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- AttPoolClause - Class in com.sun.msv.grammar.relax
-
'attPool' of RELAX module.
- AttPoolClause(String) - Constructor for class com.sun.msv.grammar.relax.AttPoolClause
- AttPoolContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
- AttPoolRefState - Class in com.sun.msv.reader.relax.core
-
parses <ref role="..." />.
- AttPoolRefState() - Constructor for class com.sun.msv.reader.relax.core.AttPoolRefState
- attPools - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from role name to AttPoolClause object
- AttPoolState - Class in com.sun.msv.reader.relax.core
-
parses <attPool> element.
- AttPoolState() - Constructor for class com.sun.msv.reader.relax.core.AttPoolState
- attPruner - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- attQName - Variable in class com.sun.msv.verifier.ErrorInfo.BadAttribute
-
information about the attribute that caused the error.
- attRemover - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- attribute(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- attribute(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader.StateFactory
- attribute(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- attribute(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- attribute(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- attributeDecl(String, String, String, String[], short, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- attributeDecl(String, String, String, String[], short, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
For each entry in an ATTLIST declaration, this event will be fired.
- attributeDecl(String, String, String, String[], short, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- AttributeDeclContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
- AttributeDeclExp - Class in com.sun.msv.grammar.xmlschema
-
global attribute declaration.
- AttributeDeclExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.AttributeDeclExp
-
name of this attribute declaration.
- attributeDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from attribute declaration name to AttributeDeclExp object
- attributeDecls - Variable in class com.sun.msv.reader.dtd.DTDReader
-
map from element name to (map from attribute name to AttModel).
- AttributeExp - Class in com.sun.msv.grammar
-
Attribute declaration.
- AttributeExp(NameClass, Expression) - Constructor for class com.sun.msv.grammar.AttributeExp
- AttributeFeeder - Class in com.sun.msv.verifier.regexp
-
Feeds AttributeToken to the expression and obtains the residual (content model).
- AttributeFeeder(REDocumentDeclaration) - Constructor for class com.sun.msv.verifier.regexp.AttributeFeeder
- attributeFormDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "attributeFormDefault" attribute.
- attributeFreeContentModel - Variable in class com.sun.msv.grammar.relax.ElementRule
-
Attribute-free content model
- attributeGroup(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- AttributeGroupContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
- AttributeGroupExp - Class in com.sun.msv.grammar.xmlschema
-
attribute group declaration.
- AttributeGroupExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.AttributeGroupExp
-
name of this attribute group declaration.
- attributeGroups - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from attribute group name to AttributeGroupExp object
- AttributeGroupState - Class in com.sun.msv.reader.xmlschema
-
parses <attributeGroup /> element.
- AttributeGroupState() - Constructor for class com.sun.msv.reader.xmlschema.AttributeGroupState
- AttributePicker - Class in com.sun.msv.verifier.regexp
-
removes all unnecessary expressions and creates an expression that consists of required attributes and choices only.
- AttributePicker(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.AttributePicker
- AttributePruner - Class in com.sun.msv.verifier.regexp
-
Creates an expression whose AttributeExp is completely replaced by nullSet.
- AttributePruner(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.AttributePruner
- AttributeRemover - Class in com.sun.msv.verifier.regexp
-
Creates an expression whose AttributeExp is completely replaced by epsilon.
- AttributeRemover(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.AttributeRemover
- attributes - Variable in class com.sun.msv.util.StartTagInfo
- attributesDecls - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
map from name to DeclImpl.
- AttributeState - Class in com.sun.msv.reader.relax.core
-
parses <attribute> element.
- AttributeState - Class in com.sun.msv.reader.trex
-
parses <attribute> pattern.
- AttributeState - Class in com.sun.msv.reader.trex.ng
-
parses <attribute> pattern.
- AttributeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <attribute > element.
- AttributeState() - Constructor for class com.sun.msv.reader.relax.core.AttributeState
- AttributeState() - Constructor for class com.sun.msv.reader.trex.AttributeState
- AttributeState() - Constructor for class com.sun.msv.reader.trex.ng.AttributeState
- AttributeState() - Constructor for class com.sun.msv.reader.xmlschema.AttributeState
- attributeStep - Variable in class com.sun.msv.grammar.xmlschema.XPath
-
optional attribute step that can only appear as the last child.
- AttributeToken - Class in com.sun.msv.verifier.regexp
-
represents attribute and its value.
- AttributeToken(REDocumentDeclaration, String, String, String, StringToken) - Constructor for class com.sun.msv.verifier.regexp.AttributeToken
- AttributeToken(REDocumentDeclaration, String, String, String, String, IDContextProvider2) - Constructor for class com.sun.msv.verifier.regexp.AttributeToken
- AttributeWildcard - Class in com.sun.msv.grammar.xmlschema
-
Attribute wildcard property of the schema component.
- AttributeWildcard(NameClass, int) - Constructor for class com.sun.msv.grammar.xmlschema.AttributeWildcard
- AttributeWildcardComputer - Class in com.sun.msv.reader.xmlschema
-
Processes the attribtue wildcard according to the spec.
- AttributeWildcardComputer(XMLSchemaReader) - Constructor for class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
- attToken - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
the AttributeToken object which is re-used
- attValue - Variable in class com.sun.msv.verifier.ErrorInfo.BadAttribute
- attWildcard - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
attribute wildcard as an expression.
- AttWildcardExp - Interface in com.sun.msv.grammar.xmlschema
-
Schema component with
AttributeWildcard
B
- backwardReference - Variable in class com.sun.msv.reader.GrammarReader
-
keeps track of all backward references to every ReferenceExp.
- BackwardReferenceMap() - Constructor for class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
- BadAttribute(StartTagInfo, String, String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadAttribute
- BadTagName(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadTagName
- BadTagName(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadTagName
- BadText(String) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadText
- BadText(StringBuffer) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadText
- basePrefixResolver - Static variable in class com.sun.msv.reader.GrammarReader
-
The namespace prefix resolver that only resolves "xml" prefix.
- baseTypeName - Variable in class com.sun.msv.reader.trex.ng.DataState
-
the name of the base type.
- baseURI - Variable in class com.sun.msv.reader.State
-
base URI for this state.
- BinaryExp - Class in com.sun.msv.grammar
-
Base implementation for those expression which has two child expressions.
- BinaryExp(Expression, Expression) - Constructor for class com.sun.msv.grammar.BinaryExp
- binaryVisit(BinaryExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- bind(ReferenceContainer, IslandSchemaImpl.Binder) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- 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
- bind(ErrorHandler) - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
binds all IslandSchemata.
- Binder(SchemaProvider, ErrorHandler, ExpressionPool) - Constructor for class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- block - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
The block property of this schema component, implemented as a bit field.
- block - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
The disallowed substitution property of this schema component, implemented as a bit field.
- blockDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "blockDefault" attribute.
- body - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
actual content model definition + attribute uses.
- body - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
The expression that represents the "body" of this expression.
- BuiltinDatatypeLibrary - Class in com.sun.msv.grammar.relaxng.datatype
-
RELAX NG built-in datatypes.
- BuiltinDatatypeLibrary() - Constructor for class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
C
- calc(Expression) - Static method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- calc(NameClass) - Static method in class com.sun.msv.grammar.util.PossibleNamesCollector
-
computes all possibile names for this name class, and returns the set of
StringPair
. - calcEpsilonReducibility() - Method in class com.sun.msv.grammar.AttributeExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.ChoiceExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.ConcurExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.DataExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.ElementExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.Expression
-
computes epsilon reducibility
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.InterleaveExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.ListExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.MixedExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.OneOrMoreExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.OtherExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.ReferenceExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.relax.ElementRules
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.SequenceExp
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.ValueExp
- calcHashCode() - Method in class com.sun.msv.grammar.AttributeExp
- calcHashCode() - Method in class com.sun.msv.grammar.BinaryExp
- calcHashCode() - Method in class com.sun.msv.grammar.DataExp
- calcHashCode() - Method in class com.sun.msv.grammar.ElementExp
- calcHashCode() - Method in class com.sun.msv.grammar.Expression
-
Computes the hashCode again.
- calcHashCode() - Method in class com.sun.msv.grammar.OtherExp
- calcHashCode() - Method in class com.sun.msv.grammar.ReferenceExp
- calcHashCode() - Method in class com.sun.msv.grammar.UnaryExp
- calcHashCode() - Method in class com.sun.msv.grammar.ValueExp
- calcResidual(Expression, Token) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
-
compute the residual
- callInterceptExpression(Expression) - Method in class com.sun.msv.reader.State
- canHaveOccurs(ExpressionState) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
returns true if the given state can have "occurs" attribute.
- canHaveOccurs(ExpressionState) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
returns true if the given state can have "occurs" attribute.
- canHaveOccurs(State) - Method in class com.sun.msv.reader.relax.RELAXReader
-
returns true if the given state can have "occurs" attribute.
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.ChoiceState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.ExpressionWithChildState
-
combines half-made expression and newly found child expression into the expression.
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.InterleaveState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.relax.core.InlineTagState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.relax.core.MixedState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.SequenceState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.trex.AttributeState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.trex.classic.ConcurState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.xmlschema.AttributeGroupState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.xmlschema.AttributeState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.xmlschema.ComplexContentState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.xmlschema.GroupState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.xmlschema.SimpleContentState
- castNameClass(NameClass, NameClass) - Method in class com.sun.msv.reader.trex.NameClassChoiceState
- castNameClass(NameClass, NameClass) - Method in class com.sun.msv.reader.trex.NameClassDifferenceState
- castNameClass(NameClass, NameClass) - Method in class com.sun.msv.reader.trex.NameClassNotState
- castNameClass(NameClass, NameClass) - Method in class com.sun.msv.reader.trex.NameClassWithChildState
-
combines half-made name class and newly found child name class into the name class.
- castNameClass(NameClass, NameClass) - Method in class com.sun.msv.reader.trex.ng.NGNameState
- cccec - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- CERR_ANN_CHILD_ELEMENT - Static variable in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- CERR_ANN_INVALID_ATTRIBUTE - Static variable in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- CERR_ANN_MISPLACED - Static variable in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- ChainPrefixResolver(String, String) - Constructor for class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
- chameleonTargetNamespace - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
The intended target namespace of the chameleon schema.
- characterChunk(String, Datatype) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of a string.
- characters(char[], int, int) - Method in class com.sun.msv.reader.dtd.DTDReader
- characters(char[], int, int) - Method in class com.sun.msv.reader.IgnoreState
- 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.reader.trex.NameClassNameState
- characters(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.DataParamState
- characters(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.ValueState
- characters(char[], int, int) - Method in class com.sun.msv.reader.util.ForkContentHandler
- characters(char[], int, int) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of character data.
- characters(char[], int, int) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- characters(char[], int, int) - Method in class com.sun.msv.util.xml.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.FieldMatcher
- characters(char[], int, int) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- characters(char[], int, int) - Method in class com.sun.msv.verifier.identity.Matcher
- characters(char[], int, int) - Method in class com.sun.msv.verifier.identity.PathMatcher
- characters(char[], int, int) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- characters(char[], int, int) - Method in class com.sun.msv.verifier.Verifier
- characters(char[], int, int) - Method in class com.sun.msv.verifier.VerifierFilter
- characters(char[], int, int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 characters event.
- 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.
- check(NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
tests a given exp against existing expressions (which are stored in the exps field.)
- check(NameClassAndExpression, NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Tests two name classes to see if they collide.
- check(NameClass, NameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
-
Returns true if two name classes collide.
- check(TagClause, RELAXCoreReader) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- check(GrammarReader, Expression) - Static method in class com.sun.msv.reader.RunAwayExpressionChecker
- check(RELAXCoreReader, RELAXModule) - Static method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- 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(NameClass) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Checks the contextual restriction on a name class.
- child - Variable in class com.sun.msv.grammar.NotNameClass
- childElement(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
- childElement(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- childElement(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- ChildlessState - Class in com.sun.msv.reader
-
state that has no children.
- ChildlessState() - Constructor for class com.sun.msv.reader.ChildlessState
- children - Variable in class com.sun.msv.verifier.identity.PathMatcher
-
child matchers.
- children() - Method in class com.sun.msv.grammar.BinaryExp
-
iterates all child expressions.
- choice(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- choice(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- choice(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- CHOICE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- ChoiceExp - Class in com.sun.msv.grammar
-
A|B.
- ChoiceNameClass - Class in com.sun.msv.grammar
-
Union of two NameClasses.
- ChoiceNameClass(NameClass, NameClass) - Constructor for class com.sun.msv.grammar.ChoiceNameClass
- ChoiceState - Class in com.sun.msv.reader
-
state that creates ChoiceExp.
- ChoiceState() - Constructor for class com.sun.msv.reader.ChoiceState
- ChoiceState(boolean) - Constructor for class com.sun.msv.reader.ChoiceState
- chooseLocale(String[]) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Chooses a client locale to use for diagnostics, using the first language specified in the list that is supported by this parser.
- chooseLocale(String[]) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
-
Chooses a client locale to use, using the first language specified in the list that is supported by this catalog.
- clause - Variable in class com.sun.msv.grammar.relax.ElementRule
-
constraints over start tag of the element
- clause - Variable in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- close() - Method in class com.sun.msv.scanner.dtd.InputEntity
- ClosedHash() - Constructor for class com.sun.msv.grammar.ExpressionPool.ClosedHash
- ClosedHash(ExpressionPool.ClosedHash) - Constructor for class com.sun.msv.grammar.ExpressionPool.ClosedHash
- collect(Expression, Collection<Expression>) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- com.sun.msv.driver.textui - package com.sun.msv.driver.textui
-
Command line verifier.
- com.sun.msv.grammar - package com.sun.msv.grammar
-
abstract grammar model(AGM): common part.
- com.sun.msv.grammar.dtd - package com.sun.msv.grammar.dtd
- com.sun.msv.grammar.relax - package com.sun.msv.grammar.relax
-
abstract grammar model(AGM): RELAX stub.
- com.sun.msv.grammar.relaxng - package com.sun.msv.grammar.relaxng
- com.sun.msv.grammar.relaxng.datatype - package com.sun.msv.grammar.relaxng.datatype
-
RELAX NG built-in datatype implementation.
- com.sun.msv.grammar.trex - package com.sun.msv.grammar.trex
-
abstract grammar model (AGM): TREX extension and TREX stub.
- com.sun.msv.grammar.trex.typed - package com.sun.msv.grammar.trex.typed
-
Abstract grammar model (AGM): TREX label-annotated stub.
- com.sun.msv.grammar.util - package com.sun.msv.grammar.util
-
Miscellaneous utility classes.
- com.sun.msv.grammar.xmlschema - package com.sun.msv.grammar.xmlschema
-
W3C XML Schema grammar model.
- com.sun.msv.reader - package com.sun.msv.reader
-
reads XML representation of grammar and creates AGM.
- com.sun.msv.reader.datatype - package com.sun.msv.reader.datatype
-
interface of Datatype vocabulary reader.
- com.sun.msv.reader.datatype.xsd - package com.sun.msv.reader.datatype.xsd
-
reads XML representation for XML Schema Part.2
- com.sun.msv.reader.dtd - package com.sun.msv.reader.dtd
-
reads DTD and constructs AGM.
- com.sun.msv.reader.relax - package com.sun.msv.reader.relax
-
common parts for parseing RELAX Core/Namespace into AGM.
- com.sun.msv.reader.relax.core - package com.sun.msv.reader.relax.core
-
parses RELAX Core into AGM.
- com.sun.msv.reader.relax.core.checker - package com.sun.msv.reader.relax.core.checker
-
Non-essential schema conformance checks.
- com.sun.msv.reader.trex - package com.sun.msv.reader.trex
-
shared code between RELAX NG reader and TREX reader.
- com.sun.msv.reader.trex.classic - package com.sun.msv.reader.trex.classic
-
parses TREX pattern into AGM.
- com.sun.msv.reader.trex.ng - package com.sun.msv.reader.trex.ng
-
parses RELAX NG into AGM.
- com.sun.msv.reader.trex.ng.comp - package com.sun.msv.reader.trex.ng.comp
-
parses RELAX NG with DTD compatibility annotation into AGM.
- com.sun.msv.reader.trex.typed - package com.sun.msv.reader.trex.typed
-
reads TREX grammar with "label annotation".
- com.sun.msv.reader.util - package com.sun.msv.reader.util
-
Miscellaneous utilities
- com.sun.msv.reader.xmlschema - package com.sun.msv.reader.xmlschema
-
parses XML representation of XML Schema into AGM.
- com.sun.msv.relaxns.grammar - package com.sun.msv.relaxns.grammar
-
abstract grammar model(AGM) for RELAX Namespace.
- com.sun.msv.relaxns.grammar.relax - package com.sun.msv.relaxns.grammar.relax
-
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
- com.sun.msv.relaxns.grammar.trex - package com.sun.msv.relaxns.grammar.trex
-
abstract grammar model(AGM) for RELAXNS-extended TREX.
- com.sun.msv.relaxns.reader - package com.sun.msv.relaxns.reader
-
parses XML representation of RELAX Namespace.
- com.sun.msv.relaxns.reader.relax - package com.sun.msv.relaxns.reader.relax
-
parses XML representation of RELAXNS-extended RELAX Core.
- com.sun.msv.relaxns.reader.trex - package com.sun.msv.relaxns.reader.trex
-
parses XML representation of RELAXNS-extended TREX.
- com.sun.msv.relaxns.verifier - package com.sun.msv.relaxns.verifier
-
"divide&validate" framework implementation.
- com.sun.msv.scanner.dtd - package com.sun.msv.scanner.dtd
-
scan DTD stream and generates appropriate events.
- com.sun.msv.util - package com.sun.msv.util
-
Miscellaneous utilities
- com.sun.msv.util.xml - package com.sun.msv.util.xml
- com.sun.msv.verifier - package com.sun.msv.verifier
-
Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema.
- com.sun.msv.verifier.identity - package com.sun.msv.verifier.identity
-
Verifier with XML Schema's identity constraint check.
- com.sun.msv.verifier.jarv - package com.sun.msv.verifier.jarv
-
Implementation of JARV (Java API for RELAX Verifier).
- com.sun.msv.verifier.jaxp - package com.sun.msv.verifier.jaxp
- com.sun.msv.verifier.psvi - package com.sun.msv.verifier.psvi
-
Type-assignment engine that can be used by application programs.
- com.sun.msv.verifier.regexp - package com.sun.msv.verifier.regexp
-
VGM implementation by using regular expression derivation algorithm.
- com.sun.msv.verifier.regexp.xmlschema - package com.sun.msv.verifier.regexp.xmlschema
-
RegExp VGM implementation that supports special semantics of XML Schema
- com.sun.msv.verifier.util - package com.sun.msv.verifier.util
-
Miscellaneous utilities
- com.sun.msv.writer - package com.sun.msv.writer
- com.sun.msv.writer.relaxng - package com.sun.msv.writer.relaxng
-
AGM to RELAX NG converter
- combinedAttPools - Variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
contains all expressions that are going to be combined.
- CombinedChildContentExpCreator - Class in com.sun.msv.verifier.regexp
-
creates "combined child content expression" and gathers "elements of concern" and its "attribute-pruned" content model.
- CombinedChildContentExpCreator(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- CombinedChildContentExpCreator.ExpressionPair - Class in com.sun.msv.verifier.regexp
- combineMethod - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
The combine method which is used to combine this pattern.
- combineToBaseType(ComplexTypeExp, Expression) - Method in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
-
combines the base type content model and this content model
- combineToContentModel(Expression) - Method in class com.sun.msv.reader.dtd.DTDReader
- 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
-
Deprecated.use the combineURI method.
- comment(String) - Method in class com.sun.msv.reader.dtd.DTDReader
- comment(String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification that a comment has been read.
- comment(String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- CompatibilityDatatypeLibrary - Class in com.sun.msv.grammar.relaxng.datatype
-
RELAX NG DTD compatibility datatype library.
- CompatibilityDatatypeLibrary() - Constructor for class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
- CompAttributeState - Class in com.sun.msv.reader.trex.ng.comp
-
parses <attribute> pattern.
- CompAttributeState() - Constructor for class com.sun.msv.reader.trex.ng.comp.CompAttributeState
- compileSchema(InputSource) - Method in class com.sun.msv.verifier.jarv.FactoryImpl
- ComplexAcceptor - Class in com.sun.msv.verifier.regexp
-
Accept that is used when more than one pattern can be applicable to the current context.
- ComplexAcceptor(REDocumentDeclaration, Expression, ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ComplexAcceptor
- ComplexAcceptor(REDocumentDeclaration, Expression, Expression[], ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ComplexAcceptor
- ComplexAcceptorBaseImpl - Class in com.sun.msv.verifier.regexp
-
base implementation of ComplexAcceptor.
- ComplexAcceptorBaseImpl(REDocumentDeclaration, Expression, Expression[], boolean) - Constructor for class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- complexBaseType - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
base type of this complex type.
- complexContent(State, StartTagInfo, ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ComplexContentBodyState - Class in com.sun.msv.reader.xmlschema
-
used to parse restriction/extension element as a child of complexContent element.
- ComplexContentBodyState(ComplexTypeExp, boolean) - Constructor for class com.sun.msv.reader.xmlschema.ComplexContentBodyState
- ComplexContentState - Class in com.sun.msv.reader.xmlschema
-
parses <complexContent> element.
- ComplexContentState(ComplexTypeExp) - Constructor for class com.sun.msv.reader.xmlschema.ComplexContentState
- complexExt(State, StartTagInfo, ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- complexRst(State, StartTagInfo, ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ComplexTypeContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
- complexTypeDecl(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ComplexTypeDeclState - Class in com.sun.msv.reader.xmlschema
-
used to parse <complexType> element.
- ComplexTypeDeclState() - Constructor for class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- ComplexTypeExp - Class in com.sun.msv.grammar.xmlschema
-
ComplexType definition.
- ComplexTypeExp(XMLSchemaSchema, String) - Constructor for class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- complexTypes - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from simple type name to SimpleTypeExp object
- complexUrType - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
expression that matches to "ur-type" when used as a complex type.
- compute(XMLSchemaReader, Expression) - Static method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
- concur(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- ConcurExp - Class in com.sun.msv.grammar
-
<concur> pattern of TREX.
- ConcurState - Class in com.sun.msv.reader.trex.classic
-
parses <concur> pattern.
- ConcurState() - Constructor for class com.sun.msv.reader.trex.classic.ConcurState
- connector(short) - Method in class com.sun.msv.reader.dtd.DTDReader
- connector(short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Connectors in one model group is guaranteed to be the same.
- connector(short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- CONNECTOR_UNKNOWN - Variable in class com.sun.msv.reader.dtd.DTDReader
- connectorType - Variable in class com.sun.msv.reader.dtd.DTDReader
- Const - Class in com.sun.msv.verifier.jarv
-
Constant values related to JARV.
- Const - Class in com.sun.msv.verifier.jaxp
- Const() - Constructor for class com.sun.msv.verifier.jarv.Const
- Const() - Constructor for 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 - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
- CONTENT_MODEL_ANY - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- CONTENT_MODEL_CHILDREN - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- CONTENT_MODEL_EMPTY - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- CONTENT_MODEL_MIXED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- ContentHandlerAdaptor - Class in com.sun.msv.writer
-
Adapt SAX2 ContentHandler as a SAX1 DocumentHandler.
- ContentHandlerAdaptor(ContentHandler) - Constructor for class com.sun.msv.writer.ContentHandlerAdaptor
- contentModel - Variable in class com.sun.msv.grammar.ElementExp
-
content model of this element declaration.
- contentModel - Variable in class com.sun.msv.reader.dtd.DTDReader
- contentModel - Variable in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
- CONTENTMODEL - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
in this mode, element declaration is one of the terminal symbol of stringnization.
- ContentModelAcceptor - Class in com.sun.msv.verifier.regexp
-
base implementation for SimpleAcceptor and ComplexAcceptor
- ContentModelAcceptor(REDocumentDeclaration, Expression, boolean) - Constructor for class com.sun.msv.verifier.regexp.ContentModelAcceptor
- contentModelInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
- ContentModelRefExpRemover - Class in com.sun.msv.verifier.regexp
-
Non-recursive ReferenceExpRemover with a cache.
- ContentModelRefExpRemover() - Constructor for class com.sun.msv.verifier.regexp.ContentModelRefExpRemover
- contents - Variable in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- context - Variable in class com.sun.msv.util.StartTagInfo
-
object that provides additional information which is necessary for validating some datatypes
- context - Variable in class com.sun.msv.verifier.regexp.StringToken
- context - Variable in class com.sun.msv.writer.relaxng.PatternWriter
- Context - Interface in com.sun.msv.writer.relaxng
- contextStack - Variable in class com.sun.msv.reader.dtd.DTDReader
- continuation - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
- continuation - Variable in class com.sun.msv.verifier.regexp.SimpleAcceptor
-
the expression that should be used by the parent acceptor once if this acceptor is satisfied.
- continueGet(Expression, StartTagInfo, boolean) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- controller - Variable in class com.sun.msv.reader.dtd.DTDReader
- controller - Variable in class com.sun.msv.reader.GrammarReader
-
this object receives errors and warnings
- Controller - Class in com.sun.msv.reader
-
Internal view of GrammarReaderController.
- Controller(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(IDContextProvider) - Static method in class com.sun.msv.grammar.util.IDContextProviderWrapper
- createAcceptor() - Method in interface com.sun.msv.verifier.DocumentDeclaration
-
creates a new Acceptor that will validate the document element.
- createAcceptor() - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- createAcceptor() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
-
creates actual Acceptor object from the computed result.
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
-
creates an XSAcceptor instead of default acceptor implementations.
- createAnyString() - Method in class com.sun.msv.grammar.ExpressionPool
- createAttribute(NameClass) - Method in class com.sun.msv.grammar.ExpressionPool
- createAttribute(NameClass, Expression, String) - Method in class com.sun.msv.grammar.ExpressionPool
- createAttribute(NameClass, Expression, String) - Method in class com.sun.msv.reader.xmlschema.AttributeState
-
Allows the derived class to change it.
- createAttributeBody(String, String, String, String[], short, String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
Creates an attribute body from the declaration found in the DTD.
- createAttributeState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
creates a state object that parses "attribute","attributeGroup ref", and "anyAttribute".
- createChildAcceptor(StartTagInfo, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
-
creates an Acceptor that will accept the content model of the children of this moment.
- createChildAcceptor(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
creates combined child acceptor and primitive child acceptors (if necessary).
- createChildAcceptor(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.ChildlessState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.datatype.xsd.ListState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.datatype.xsd.SimpleTypeState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.datatype.xsd.UnionState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.ExpressionWithChildState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.ExpressionWithoutChildState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.AttributeState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.InlineTagState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.InlineElementState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.InterfaceState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.SimpleState
-
creates appropriate child state object for this element
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.DefineState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.DivInGrammarState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.IncludeMergeState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.NameClassWithChildState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.NameClassWithoutChildState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.DataState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.NGNameState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.RootIncludedPatternState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.RootMergedGrammarState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.trex.RootState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.AttributeGroupState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.AttributeState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.ComplexContentState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.GroupState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.RedefineState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.RootIncludedSchemaState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.SimpleContentState
- createChildState(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.GrammarState
- createChildState(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.RootGrammarState
- createChildState(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.TopLevelState
- createChildStringToken(String, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.StringToken
- createChoice(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createClone() - Method in class com.sun.msv.relaxns.verifier.RulesAcceptor
- createClone() - Method in interface com.sun.msv.verifier.Acceptor
-
clones this acceptor.
- createClone() - Method in class com.sun.msv.verifier.regexp.ComplexAcceptor
- createClone() - Method in class com.sun.msv.verifier.regexp.SimpleAcceptor
- createClone() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- createConcur(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createData(XSDatatype) - Method in class com.sun.msv.grammar.ExpressionPool
- createData(Datatype, StringPair) - Method in class com.sun.msv.grammar.ExpressionPool
- createData(Datatype, StringPair, Expression) - 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
- createElementDeclaration(String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
Creates an element declaration in the grammar object by using the parsed result.
- createElementDeclarations() - Method in class com.sun.msv.reader.dtd.DTDReader
-
Creates element declarations from the parsed result.
- createEpsilon() - Method in class com.sun.msv.grammar.ExpressionPool
- createExpression(XMLSchemaGrammar) - Method in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
Creates the expression that corresponds to the current attribute wildcard specification.
- createExpression(String, String) - Method in class com.sun.msv.reader.xmlschema.AnyAttributeState
- createExpression(String, String) - Method in class com.sun.msv.reader.xmlschema.AnyElementState
- createExpression(String, String) - Method in class com.sun.msv.reader.xmlschema.AnyState
-
creates AGM that corresponds to the specified parameters.
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.GrammarReader
-
this method must be implemented by the derived class to create language-default expresion state.
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- createExpressionChildState(State, StartTagInfo) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- createFacetState(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader
- createFacetState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- createFactory(String) - Method in class com.sun.msv.verifier.jarv.FactoryLoaderImpl
- createFinalizedType(int, GrammarReader) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Derives a new type by setting final values.
- createGrammar(ExpressionPool, TREXGrammar) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader.StateFactory
- createGrammar(ExpressionPool, TREXGrammar) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- createIdentityConstraint() - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- 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.
- createInitialNamespaceMap() - Static method in class com.sun.msv.reader.dtd.DTDReader
- createInputSource(File) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Creates an input source from a given file, autodetecting the character encoding.
- createInputSource(String, InputStream, boolean, String) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Returns an input source, using the MIME type information and URL scheme to statically determine the correct character encoding if possible and otherwise autodetecting it.
- createInputSource(URL, boolean) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Creates an input source from a given URI.
- createInterleave(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createLaxNameClass(NameClass, XMLSchemaReader.RefResolver) - Method in class com.sun.msv.reader.xmlschema.AnyState
- createList(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createMixed(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createModelGroupState(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
creates a state object that parses "all"/"group ref"/"choice" and "sequence".
- createNameClassChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- createNameClassChildState(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader
- createNameClassWriter() - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- createNewAttributesVerifier(String, AttributesDecl[]) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- createNewVerifier(String, ElementDecl[]) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- createNullSet() - Method in class com.sun.msv.grammar.ExpressionPool
- createOneOrMore(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createOptional(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createParserFactory() - Static method in class com.sun.msv.reader.GrammarReader
-
Creates a default SAXParserFactory.
- createReference(String) - Method in class com.sun.msv.grammar.ReferenceContainer
-
creates a new reference object with given name
- createReference(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
- createReference(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
- createReference(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
- createReference(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.TagContainer
- createReference(String) - Method in class com.sun.msv.grammar.trex.TREXGrammar.RefContainer
- createReference(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
- createReference(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
- createReference(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
- createReference(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
- createReference(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
- createReference(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
- createSequence(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createTopLevelReaderState(StartTagInfo) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
-
creates a State object that will parse the element specified by tag parameter.
- createTopLevelReaderState(StartTagInfo) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
- createTopLevelVerifier() - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
- createValue(XSDatatype, Object) - Method in class com.sun.msv.grammar.ExpressionPool
- createValue(Datatype, StringPair, Object) - Method in class com.sun.msv.grammar.ExpressionPool
- createZeroOrMore(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- current - Variable in class com.sun.msv.verifier.Verifier
- currentGrammarURI - Variable in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
TREX allows either (1) the predefined namespace for TREX or (2) default namespace "" as its namespace.
- currentNamedPattern - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Info about the current ReferenceExp object which is being defined.
- currentSchema - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
D
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- dataExcept(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- DataExp - Class in com.sun.msv.grammar
-
Expression that matchs characters of the particular
Datatype
. - DataExp(Datatype, StringPair, Expression) - Constructor for class com.sun.msv.grammar.DataExp
- DataOrValueExp - Interface in com.sun.msv.grammar
- dataParam(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- DataParamState - Class in com.sun.msv.reader.trex.ng
-
parses <param> element inside <data> element.
- DataParamState() - Constructor for class com.sun.msv.reader.trex.ng.DataParamState
- DataState - Class in com.sun.msv.reader.trex.classic
-
parses <data> pattern.
- DataState - Class in com.sun.msv.reader.trex.ng
-
parses <data> pattern.
- DataState() - Constructor for class com.sun.msv.reader.trex.classic.DataState
- DataState() - Constructor for class com.sun.msv.reader.trex.ng.DataState
- DatatypeContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
- datatypeLibURI - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
the namespace URI of the currently active datatype library.
- DatatypeRef - Class in com.sun.msv.util
-
reference to
Datatype
- DatatypeRef() - Constructor for class com.sun.msv.util.DatatypeRef
- datatypes - Variable in class com.sun.msv.grammar.relax.RELAXModule
- dataTypes - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
data type vocabularies used and defined by this grammar.
- DataTypeVocabulary - Interface in com.sun.msv.reader.datatype
-
this class is used to parse foreign datatype vocabulary.
- DataTypeVocabularyMap - Class in com.sun.msv.reader.datatype
-
a map from namespace URI to DataTypeVocabulary
- DataTypeVocabularyMap() - Constructor for class com.sun.msv.reader.datatype.DataTypeVocabularyMap
- DblAttrConstraintChecker - Class in com.sun.msv.reader.relax.core.checker
-
makes sure that no two AttributeExps have the same attribute name as their target.
- DblAttrConstraintChecker() - Constructor for class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- debug - Static variable in class com.sun.msv.driver.textui.Debug
- Debug - Class in com.sun.msv.driver.textui
- Debug() - Constructor for class com.sun.msv.driver.textui.Debug
- DebugController - Class in com.sun.msv.driver.textui
-
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, PrintStream) - Constructor for class com.sun.msv.driver.textui.DebugController
- DebugController(boolean, boolean, PrintStream, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
- DebugController(boolean, boolean, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
- decl - Variable in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
-
ComplexType object that we are now constructing.
- declaredElements - Variable in class com.sun.msv.scanner.dtd.DTDParser
- DeclImpl - Class in com.sun.msv.relaxns.grammar
-
Implementation of ElementDecl interface by MSV grammar model.
- DeclImpl(ReferenceExp) - Constructor for class com.sun.msv.relaxns.grammar.DeclImpl
- DeclImpl(String, Expression) - Constructor for class com.sun.msv.relaxns.grammar.DeclImpl
- defaultExpression() - Method in class com.sun.msv.reader.ExpressionWithChildState
-
computes default expression.
- defaultExpression() - Method in class com.sun.msv.reader.xmlschema.AttributeState
- defaultExpression() - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- defaultExpression() - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
- defaultNs - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
namespace URI currently implied through "ns" attribute propagation.
- defaultValue - Variable in class com.sun.msv.grammar.AttributeExp
- defaultValue - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- define(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- define(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- define(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- DefineState - Class in com.sun.msv.reader.trex.classic
-
parses <define> declaration.
- DefineState - Class in com.sun.msv.reader.trex
-
parses <define> declaration.
- DefineState - Class in com.sun.msv.reader.trex.ng
-
parses <define> declaration.
- DefineState() - Constructor for class com.sun.msv.reader.trex.classic.DefineState
- DefineState() - Constructor for class com.sun.msv.reader.trex.DefineState
- DefineState() - Constructor for class com.sun.msv.reader.trex.ng.DefineState
- derivationMethod - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
the derivation method used to derive this complex type from the base type.
- derive(String, String) - Method in interface com.sun.msv.reader.datatype.xsd.XSTypeIncubator
- detectUndefinedOnes(ReferenceContainer, String) - Method in class com.sun.msv.reader.GrammarReader
-
detects undefined ReferenceExp and reports it as an error.
- DIAG_BAD_ATTRIBUTE_VALUE_DATATYPE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_ATTRIBUTE_VALUE_GENERIC - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_ATTRIBUTE_VALUE_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_ATTRIBUTE_VALUE_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_ATTRIBUTE_VALUE_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_KEY_VALUE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_KEY_VALUE2 - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_LITERAL_GENERIC - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_LITERAL_INCORRECT_VALUE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_LITERAL_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_LITERAL_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_LITERAL_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_TAGNAME_GENERIC - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_TAGNAME_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_TAGNAME_PROBABLY_WRONG_NAMESPACE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_TAGNAME_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_TAGNAME_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_BAD_TAGNAME_WRONG_NAMESPACE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_CONTENT_MODEL_IS_NULLSET - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_ELEMENT_NOT_ALLOWED - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_MISSING_ATTRIBUTE_GENERIC - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_MISSING_ATTRIBUTE_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_MISSING_ATTRIBUTE_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_MISSING_ATTRIBUTE_SIMPLE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_MISSING_ATTRIBUTE_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_NAMESPACE_NAMECLASS - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_NOT_NAMESPACE_NAMECLASS - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_SIMPLE_NAMECLASS - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_STRING_NOT_ALLOWED - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_UNCOMPLETED_CONTENT_MORE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_UNCOMPLETED_CONTENT_SEPARATOR - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_UNCOMPLETED_CONTENT_WRAPUP - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- DIAG_UNDECLARED_ATTRIBUTE - Static variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- diagnoseUncompletedContent() - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
diagnoses "uncompleted content model" error.
- DifferenceNameClass - Class in com.sun.msv.grammar
-
<difference> name class.
- DifferenceNameClass(NameClass, NameClass) - Constructor for class com.sun.msv.grammar.DifferenceNameClass
- directRefernce - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Flag to indicate whether we saw <element> or not.
- directRefs - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
ReferenceExps which are referenced from this pattern directly (without having ElementExp in between.)
- dispatcher - Variable in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- divInGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- divInGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- DivInGrammarState - Class in com.sun.msv.reader.trex
-
Used to parse merged grammars.
- DivInGrammarState() - Constructor for class com.sun.msv.reader.trex.DivInGrammarState
- divInModule(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- DivInModuleState - Class in com.sun.msv.reader.relax.core
-
parses <div> element under <module> element.
- DivInModuleState() - Constructor for class com.sun.msv.reader.relax.core.DivInModuleState
- docDecl - Variable in class com.sun.msv.verifier.regexp.AttributeFeeder
- docDecl - Variable in class com.sun.msv.verifier.regexp.AttributeToken
- docDecl - Variable in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
this object provides various function objects
- docDecl - Variable in class com.sun.msv.verifier.Verifier
-
Schema object against which the validation will be done
- doCombine(ReferenceExp, Expression, String) - Method in class com.sun.msv.reader.trex.classic.DefineState
-
combines two expressions into one as specified by the combine parameter, and returns a new expression.
- doCombine(ReferenceExp, Expression, String) - Method in class com.sun.msv.reader.trex.DefineState
-
combines two expressions into one as specified by the combine parameter, and returns a new expression.
- doCombine(ReferenceExp, Expression, String) - Method in class com.sun.msv.reader.trex.ng.DefineState
-
combines two expressions into one as specified by the combine parameter, and returns a new expression.
- DocumentBuilderFactoryImpl - Class in com.sun.msv.verifier.jaxp
-
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.
- DocumentBuilderFactoryImpl(DocumentBuilderFactory, Schema) - Constructor for class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- DocumentDeclaration - Interface in com.sun.msv.verifier
-
Represents a kind of "constraint" over XML document.
- DocumentFilter - Class in com.sun.msv.util.xml
-
SAX DocumentHandler event interceptor.
- DocumentFilter(DocumentHandler) - Constructor for class com.sun.msv.util.xml.DocumentFilter
- doDuplicateDefinitionCheck - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
a flag that indicates State objects should check duplicate definitions.
- DOMBuilder - Class in com.sun.msv.util.xml
-
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
- DOMLSInput - Interface in com.sun.msv.reader
-
A GrammarReaderController2 may already have a DOM element for an imported schema.
- DOMLSInputImpl - Class in com.sun.msv.reader.xmlschema
-
implementation class for an LSInput where the only data source is an existing DOM element.
- DOMLSInputImpl(String, String, Element) - Constructor for class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- DOMVisitor - Class in com.sun.msv.util.xml
-
visits all DOM elements in the depth-first order (in-order).
- DOMVisitor() - Constructor for class com.sun.msv.util.xml.DOMVisitor
- Driver - Class in com.sun.msv.driver.textui
-
command line Verifier.
- Driver() - Constructor for class com.sun.msv.driver.textui.Driver
- dt - Variable in class com.sun.msv.grammar.DataExp
-
datatype object that actually validates text.
- dt - Variable in class com.sun.msv.grammar.ValueExp
-
Datatype object that is used to test the equality.
- DTDEventListener - Interface in com.sun.msv.scanner.dtd
-
All DTD parsing events are signaled through this interface.
- DTDFactoryImpl - Class in com.sun.msv.verifier.jarv
- 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 in com.sun.msv.scanner.dtd
-
do-nothing implementation of DTDEventHandler.
- DTDHandlerBase() - Constructor for class com.sun.msv.scanner.dtd.DTDHandlerBase
- DTDParser - Class in com.sun.msv.scanner.dtd
-
This implements parsing of XML 1.0 DTDs.
- DTDParser() - Constructor for class com.sun.msv.scanner.dtd.DTDParser
- DTDReader - Class in com.sun.msv.reader.dtd
-
constructs
TREXGrammar
object that exactly matches to the parsed DTD. - DTDReader(GrammarReaderController, ExpressionPool) - Constructor for class com.sun.msv.reader.dtd.DTDReader
- DTDReader.Context - Class in com.sun.msv.reader.dtd
- dummyLocator - Static variable in class com.sun.msv.verifier.AbstractVerifier
- dumpRELAXGrammar(RELAXGrammar) - Static method in class com.sun.msv.driver.textui.Driver
- dumpRELAXModule(RELAXModule) - Static method in class com.sun.msv.driver.textui.Driver
- dumpTREX(TREXGrammar) - Static method in class com.sun.msv.driver.textui.Driver
- dumpXMLSchema(XMLSchemaGrammar) - Static method in class com.sun.msv.driver.textui.Driver
- dumpXMLSchema(XMLSchemaSchema) - Static method in class com.sun.msv.driver.textui.Driver
- DuplicateNameChecker() - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
E
- e - Variable in exception com.sun.msv.writer.SAXRuntimeException
- ecc - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- element(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- element(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- element(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- element(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
- element(String) - Method in class com.sun.msv.writer.XMLWriter
- element(String, String[]) - Method in class com.sun.msv.writer.XMLWriter
- elementDecl(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ElementDeclContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
- ElementDeclExp - Class in com.sun.msv.grammar.xmlschema
-
Element declaration.
- ElementDeclExp(XMLSchemaSchema, String) - Constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp
- ElementDeclExp.XSElementExp - Class in com.sun.msv.grammar.xmlschema
-
XML Schema version of
ElementExp
. - elementDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from attribute declaration name to AttributeDeclExp object
- elementDecls - Variable in class com.sun.msv.reader.dtd.DTDReader
-
map from element name to its content model.
- elementDecls - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
map from name to DeclImpl.
- ElementDeclState - Class in com.sun.msv.reader.xmlschema
-
used to parse <element > element without ref attribute.
- ElementDeclState() - Constructor for class com.sun.msv.reader.xmlschema.ElementDeclState
- ElementErrorInfo(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
- ElementErrorInfo(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
- ElementExp - Class in com.sun.msv.grammar
-
Element declaration.
- ElementExp(Expression, boolean) - Constructor for class com.sun.msv.grammar.ElementExp
- elementFormDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "elementFormDefault" attribute.
- elementName - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- ElementPattern - Class in com.sun.msv.grammar.trex
-
<element> pattern of TREX.
- ElementPattern(NameClass, Expression) - Constructor for class com.sun.msv.grammar.trex.ElementPattern
- elementRef(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ElementRefState - Class in com.sun.msv.reader.relax
-
parses <ref label="..." /> element.
- ElementRefState - Class in com.sun.msv.reader.xmlschema
-
used to parse <element > element with ref attribute.
- ElementRefState() - Constructor for class com.sun.msv.reader.relax.ElementRefState
- ElementRefState() - Constructor for class com.sun.msv.reader.xmlschema.ElementRefState
- elementRule(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- ElementRule - Class in com.sun.msv.grammar.relax
-
ElementRule declaration of RELAX.
- ElementRule(ExpressionPool, TagClause, Expression) - Constructor for class com.sun.msv.grammar.relax.ElementRule
- elementRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from label name to ElementRules object
- ElementRules - Class in com.sun.msv.grammar.relax
-
Set of ElementRule objects that share the label name.
- ElementRules(String, RELAXModule) - Constructor for class com.sun.msv.grammar.relax.ElementRules
- ElementRulesContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
- ElementRuleWithHedgeState - Class in com.sun.msv.reader.relax.core
-
parses <elementRule> without 'type' attribute.
- ElementRuleWithHedgeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
- ElementRuleWithTypeState - Class in com.sun.msv.reader.relax.core
-
parses <elementRule> with 'type' attribute.
- ElementRuleWithTypeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- ElementsOfConcernCollector - Class in com.sun.msv.verifier.regexp
-
Collects "elements of concern".
- ElementsOfConcernCollector() - Constructor for class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- ElementState - Class in com.sun.msv.reader.trex
-
parses <element> pattern.
- ElementState - Class in com.sun.msv.reader.trex.ng
-
parses <element> pattern.
- ElementState() - Constructor for class com.sun.msv.reader.trex.ElementState
- ElementState() - Constructor for class com.sun.msv.reader.trex.ng.ElementState
- elementText - Variable in class com.sun.msv.verifier.identity.FieldMatcher
-
this field is set to non-null if it's found that an element is matched to this XPath.
- ElementToken - Class in com.sun.msv.verifier.regexp
-
a token that represents an XML element.
- ElementToken(ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ElementToken
- EmbeddedSchema - Class in com.sun.msv.reader.xmlschema
-
A schema in a DOM Element.
- EmbeddedSchema(String, Element) - Constructor for class com.sun.msv.reader.xmlschema.EmbeddedSchema
-
Create object to represent one of the schemas in a WSDL
- empty(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- empty(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- EmptyStringType - Class in com.sun.msv.grammar.relax
-
'emptyString' type of RELAX.
- end(String) - Method in class com.sun.msv.writer.XMLWriter
- endAttribute(String, String, String, AttributeExp) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the end of an attribute.
- endAttributePart() - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
this method is called after the start/endAttribute method are called for all attributes.
- endCDATA() - Method in class com.sun.msv.reader.dtd.DTDReader
- endCDATA() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification that the CDATA section finished.
- endCDATA() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- endChildIsland(String, ElementDecl[]) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- endContentModel(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
- endContentModel(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
receives notification that parsing of content model is finished.
- endContentModel(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- endDocument() - Method in class com.sun.msv.reader.IgnoreState
- endDocument() - Method in class com.sun.msv.reader.SimpleState
- endDocument() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- endDocument() - Method in class com.sun.msv.reader.util.ForkContentHandler
- endDocument() - Method in class com.sun.msv.relaxns.reader.NamespaceState
- endDocument() - Method in class com.sun.msv.util.xml.DocumentFilter
- endDocument() - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- endDocument() - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the end of a document.
- endDocument() - Method in class com.sun.msv.verifier.psvi.TypeDetector
- endDocument() - Method in class com.sun.msv.verifier.Verifier
- endDocument() - Method in class com.sun.msv.verifier.VerifierFilter
- endDocument() - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 end document event.
- endDTD() - Method in class com.sun.msv.reader.dtd.DTDReader
- endDTD() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of the end of a DTD.
- endDTD() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- endElement(String) - Method in class com.sun.msv.util.xml.DocumentFilter
- endElement(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 end element event.
- endElement(String, String, String) - Method in class com.sun.msv.reader.IgnoreState
- endElement(String, String, String) - Method in class com.sun.msv.reader.SimpleState
- 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.trex.TREXBaseReader
- endElement(String, String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
- endElement(String, String, String) - Method in class com.sun.msv.relaxns.reader.NamespaceState
- endElement(String, String, String) - Method in class com.sun.msv.util.xml.DOMBuilder
- endElement(String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- endElement(String, String, String) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- 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
- endElement(String, String, String, ElementExp) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the end of an element.
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.FieldMatcher
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.Matcher
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.PathMatcher
- endIsland() - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- endLeftBranch(int) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
- endModelGroup(short) - Method in class com.sun.msv.reader.dtd.DTDReader
- endModelGroup(short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- endModelGroup(short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- endPrefixMapping(String) - Method in class com.sun.msv.reader.GrammarReader
- endPrefixMapping(String) - Method in class com.sun.msv.reader.State
- endPrefixMapping(String) - Method in class com.sun.msv.reader.util.ForkContentHandler
- endPrefixMapping(String) - Method in class com.sun.msv.verifier.AbstractVerifier
- endPrefixMapping(String) - Method in class com.sun.msv.verifier.VerifierFilter
- endRightBranch() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
- endSelf() - Method in class com.sun.msv.reader.datatype.xsd.ListState
- endSelf() - Method in class com.sun.msv.reader.ExpressionState
- endSelf() - Method in class com.sun.msv.reader.relax.core.AttPoolState
- endSelf() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- endSelf() - Method in class com.sun.msv.reader.relax.core.InlineTagState
- endSelf() - Method in class com.sun.msv.reader.relax.core.TagState
- endSelf() - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
- endSelf() - Method in class com.sun.msv.reader.SimpleState
-
this method is called in endElement method when the state is about to be removed.
- endSelf() - Method in class com.sun.msv.reader.trex.DefineState
- endSelf() - Method in class com.sun.msv.reader.trex.GrammarState
- endSelf() - Method in class com.sun.msv.reader.trex.IncludeMergeState
- endSelf() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
- endSelf() - Method in class com.sun.msv.reader.trex.NameClassState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.AttributeState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.DataParamState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.DefineState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.ElementState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RedefineState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RootState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaState
- endSelf() - Method in class com.sun.msv.relaxns.reader.RootGrammarState
- endSelf(Expression) - Method in class com.sun.msv.reader.relax.core.HedgeRuleState
- endSelf(Expression) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
-
derived class will receive child expression by this method
- endSelf(Expression) - Method in class com.sun.msv.relaxns.reader.TopLevelState
- epsilon - Static variable 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.Expression
- 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.grammar.relax.ElementRules
- equals(Object) - Method in class com.sun.msv.grammar.relax.HedgeRules
- equals(Object) - Method in class com.sun.msv.grammar.UnaryExp
- equals(Object) - Method in class com.sun.msv.grammar.ValueExp
- equals(Object) - Method in class com.sun.msv.util.StringPair
- equivalentNameClass - Variable in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
-
equivalent name class by conventional primitives.
- ERR_BAD_ATTRIBUTE_VALUE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_BAD_COMBINE - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_BAD_DATA_VALUE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_BAD_FACET - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_BAD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_BAD_XPATH - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_CHARACTERS - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_COMBINE_MISSING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_CONFLICTING_ATTRIBUTES - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_DATATYPE_ALREADY_DEFINED - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_DISALLOWED_ATTRIBUTE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_DOUBLE_MATCH - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
- ERR_DUPLICATE_ATTRIBUTE_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_DUPLICATE_ATTRIBUTE_GROUP_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_DUPLICATE_COMPLEXTYPE_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_DUPLICATE_DEFINITION - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_DUPLICATE_ELEMENT_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_DUPLICATE_GROUP_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_DUPLICATE_ID - Static variable in class com.sun.msv.verifier.Verifier
- ERR_DUPLICATE_IDENTITY_CONSTRAINT_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_DUPLICATE_SCHEMA_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_EXPROTED_HEDGERULE_CONSTRAINT - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_FIXED_AND_DEFAULT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_FRAGMENT_IDENTIFIER - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_ID_ABUSE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_ID_ABUSE_1 - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_ILLEGAL_FINAL_VALUE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_ILLEGAL_OCCURS - Static variable in class com.sun.msv.reader.relax.RELAXReader
- ERR_IMPORTING_SAME_NAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_INCONSISTENT_COMBINE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_INCONSISTENT_KEY_TYPE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_INCONSISTENT_TARGET_NAMESPACE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_INCONSISTENT_TARGETNAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_INFOSET_URI_ATTRIBUTE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_INLINEMODULE_NOT_FOUND - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
- ERR_INTERLEAVED_ANYSTRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_INTERLEAVED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_INVALID_BASETYPE_FOR_SIMPLECONTENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_INVALID_PARAMETERS - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_KEY_FIELD_NUMBER_MISMATCH - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_KEYREF_REFERRING_NON_KEY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_LABEL_COLLISION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_LOAD_GRAMMAR - Static variable in class com.sun.msv.driver.textui.Driver
- ERR_MALPLACED_ELEMENT - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MAXOCCURS_IS_NECESSARY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_MISPLACED_OCCURS - Static variable in class com.sun.msv.reader.relax.RELAXReader
- ERR_MISSING_ATTRIBUTE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MISSING_ATTRIBUTE - Static variable in class com.sun.msv.verifier.Verifier
- ERR_MISSING_ATTRIBUTE_2 - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MISSING_CHILD_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MISSING_CHILD_NAMECLASS - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_MISSING_CHILD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MISSING_TARGET_NAMESPACE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_MISSING_TOPLEVEL - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MORE_THAN_ONE_CHILD_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MORE_THAN_ONE_CHILD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_MORE_THAN_ONE_INLINE_TAG - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_MORE_THAN_ONE_NAMECLASS - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_MULTIPLE_ATTPOOL_DECLARATIONS - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_MULTIPLE_ATTRIBUTE_CONSTRAINT - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_MULTIPLE_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_MULTIPLE_TAG_DECLARATIONS - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_NAKED_INFINITE_ATTRIBUTE_NAMECLASS - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_NAMESPACE_COLLISION - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
- ERR_NAMESPACE_NOT_SUPPROTED - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_NON_NILLABLE_ELEMENT - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- ERR_NONEXISTENT_PARENT_GRAMMAR - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_NOT_ABSOLUTE_URI - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_NOT_SUBSTITUTABLE_TYPE - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- ERR_NOT_UNIQUE - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
- ERR_NOT_UNIQUE_DIAG - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
- ERR_RECURSIVE_DATATYPE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_RECURSIVE_INCLUDE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_RECURSIVE_SUBSTITUTION_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_REDEFINE_UNDEFINED - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_REDEFINING_UNDEFINED - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_REPEATED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_ROLE_COLLISION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_RUNAWAY_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_SEQUENCED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_TOPLEVEL_PARTICLE_MUST_BE_RELAX_CORE - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
- ERR_UNCOMPLETED_CONTENT - Static variable in class com.sun.msv.verifier.Verifier
- ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.dtd.DTDReader
- ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_ATTPOOL - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_UNDEFINED_ATTRIBUTE_DECL - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_ATTRIBUTE_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_COMPLEX_OR_SIMPLE_TYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_COMPLEX_TYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_DATATYPE - Static variable in class com.sun.msv.reader.GrammarReader
- ERR_UNDEFINED_DATATYPE_1 - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_UNDEFINED_ELEMENT - Static variable in class com.sun.msv.reader.dtd.DTDReader
- ERR_UNDEFINED_ELEMENT_DECL - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_ELEMENTRULE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_UNDEFINED_ELEMENTTYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_HEDGERULE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_UNDEFINED_KEY - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_UNDEFINED_KEY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_KEY - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
- ERR_UNDEFINED_NAMESPACE - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- ERR_UNDEFINED_OR_FORWARD_REFERENCED_TYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_PATTERN - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_UNDEFINED_SCHEMA - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_SIMPLE_TYPE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNDEFINED_TAG - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- ERR_UNDEFINED_TYPE - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- ERR_UNEXPECTED_ATTRIBUTE - Static variable in class com.sun.msv.verifier.Verifier
- ERR_UNEXPECTED_ELEMENT - Static variable in class com.sun.msv.verifier.Verifier
- ERR_UNEXPECTED_NAMESPACE - Static variable in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- ERR_UNEXPECTED_STARTTAG - Static variable in class com.sun.msv.verifier.Verifier
- ERR_UNEXPECTED_TEXT - Static variable in class com.sun.msv.verifier.Verifier
- ERR_UNEXPORTED_ATTRIBUTE_DECL - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- ERR_UNEXPORTED_ELEMENT_DECL - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- ERR_UNIMPLEMENTED_FEATURE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNKNOWN_DATATYPE_VOCABULARY - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- ERR_UNKNOWN_DATATYPE_VOCABULARY_1 - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- ERR_UNKNOWN_LANGUAGE - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
- ERR_UNMATCHED_KEY_FIELD - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
- ERR_UNRELATED_TYPES_IN_SUBSTITUTIONGROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- ERR_UNSOLD_IDREF - Static variable in class com.sun.msv.verifier.Verifier
- ERR_UNSUPPROTED_ATTRIBUTES_IMPORT - Static variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- ERR_XMLNS_ATTRIBUTE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
- error(IOException, Locator) - Method in class com.sun.msv.reader.Controller
- error(String, Exception) - Method in class com.sun.msv.reader.Controller
- error(ParserConfigurationException, Locator) - 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.Controller
- error(Locator[], String, Exception) - Method in interface com.sun.msv.reader.GrammarReaderController
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.util.IgnoreController
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- error(SAXException, Locator) - Method in class com.sun.msv.reader.Controller
- error(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
- error(SAXParseException) - Method in class com.sun.msv.reader.Controller
- 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 interface com.sun.msv.scanner.dtd.DTDEventListener
- error(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- error(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
- error(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
- errorHandler - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- errorHandler - Variable in class com.sun.msv.verifier.Verifier
-
Error handler
- ErrorHandlerAdaptor - Class in com.sun.msv.relaxns.verifier
-
wraps ISORELAX ErrorHandler by VerificationErrorHandler interface.
- ErrorHandlerAdaptor(Dispatcher) - Constructor for class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
- ErrorHandlerImpl - Class in com.sun.msv.verifier.util
-
default implementation of ErrorHandler.
- ErrorHandlerImpl() - Constructor for class com.sun.msv.verifier.util.ErrorHandlerImpl
- ErrorInfo - Class in com.sun.msv.verifier
-
Instances of this class is attached to
ValidityViolation
to provide detailed information about the error. - ErrorInfo() - Constructor for class com.sun.msv.verifier.ErrorInfo
- ErrorInfo.BadAttribute - Class in com.sun.msv.verifier
-
Bad attribute.
- ErrorInfo.BadTagName - Class in com.sun.msv.verifier
-
Bad tag name.
- ErrorInfo.BadText - Class in com.sun.msv.verifier
-
Bad text.
- ErrorInfo.ElementErrorInfo - Class in com.sun.msv.verifier
-
Base class for element related errors.
- ErrorInfo.IncompleteContentModel - Class in com.sun.msv.verifier
-
This error occurs when MSV sees an end tag unexpectedly.
- ErrorInfo.MissingAttribute - Class in com.sun.msv.verifier
-
Missing attribute.
- errorSnapshot - Variable in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- escapeDisallowedChars(String) - Static method in class com.sun.msv.util.Uri
- eureka - Variable in class com.sun.msv.grammar.util.NameClassComparator
-
This exception will be thrown when a collision is found.
- eureka - Static variable in class com.sun.msv.reader.RunAwayExpressionChecker
-
this exception is thrown to abort check when a error is found.
- except - Variable in class com.sun.msv.grammar.DataExp
-
'except' clause of RELAX NG.
- except - Variable in class com.sun.msv.reader.trex.ng.DataState
-
the 'except' clause.
- excludeNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- exp - Variable in class com.sun.msv.grammar.AttributeExp
-
child expression
- exp - Variable in class com.sun.msv.grammar.OtherExp
-
child expression.
- exp - Variable in class com.sun.msv.grammar.ReferenceExp
-
child expression.
- exp - Variable in class com.sun.msv.grammar.UnaryExp
-
child expression.
- exp - Variable in class com.sun.msv.reader.ExpressionWithChildState
-
expression object that is being created.
- exp - Variable in class com.sun.msv.reader.relax.core.InlineTagState
-
expression object that is being created.
- exp - Variable in class com.sun.msv.reader.trex.DefineState
-
expression object that is being created.
- exp - Variable in class com.sun.msv.relaxns.grammar.DeclImpl
-
"meat" of this Rule.
- exp1 - Variable in class com.sun.msv.grammar.BinaryExp
- exp2 - Variable in class com.sun.msv.grammar.BinaryExp
- exp2name - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
map from ReferenceExp/ElementExp to its unique name.
- expectedTargetNamespace - Variable in class com.sun.msv.reader.relax.core.ModuleMergeState
-
expected targetNamespace for this module.
- expectedTargetNamespace - Variable in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
target namespace that the caller expects.
- Exportable - Interface in com.sun.msv.grammar.relax
-
exportable Expression.
- exported - Variable in class com.sun.msv.grammar.relax.AttPoolClause
-
a flag that indicates this elementRule is exported and therefore accessible from other modules.
- exported - Variable in class com.sun.msv.grammar.relax.ElementRules
-
a flag that indicates this elementRule is exported and therefore accessible from other modules.
- exported - Variable in class com.sun.msv.grammar.relax.HedgeRules
-
a flag that indicates this hedgeRule is exported and therefore accessible from other modules.
- ExportedHedgeRuleChecker - Class in com.sun.msv.reader.relax.core.checker
-
the purpose of this function object is to make sure that the expression does not contain references to modules other than one specified by this variable.
- ExportedHedgeRuleChecker(RELAXModule) - Constructor for class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- Expression - Class in com.sun.msv.grammar
-
Primitive of the tree regular expression.
- Expression() - Constructor for class com.sun.msv.grammar.Expression
-
this constructor can be used for the ununified expressions.
- Expression(int) - Constructor for class com.sun.msv.grammar.Expression
- ExpressionAcceptor - Class in com.sun.msv.verifier.regexp
-
Acceptor
implementation. - ExpressionAcceptor(REDocumentDeclaration, Expression, boolean) - Constructor for class com.sun.msv.verifier.regexp.ExpressionAcceptor
- ExpressionCloner - Class in com.sun.msv.grammar
-
clones an expression.
- ExpressionCloner(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionCloner
- ExpressionFinder - Class in com.sun.msv.grammar.util
-
Base class for "finding" something from an expression.
- ExpressionFinder() - Constructor for class com.sun.msv.grammar.util.ExpressionFinder
- ExpressionOwner - Interface in com.sun.msv.reader
-
interface that must be implemented by the parent state of ExpressionState.
- ExpressionPair(Expression, Expression) - Constructor for class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
- ExpressionPool - Class in com.sun.msv.grammar
-
Creates a new Expression by combining existing expressions.
- ExpressionPool() - Constructor for class com.sun.msv.grammar.ExpressionPool
- ExpressionPool(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionPool
-
creates new expression pool as a child pool of the given parent pool.
- ExpressionPool.ClosedHash - Class in com.sun.msv.grammar
-
expression cache by closed hash.
- ExpressionPrinter - Class in com.sun.msv.grammar.util
-
creates a string representation of the expression.
- ExpressionPrinter(int) - Constructor for class com.sun.msv.grammar.util.ExpressionPrinter
- ExpressionState - Class in com.sun.msv.reader
-
Base implementation for those states who read tags representing an expression.
- ExpressionState() - Constructor for class com.sun.msv.reader.ExpressionState
- ExpressionVisitor - Interface in com.sun.msv.grammar
-
Visitor interface for Expression and its derived types.
- ExpressionVisitorBoolean - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns boolean.
- ExpressionVisitorExpression - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns Expression object.
- ExpressionVisitorVoid - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns void.
- ExpressionWalker - Class in com.sun.msv.grammar.util
-
Visits all reachable expressions but do nothing.
- ExpressionWalker() - Constructor for class com.sun.msv.grammar.util.ExpressionWalker
- ExpressionWithChildState - Class in com.sun.msv.reader
-
State that parses Expression which contains other expressions.
- ExpressionWithChildState() - Constructor for class com.sun.msv.reader.ExpressionWithChildState
- ExpressionWithoutChildState - Class in com.sun.msv.reader
-
Base implementation for those states who cannot have any children.
- ExpressionWithoutChildState() - Constructor for class com.sun.msv.reader.ExpressionWithoutChildState
- exps - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
ElementExps will be added into this array.
- expsLen - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Number of items in the atts array.
- extension - Variable in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
-
if this state is used to parse <extension>, then true.
- EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
- ExternalAttributeExp - Class in com.sun.msv.relaxns.grammar
-
place holder for imported attributes declaration.
- ExternalAttributeExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalAttributeExp
- ExternalElementExp - Class in com.sun.msv.relaxns.grammar
-
place holder for imported element declaration.
- ExternalElementExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalElementExp
- externalEntityResolver - Variable in class com.sun.msv.driver.textui.DebugController
-
entity resolution is delegated to this object.
- externalGeneralEntityDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- externalGeneralEntityDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of an external parsed general entity declaration event.
- externalGeneralEntityDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- externalParameterEntityDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of an external parameter entity declaration event.
- externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- externalRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
F
- facetNames - Static variable in class com.sun.msv.reader.datatype.xsd.FacetState
-
set of recognizable facet names
- facets(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- facets(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- FacetState - Class in com.sun.msv.reader.datatype.xsd
-
state that reads facets.
- FacetState() - Constructor for class com.sun.msv.reader.datatype.xsd.FacetState
- FacetStateParent - Interface in com.sun.msv.reader.datatype.xsd
-
Interface implemented by the parent state of FacetState.
- factory - Variable in class com.sun.msv.verifier.jarv.FactoryImpl
- factory - Variable in class com.sun.msv.verifier.jarv.SchemaImpl
- FactoryImpl - Class in com.sun.msv.verifier.jarv
-
base implementation of RELAXFactoryImpl and TREXFactoryImpl
- FactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.FactoryImpl
- FactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.FactoryImpl
- FactoryLoaderImpl - Class in com.sun.msv.verifier.jarv
- FactoryLoaderImpl() - Constructor for class com.sun.msv.verifier.jarv.FactoryLoaderImpl
- fatalError(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
- fatalError(SAXParseException) - Method in class com.sun.msv.reader.Controller
- 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 interface com.sun.msv.scanner.dtd.DTDEventListener
- fatalError(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- fatalError(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
- fatalError(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
- feed(Expression, AttributeToken, boolean) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- feedAttribute(Acceptor, String, String, String, String) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- feedAttribute(Acceptor, String, String, String, String) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- feedAttribute(Acceptor, String, String, String, String) - Method in class com.sun.msv.verifier.Verifier
- field - Variable in class com.sun.msv.verifier.identity.FieldMatcher
- Field - Class in com.sun.msv.grammar.xmlschema
-
represents one field of an identity constraint.
- Field() - Constructor for class com.sun.msv.grammar.xmlschema.Field
- FieldMatcher - Class in com.sun.msv.verifier.identity
-
XPath matcher that tests one field of a key.
- fields - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
-
fields of this constraint.
- fields - Variable in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- FieldsMatcher - Class in com.sun.msv.verifier.identity
-
Coordinator of FieldMatcher.
- FieldsMatcher(SelectorMatcher, String, String) - Constructor for class com.sun.msv.verifier.identity.FieldsMatcher
- finalDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "finalDefault" attribute.
- finalValue - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
The final property of this schema component, implemented as a bit field.
- finalValue - Variable 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.
- firstChild - Variable in class com.sun.msv.reader.trex.AttributeState
- ForkContentHandler - Class in com.sun.msv.reader.util
-
feeds SAX events to two ContentHandlers.
- ForkContentHandler(ContentHandler, ContentHandler) - Constructor for class com.sun.msv.reader.util.ForkContentHandler
- FRAGMENT - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
in this mode, reference to other expression is one of the terminal symbol of stringnization.
- fragmentInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
- fromGrammar(Grammar) - Static method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
creates SchemaProvider from generic Grammar (including TREX/RELAX Core)
G
- get(int, Expression, Class<?>) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
- get(Expression) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
- get(Expression, StartTagInfo) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
computes a combined child content pattern and (,if possible,) its continuation.
- get(Expression, StartTagInfo, boolean) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
computes a combined child content pattern and its continuation, with error recovery.
- get(XMLSchemaSchema) - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.RefResolver
- 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
- get(String) - Method in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
-
obtains an DataTypeVocabulary associated to the namespace.
- getActiveScope(IdentityConstraint) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- getAdditionalNamespaceMap() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- getAll() - Method in class com.sun.msv.grammar.ReferenceContainer
-
obtains all items in this container.
- getAnyExp() - Method in class com.sun.msv.reader.dtd.DTDReader
-
Gets the expression that corresponds to the "ANY".
- getAttribute(String) - Method in class com.sun.msv.util.StartTagInfo
-
gets value of the specified attribute.
- getAttribute(String) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- 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 interface 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.grammar.util.IDContextProviderWrapper
- getBaseUri() - Method in class com.sun.msv.reader.GrammarReader
- getBaseUri() - Method in class com.sun.msv.verifier.AbstractVerifier
- getBaseURI() - Method in class com.sun.msv.reader.State
- getBaseURI() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- getBinExp(Expression, Expression, Class<?>) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
- 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.
- getByteStream() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- 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.
- getCertifiedText() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- getCharacterStream() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- 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
- getContainer() - Method in class com.sun.msv.reader.xmlschema.AttributeGroupState
- getContainer() - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- getContainer() - Method in class com.sun.msv.reader.xmlschema.GroupState
- getContainer() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
gets appropriate ReferenceContainer to store this declaration.
- getContentModel() - Method in class com.sun.msv.grammar.AttributeExp
- getContentModel() - Method in class com.sun.msv.grammar.ElementExp
- getContentModel() - Method in interface com.sun.msv.grammar.NameClassAndExpression
- 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.reader.relax.core.ElementRuleWithHedgeState
- getContentModel() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- 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.
- getCurrentDatatypeLibrary() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- getCurrentElementType() - Method in interface com.sun.msv.verifier.IVerifier
-
returns current element type.
- getCurrentElementType() - Method in class com.sun.msv.verifier.Verifier
- 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.
- getDatatypeLibrary(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
Deprecated.
- 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
- getDefaultedAttribute(String, String, String) - Method in class com.sun.msv.util.StartTagInfo
- getDefaultValue() - Method in class com.sun.msv.grammar.AttributeExp
- getDepth() - Method in class com.sun.msv.verifier.identity.PathMatcher
- 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.
- getElement() - Method in interface com.sun.msv.reader.DOMLSInput
- getElement() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- 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.reader.xmlschema.DOMLSInputImpl
- 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 interface 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 exception com.sun.msv.verifier.ValidityViolation
-
Gets the detailed error information, if any.
- getErrorMessage() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Gets the error message resource name.
- getExpandedExp(ExpressionPool) - Method in class com.sun.msv.grammar.Expression
-
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.DeclImpl
- getFeature(String) - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- 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
- getGrammar() - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- getGrammar() - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- getGrammar() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- getGrammar() - Method in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
- getGrammar() - Method in class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
- getGrammar() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
get the grammar object that represents this island.
- getIncubator() - Method in interface com.sun.msv.reader.datatype.xsd.FacetStateParent
-
gets an incubator object that the owner holds.
- getIncubator() - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
- getIncubator() - Method in class com.sun.msv.reader.relax.core.AttributeState
- getIncubator() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- getIncubator() - Method in class com.sun.msv.reader.relax.core.InlineElementState
- getIncubator() - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- getInputEntity(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
- getKeyValues(SelectorMatcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
gets the all
KeyValue
s that were added within the specified scope. - getLastCharacterType() - Method in interface com.sun.msv.verifier.IVerifier
-
gets DataType that validated the last characters.
- getLastCharacterType() - Method in class com.sun.msv.verifier.Verifier
- 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.reader.GrammarReader
- getLocator() - Method in class com.sun.msv.verifier.AbstractVerifier
- getLocator() - Method in interface com.sun.msv.verifier.IVerifier
- getLocator() - Method in class com.sun.msv.verifier.VerifierFilter
- getLocator(SAXParseException) - Method in class com.sun.msv.reader.Controller
- getLSResourceResolver() - Method in class com.sun.msv.reader.Controller
-
Return the full resolver.
- getLSResourceResolver() - Method in interface com.sun.msv.reader.GrammarReaderController2
- getLSResourceResolver() - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState.AnyNameState
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState
-
this method should return the name class that is used as the base.
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState.NsNameState
- 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, Object[]) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
-
Format a message localized to the specified locale, using the message ID with its package name if none is available.
- getModule() - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- getMsvBuildDate() - Static method in class com.sun.msv.driver.textui.Driver
-
Return the date when MSV had been build
- getMsvName() - Static method in class com.sun.msv.driver.textui.Driver
-
Return the name of MSV;
- getMsvTitle() - Static method in class com.sun.msv.driver.textui.Driver
-
Returns the MSV library title
- getMsvVersion() - Static method in class com.sun.msv.driver.textui.Driver
-
Return the version of the MSV library (ie.
- getMsvWebsite() - Static method in class com.sun.msv.driver.textui.Driver
-
Return the website of the MSV library (ie.
- getName() - Method in class com.sun.msv.grammar.DataExp
- getName() - Method in interface com.sun.msv.grammar.DataOrValueExp
- getName() - Method in class com.sun.msv.grammar.ValueExp
- getName() - Method in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
Gets the target of the name class.
- getName() - Method in class com.sun.msv.relaxns.grammar.DeclImpl
- getName() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- getName() - Method in class com.sun.msv.scanner.dtd.InputEntity
- getNameChar() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
returns the next name char, or NUL ...
- getNameClass() - Method in class com.sun.msv.grammar.AttributeExp
- getNameClass() - Method in class com.sun.msv.grammar.ElementExp
-
obtains a constraint over tag name.
- getNameClass() - Method in interface com.sun.msv.grammar.NameClassAndExpression
- getNameClass() - Method in class com.sun.msv.grammar.relax.ElementRule
- getNameClass() - Method in class com.sun.msv.grammar.trex.ElementPattern
- getNameClass() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- getNameClass() - Method in class com.sun.msv.relaxns.grammar.ExternalElementExp
- getNameClass() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- getNameClass(String, boolean) - Method in class com.sun.msv.reader.dtd.DTDReader
- getNameClass(String, XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.AnyState
-
processes 'namepsace' attribute and gets corresponding NameClass object.
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyAttributeState
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyElementState
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyState
- getNamespace() - Method in class com.sun.msv.reader.trex.AttributeState
- getNamespace() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
-
gets namespace URI to which this declaration belongs
- 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.datatype.xsd.XSDatatypeExp
- getOwnerState() - Method in interface com.sun.msv.reader.GrammarReader.BackPatch
-
gets State object who has submitted this patch job.
- getOwnerType() - Method in interface com.sun.msv.verifier.Acceptor
-
gets the "type" object for which this acceptor is working.
- getOwnerType() - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
- getOwnerType() - Method in class com.sun.msv.verifier.regexp.SimpleAcceptor
- getParent() - Method in class com.sun.msv.grammar.relax.ElementRule
-
gets the parent ElementRules object.
- getParentGrammar() - Method in class com.sun.msv.grammar.trex.TREXGrammar
-
gets a parent TREXGrammar.
- getParentState() - Method in class com.sun.msv.reader.State
- getPool() - Method in interface com.sun.msv.grammar.Grammar
-
gets ExpressionPool object which was used to construct this grammar.
- getPool() - Method in class com.sun.msv.grammar.relax.RELAXModule
- getPool() - Method in class com.sun.msv.grammar.trex.TREXGrammar
- getPool() - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
- getPool() - Method in class com.sun.msv.reader.relax.RELAXReader
- getPool() - Method in class com.sun.msv.reader.util.GrammarLoader
- getPool() - Method in class com.sun.msv.relaxns.grammar.RELAXGrammar
- getProcessMode() - Method in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
Gets the processing model of the wildcard.
- getPropagatedNamespace() - Method in class com.sun.msv.reader.trex.NameClassState
- getProperty(String) - Method in class com.sun.msv.relaxns.grammar.DeclImpl
- getProperty(String) - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- getProperty(String) - Method in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
- getPublicId() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- 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.relax.core.InlineTagState
-
gets reader in type-safe fashion
- getReader() - Method in class com.sun.msv.reader.relax.core.DivInModuleState
-
gets reader in type-safe fashion
- getReader() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
-
gets reader in type-safe fashion
- getReader() - Method in class com.sun.msv.reader.relax.core.InterfaceState
- getReader() - Method in class com.sun.msv.reader.trex.DivInGrammarState
- getReader() - Method in class com.sun.msv.reader.trex.StartState
- getReader() - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Deprecated.
- getReader() - Method in class com.sun.msv.relaxns.reader.GrammarState
-
gets reader in type-safe fashion
- getReader() - Method in class com.sun.msv.relaxns.reader.NamespaceState
-
gets reader in type-safe fashion
- getRef() - Method in class com.sun.msv.reader.trex.DefineState
-
Obtains a
ReferenceExp
that represents the target pattern block. - getReference() - Method in class com.sun.msv.reader.trex.DefineState
- getReference() - Method in class com.sun.msv.reader.trex.ng.StartState
- getReferer(Object) - Method in class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
-
gets all the refer who have a reference to this object.
- getRefExpParseInfo(ReferenceExp) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Gets RefExpParseInfo object for the specified ReferenceExp.
- 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.relax.core.RELAXCoreReader
-
obtains parsed grammar object only if parsing was successful.
- getResult() - Method in class com.sun.msv.reader.trex.TREXBaseReader
-
obtains parsed grammar object only if parsing was successful.
- getResult() - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Obtains the parsed grammar.
- getResult() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- getResult() - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
obtains parsed grammar object only if parsing was successful.
- getResultAsGrammar() - Method in class com.sun.msv.reader.GrammarReader
-
gets the parsed AGM.
- getResultAsGrammar() - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- getResultAsGrammar() - Method in class com.sun.msv.reader.trex.TREXBaseReader
- getResultAsGrammar() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- getResultAsGrammar() - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- getSatisfiedOwners() - Method in class com.sun.msv.verifier.regexp.ComplexAcceptor
-
collects satisfied ElementExps.
- getSAXParserFactory() - Method in class com.sun.msv.reader.util.GrammarLoader
- getSchema() - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- getSchema() - Method in class com.sun.msv.relaxns.reader.trex.TREXIslandSchemaReader
- getSchemaElement() - Method in class com.sun.msv.reader.xmlschema.EmbeddedSchema
- 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
- getStateFactory() - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- getStateFactory() - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- getStateFactory() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- getStrictCheck() - Method in class com.sun.msv.reader.util.GrammarLoader
- getStringCareLevel() - Method in interface com.sun.msv.verifier.Acceptor
-
gets how this acceptor handles characters.
- getStringCareLevel() - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- getStringData() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- getSystemId() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- getSystemId() - Method in class com.sun.msv.reader.xmlschema.EmbeddedSchema
- 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.grammar.xmlschema.ElementDeclExp
-
gets the target namespace property of this component as specified in the spec.
- getTargetNamespace() - Method in class com.sun.msv.reader.trex.TREXBaseReader
- getTargetNamespace() - Method in interface com.sun.msv.writer.relaxng.Context
- getTargetNamespace() - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- getTargetNamespaceUri() - Method in class com.sun.msv.reader.datatype.xsd.ListState
- getTargetNamespaceUri() - Method in interface com.sun.msv.reader.datatype.xsd.XSTypeOwner
-
Returns the target namespace URI of newly created simple types.
- getTargetNamespaceUri() - Method in class com.sun.msv.reader.relax.core.DivInModuleState
- getTargetNamespaceUri() - Method in class com.sun.msv.reader.xmlschema.AttributeState
- getTargetNamespaceUri() - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
- getTargetNamespaceUri() - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- getTopLevel() - Method in interface com.sun.msv.grammar.Grammar
-
gets top-level expression.
- getTopLevel() - Method in class com.sun.msv.grammar.relax.RELAXModule
- getTopLevel() - Method in class com.sun.msv.grammar.trex.TREXGrammar
-
gets the start pattern.
- getTopLevel() - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
- getTopLevel() - Method in class com.sun.msv.relaxns.grammar.RELAXGrammar
- getType() - Method in class com.sun.msv.grammar.DataExp
- getType() - Method in interface com.sun.msv.grammar.DataOrValueExp
- getType() - Method in class com.sun.msv.grammar.ValueExp
- getType() - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
-
gets the XSDatatypeExp object that represents this simple type.
- getType(XSDatatypeExp.RenderingContext) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Gets the type definition.
- getType(String) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
-
resolves a type name to Datatype object.
- getType(String) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
- 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 interface 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 in com.sun.msv.reader.xmlschema
-
State that parses global declarations.
- GlobalDeclState() - Constructor for class com.sun.msv.reader.xmlschema.GlobalDeclState
- grammar - Variable in class com.sun.msv.reader.dtd.DTDReader
- grammar - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
grammar object currently being loaded.
- grammar - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
grammar object which is being under construction.
- grammar - Variable in class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
-
underlying TREX pattern which this IslandSchema is representing
- grammar - Variable in class com.sun.msv.relaxns.reader.RELAXNSReader
-
RELAX grammar that is currentlt being loaded
- grammar - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
the grammar object against which we are validating.
- grammar - Variable in class com.sun.msv.verifier.jarv.SchemaImpl
- grammar - Variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
the grammar which this VGM is using.
- grammar - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
Grammar object which we are writing.
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- Grammar - Interface in com.sun.msv.grammar
-
base interface of the "grammar".
- GrammarLoader - Class in com.sun.msv.reader.util
-
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 in com.sun.msv.reader
-
base implementation of grammar readers that read grammar from SAX2 stream.
- GrammarReader(GrammarReaderController, SAXParserFactory, ExpressionPool, State) - Constructor for class com.sun.msv.reader.GrammarReader
-
constructor that should be called from parse method.
- GrammarReader.BackPatch - Interface in com.sun.msv.reader
- GrammarReader.BackwardReferenceMap - Class in com.sun.msv.reader
-
memorizes what declarations are referenced from where.
- GrammarReader.ChainPrefixResolver - Class in com.sun.msv.reader
- GrammarReader.PrefixResolver - Interface in com.sun.msv.reader
-
namespace prefix to URI conversion map.
- GrammarReaderController - Interface in com.sun.msv.reader
-
Event notification interface for controlling grammar parsing process.
- GrammarReaderController2 - Interface in com.sun.msv.reader
- GrammarState - Class in com.sun.msv.reader.trex
-
parses <grammar> element.
- GrammarState - Class in com.sun.msv.reader.trex.ng
-
parses <grammar> element.
- GrammarState - Class in com.sun.msv.relaxns.reader
-
parses <grammar> element.
- GrammarState() - Constructor for class com.sun.msv.reader.trex.GrammarState
- GrammarState() - Constructor for class com.sun.msv.reader.trex.ng.GrammarState
- GrammarState() - Constructor for class com.sun.msv.relaxns.reader.GrammarState
- GrammarWriter - Interface in com.sun.msv.writer
-
Converter from AGM to the XML representation.
- group(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- group(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- GroupDeclContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
- GroupDeclExp - Class in com.sun.msv.grammar.xmlschema
-
model group declaration.
- GroupDeclExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.GroupDeclExp
- groupDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from attribute declaration name to AttributeDeclExp object
- GroupState - Class in com.sun.msv.reader.xmlschema
-
used to parse <group> element.
- GroupState() - Constructor for class com.sun.msv.reader.xmlschema.GroupState
H
- hadError - Variable in class com.sun.msv.driver.textui.ReportErrorHandler
- hadError - Variable in class com.sun.msv.verifier.Verifier
-
This flag will be set to true if an error is found
- hadError() - Method in class com.sun.msv.reader.Controller
-
Returns true if an error had been reported.
- handler - Variable in class com.sun.msv.verifier.psvi.TypeDetector
- handler - Variable in class com.sun.msv.writer.XMLWriter
- 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
- hashCode(Object, int) - Static method in class com.sun.msv.grammar.Expression
- hashCode(Object, Object, int) - Static method in class com.sun.msv.grammar.Expression
- haveHead - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
This field is set to true once the head declaration is found.
- hedgeRef(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- HedgeRefState - Class in com.sun.msv.reader.relax
-
parses <hedgeRef label="..." /> element.
- HedgeRefState() - Constructor for class com.sun.msv.reader.relax.HedgeRefState
- hedgeRule(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- HedgeRuleBaseState - Class in com.sun.msv.reader.relax
-
Base implementation for HedgeRuleState and TopLevelState.
- HedgeRuleBaseState() - Constructor for class com.sun.msv.reader.relax.HedgeRuleBaseState
- hedgeRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from label name to HedgeRules object
- HedgeRules - Class in com.sun.msv.grammar.relax
-
hedgeRule of RELAX module.
- HedgeRules(String, RELAXModule) - Constructor for class com.sun.msv.grammar.relax.HedgeRules
- HedgeRulesContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
- HedgeRuleState - Class in com.sun.msv.reader.relax.core
-
parses <hedgeRule> element this class is used as the base class of TopLevelState
- HedgeRuleState() - Constructor for class com.sun.msv.reader.relax.core.HedgeRuleState
I
- IdAbuseChecker - Class in com.sun.msv.reader.relax.core.checker
-
makes sure that ID/IDREF are not abused.
- idConst - Variable in class com.sun.msv.verifier.identity.SelectorMatcher
- IDConstraintChecker - Class in com.sun.msv.verifier.identity
-
Verifier with XML Schema-related enforcement.
- IDConstraintChecker(XMLSchemaGrammar, ErrorHandler) - Constructor for class com.sun.msv.verifier.identity.IDConstraintChecker
- IDContextProvider - Interface in com.sun.msv.grammar
-
Deprecated.use
IDContextProvider2
. - IDContextProvider2 - Interface in com.sun.msv.grammar
-
ValidationContextProvider that supports limited ID/IDREF implementation.
- IDContextProviderWrapper - Class in com.sun.msv.grammar.util
-
Wraps
IDContextProvider
so that it can be used whereIDContextProvider2
is expected. - idcs - Variable in class com.sun.msv.reader.xmlschema.ElementDeclState
-
identity constraints found in this element.
- IdentityConstraint - Class in com.sun.msv.grammar.xmlschema
-
represents an identity constraint.
- IdentityConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.IdentityConstraint
- IdentityConstraintContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
- identityConstraints - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
-
identity constraints associated to this declaration.
- identityConstraints - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from identity constraint name to IdentityConstraint object.
- IdentityConstraintState - Class in com.sun.msv.reader.xmlschema
-
used to parse <unique>,<key>, and <keyref> element.
- IdentityConstraintState() - Constructor for class com.sun.msv.reader.xmlschema.IdentityConstraintState
- idrefs - Variable in class com.sun.msv.verifier.AbstractVerifier
-
this map remembers every IDREF token encountered in this document
- ids - Variable in class com.sun.msv.verifier.AbstractVerifier
-
this map remembers every ID token encountered in this document
- ignorable - Variable in class com.sun.msv.verifier.regexp.StringToken
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.dtd.DTDReader
- 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.reader.trex.NameClassNameState
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.DataParamState
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.ValueState
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.util.ForkContentHandler
- ignorableWhitespace(char[], int, int) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.util.xml.DocumentFilter
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.util.xml.DOMBuilder
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.Verifier
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.VerifierFilter
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 ignorable whitespace event.
- ignorableWhitespace(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
whitespace in markup (flagged to app, discardable)
- IgnoreController - Class in com.sun.msv.reader.util
-
Default implementation of GrammarReaderController.
- IgnoreController() - Constructor for class com.sun.msv.reader.util.IgnoreController
- IgnoreErrorHandler - Class in com.sun.msv.verifier.util
-
do-nothing implementation of ErrorHandler.
- IgnoreErrorHandler() - Constructor for class com.sun.msv.verifier.util.IgnoreErrorHandler
- IgnoreState - Class in com.sun.msv.reader
-
state that ignores the entire subtree.
- IgnoreState() - Constructor for class com.sun.msv.reader.IgnoreState
- ignoreUndeclaredAttributes - Variable in class com.sun.msv.grammar.ElementExp
-
a flag that indicates undeclared attributes should be ignored.
- ignoreUndeclaredAttributes - Variable in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
If true, this acceptor will ignore all undeclared attributes.
- impl - Variable in class com.sun.msv.grammar.ReferenceContainer
- import_(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ImportState - Class in com.sun.msv.reader.xmlschema
-
used to parse <import> element.
- ImportState() - Constructor for class com.sun.msv.reader.xmlschema.ImportState
- include(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- include(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- included - Variable in class com.sun.msv.reader.trex.IncludePatternState
- includedGrammar() - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- IncludeGrammarState - Class in com.sun.msv.relaxns.reader
-
parses <include> element of RELAX Namespace.
- IncludeGrammarState() - Constructor for class com.sun.msv.relaxns.reader.IncludeGrammarState
- IncludeMergeState - Class in com.sun.msv.reader.trex
-
<include> element as an immediate child of <grammar> element.
- IncludeMergeState - Class in com.sun.msv.reader.trex.ng
-
parses <include> element as a child of <grammar> element.
- IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.IncludeMergeState
- IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.ng.IncludeMergeState
- IncludeModuleState - Class in com.sun.msv.reader.relax.core
-
parses <include> element of RELAX Core.
- IncludeModuleState() - Constructor for class com.sun.msv.reader.relax.core.IncludeModuleState
- includeNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- includePattern(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- IncludePatternState - Class in com.sun.msv.reader.trex
-
<include> element in the pattern.
- IncludePatternState() - Constructor for class com.sun.msv.reader.trex.IncludePatternState
- includes(NameClass) - Method in class com.sun.msv.grammar.NameClass
-
Returns true if this name class is a superset of another name class.
- IncludeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <include> element.
- IncludeState() - Constructor for class com.sun.msv.reader.xmlschema.IncludeState
- IncompleteContentModel(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
- IncompleteContentModel(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
- incubator - Variable in class com.sun.msv.reader.datatype.xsd.RestrictionState
- incubator - Variable in class com.sun.msv.reader.relax.core.AttributeState
- incubator - Variable in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- incubator - Variable in class com.sun.msv.reader.relax.core.InlineElementState
-
this field is set to null if this element has label attribute.
- incubator - Variable in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
-
used to restrict simpleType
- indirectRefs - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
ReferenceExps which are referenced from this pattern indirectly (with ElementExp in between.)
- init() - Method in class com.sun.msv.verifier.AbstractVerifier
- init() - Method in class com.sun.msv.verifier.Verifier
- init(char[], String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
- init(GrammarReader, State, StartTagInfo) - Method in class com.sun.msv.reader.State
- init(InputSource, String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
- initialExpression() - Method in class com.sun.msv.reader.ChoiceState
- initialExpression() - Method in class com.sun.msv.reader.ExpressionWithChildState
-
sets initial pattern
- initialExpression() - Method in class com.sun.msv.reader.relax.core.InlineTagState
- initialExpression() - Method in class com.sun.msv.reader.SequenceState
- initialExpression() - Method in class com.sun.msv.reader.trex.AttributeState
- initialExpression() - Method in class com.sun.msv.reader.xmlschema.AttributeGroupState
- initialExpression() - Method in class com.sun.msv.reader.xmlschema.AttributeState
- initialExpression() - Method in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
- initialExpression() - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
- initialExpression() - Method in class com.sun.msv.reader.xmlschema.GroupState
- initialExpression() - Method in class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
- initialExpression() - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- InlineElementState - Class in com.sun.msv.reader.relax.core
-
parses <element> element.
- InlineElementState() - Constructor for class com.sun.msv.reader.relax.core.InlineElementState
- InlineTagState - Class in com.sun.msv.reader.relax.core
-
parses <tag> element inlined in <elementRule>
- InlineTagState() - Constructor for class com.sun.msv.reader.relax.core.InlineTagState
- InputEntity - Class in com.sun.msv.scanner.dtd
-
This is how the parser talks to its input entities, of all kinds.
- inputSourceFromLSInput(LSInput) - Static method in class com.sun.msv.reader.GrammarReader
-
This is a stopgap until we can wean more of this code from SAX-dependence.
- interceptExpression(State, Expression) - Method in class com.sun.msv.reader.GrammarReader
-
intercepts an expression made by ExpressionState before it is passed to the parent state.
- interceptExpression(State, Expression) - Method in class com.sun.msv.reader.relax.RELAXReader
- interceptExpression(State, Expression) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- interface_(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- InterfaceState - Class in com.sun.msv.reader.relax.core
-
parses <interface> element and <div> in interface.
- InterfaceState() - Constructor for class com.sun.msv.reader.relax.core.InterfaceState
- interleave(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- InterleaveExp - Class in com.sun.msv.grammar
-
<interleave> pattern of TREX, or <all> particle of XML Schema.
- InterleaveState - Class in com.sun.msv.reader
-
state that creates an InterleaveExp.
- InterleaveState() - Constructor for class com.sun.msv.reader.InterleaveState
- internalGeneralEntityDecl(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- internalGeneralEntityDecl(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of a internal general entity declaration event.
- internalGeneralEntityDecl(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- internalParameterEntityDecl(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- internalParameterEntityDecl(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of a internal parameter entity declaration event.
- internalParameterEntityDecl(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- intersection(NameClass, NameClass) - Static method in class com.sun.msv.grammar.NameClass
-
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(StringRef) - Method in interface com.sun.msv.verifier.Acceptor
-
checks if this Acceptor is satisifed.
- isAcceptState(StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
checks if this Acceptor is satisifed
- isAnnotationCompatible - Variable in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
the compatibility property of the annotation feature.
- isAnyDescendant - Variable in class com.sun.msv.grammar.xmlschema.XPath
-
this field is true if the XPath starts with '//' operator.
- isChar(int) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
Returns true if the argument, a UCS-4 character code, is valid in XML documents.
- 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.
- isComplex(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
-
determines whether brackets should be used to represent the pattern
- isDefaultAttributeValueCompatible - Variable in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
the compatibility property of the default attribute feature.
- isDefined() - Method in class com.sun.msv.grammar.ReferenceExp
-
checks if this ReferenceExp is properly defined.
- isDefined() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
implementation detail.
- isDefined() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- isDerivedTypeOf(XSDatatype, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- isDerivedTypeOf(ComplexTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
Checks if this type is a derived type of the specified type.
- isDerivedTypeOf(XMLSchemaTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- 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(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 interface 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.AttributeState
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
Returns true if this element declaration is a global element declaration.
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.GrammarReader
-
checks if given element is that of the grammar elements.
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.SimpleState
-
checks if this element belongs to the grammar.
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.TopLevelState
- isIDcompatible - Variable 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 in com.sun.msv.relaxns.verifier
-
base implementation of IslandSchema for MSV.
- IslandSchemaImpl() - Constructor for class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- IslandSchemaImpl.Binder - Class in com.sun.msv.relaxns.verifier
-
replaces all ExternalElementExp and ExternalAttributeExp by actual definitions.
- 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 - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
gets the nillable property of this component as specified in the spec.
- isNmtoken(String) - Static method in class com.sun.msv.scanner.dtd.XmlNames
-
This method returns true if the identifier is a "name token" as defined in the XML specification.
- isNotation(String) - Method in class com.sun.msv.grammar.util.IDContextProviderWrapper
- isNotation(String) - Method in class com.sun.msv.reader.GrammarReader
- isNotation(String) - Method in class com.sun.msv.verifier.AbstractVerifier
- 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
- isPredefinedType(Datatype) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
returns true if the specified type is a pre-defined XSD type without any facet.
- 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.
- isRedefine() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
Returns true if this declaration is a redefinition of an existing declaration.
- isRestrictionBlocked() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- isSchemaDefined(XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- isSchemaNamespace(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- isSpace(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
Returns true if the character is allowed where XML supports whitespace characters, false otherwise.
- isSubstitutionBlocked() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- isUnparsedEntity(String) - Method in class com.sun.msv.grammar.util.IDContextProviderWrapper
- 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.verifier.AbstractVerifier
- 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 interface com.sun.msv.verifier.IVerifier
-
checks if the document was valid.
- isValid() - Method in class com.sun.msv.verifier.Verifier
- 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 - Variable 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 in com.sun.msv.verifier
-
Interface of verifier.
K
- key - Variable in class com.sun.msv.grammar.xmlschema.KeyRefConstraint
-
corresponding key constraint.
- key(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- KeyConstraint - Class in com.sun.msv.grammar.xmlschema
-
key constraint.
- KeyConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.KeyConstraint
- keyref(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- KeyRefConstraint - Class in com.sun.msv.grammar.xmlschema
-
keyref constraint.
- KeyRefConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.KeyRefConstraint
L
- label - Variable in class com.sun.msv.grammar.trex.typed.TypedElementPattern
-
label of this element.
- LABEL_NAMESPACE - Static variable in class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
- LAX - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
- LaxDefaultNameClass - Class in com.sun.msv.grammar.xmlschema
-
Special name class implementation used for the wild card of the "lax" mode.
- LaxDefaultNameClass(NameClass) - Constructor for class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
- lhs - Variable in class com.sun.msv.reader.util.ForkContentHandler
- LightStack - Class in com.sun.msv.util
-
light-weight stack implementation.
- LightStack() - Constructor for class com.sun.msv.util.LightStack
- list(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- ListExp - Class in com.sun.msv.grammar
-
<list> of RELAX NG.
- ListState - Class in com.sun.msv.reader.datatype.xsd
-
state that parses <list> element of XSD.
- ListState - Class in com.sun.msv.reader.trex.ng
-
state that parses <list> pattern of RELAX NG.
- ListState() - Constructor for class com.sun.msv.reader.trex.ng.ListState
- ListState(String, String) - Constructor for class com.sun.msv.reader.datatype.xsd.ListState
- literal - Variable in class com.sun.msv.verifier.ErrorInfo.BadText
-
The actual text that caused the error.
- literal - Variable in class com.sun.msv.verifier.regexp.StringToken
- loadSchema(String) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a Grammar object.
- loadSchema(String, GrammarReaderController) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
returns a thread-safe AGM object, depending on the language used.
- loadSchema(String, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a Grammar object.
- loadSchema(InputSource) - Static method in class com.sun.msv.reader.util.GrammarLoader
- loadSchema(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
returns a thread-safe AGM object, depending on the language used.
- loadSchema(InputSource, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
- loadVGM(String) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a VGM.
- loadVGM(String, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a VGM.
- loadVGM(InputSource) - Static method in class com.sun.msv.reader.util.GrammarLoader
- loadVGM(InputSource, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
- localize(String) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- localize(String, Object) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String, Object) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String, Object) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- localize(String, Object[]) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String, Object[]) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String, Object[]) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
-
localizes messages.
- localize(String, Object, Object) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String, Object, Object) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String, Object, Object) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- localizeMessage(String, Object) - Static method in class com.sun.msv.verifier.identity.IDConstraintChecker
- localizeMessage(String, Object) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.GrammarReader
-
formats localized message with arguments
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.relax.RELAXReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.TREXBaseReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- localizeMessage(String, Object[]) - Static method in class com.sun.msv.verifier.identity.IDConstraintChecker
- localizeMessage(String, Object[]) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- localizeMessage(String, Object[]) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- localizeMessage(String, Object[]) - Static method in class com.sun.msv.verifier.Verifier
- localizeMessage(String, Object, Object) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- Localizer - Class in com.sun.msv.relaxns.grammar.relax
-
localizes messages
- Localizer() - Constructor for class com.sun.msv.relaxns.grammar.relax.Localizer
- localName - Variable in class com.sun.msv.grammar.dtd.LocalNameClass
- localName - Variable in class com.sun.msv.grammar.SimpleNameClass
- localName - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
-
local name of the identity constraint.
- localName - Variable in class com.sun.msv.util.StartTagInfo
- localName - Variable in class com.sun.msv.util.StringPair
- localName - Variable in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
- localName - Variable in class com.sun.msv.verifier.regexp.AttributeToken
- LOCALNAME_WILDCARD - Static variable in class com.sun.msv.grammar.NameClass
- LocalNameClass - Class in com.sun.msv.grammar.dtd
-
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
- location - Variable in class com.sun.msv.reader.State
-
Location of the start tag.
- locator - Variable in class com.sun.msv.reader.dtd.DTDReader
- locator - Variable in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- locator - Variable in class com.sun.msv.verifier.AbstractVerifier
-
Document Locator that is given by XML reader.
M
- MAGIC - Static variable in class com.sun.msv.grammar.util.PossibleNamesCollector
- main(String[]) - Static method in class com.sun.msv.driver.textui.Driver
- makeExpression() - Method in class com.sun.msv.reader.ExpressionState
-
This method is called from endElement method.
- makeExpression() - Method in class com.sun.msv.reader.ExpressionWithChildState
- makeExpression() - Method in class com.sun.msv.reader.relax.core.AttPoolRefState
- makeExpression() - Method in class com.sun.msv.reader.relax.core.AttributeState
- makeExpression() - Method in class com.sun.msv.reader.relax.core.InlineElementState
- makeExpression() - Method in class com.sun.msv.reader.relax.HedgeRefState
- makeExpression() - Method in class com.sun.msv.reader.TerminalState
- makeExpression() - Method in class com.sun.msv.reader.trex.classic.DataState
- makeExpression() - Method in class com.sun.msv.reader.trex.classic.StringState
- makeExpression() - Method in class com.sun.msv.reader.trex.DivInGrammarState
- makeExpression() - Method in class com.sun.msv.reader.trex.GrammarState
- makeExpression() - Method in class com.sun.msv.reader.trex.IncludePatternState
- makeExpression() - Method in class com.sun.msv.reader.trex.ng.DataState
- makeExpression() - Method in class com.sun.msv.reader.trex.ng.ValueState
- makeExpression() - Method in class com.sun.msv.reader.trex.RefState
- makeExpression() - Method in class com.sun.msv.reader.xmlschema.AnyState
- makeExpression() - Method in class com.sun.msv.reader.xmlschema.ElementRefState
- makeExpression() - Method in class com.sun.msv.relaxns.reader.relax.AnyOtherElementState
- makeList(String, String, XSDatatypeExp, GrammarReader) - Static method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Derives a new type by list.
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassAnyNameState
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassNameState
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassNsNameState
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassState
-
This method is called from endElement method.
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassWithChildState
- makeType() - Method in class com.sun.msv.reader.datatype.xsd.ListState
- makeType() - Method in class com.sun.msv.reader.datatype.xsd.UnionState
- makeUnion(String, String, Collection, GrammarReader) - Static method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Derives a new type by union.
- markSchemaAsDefined(XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- match(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeToken
- match(AttributeExp) - Method in class com.sun.msv.verifier.regexp.Token
- match(DataExp) - Method in class com.sun.msv.verifier.regexp.StringToken
-
DataExp can consume this token if its datatype can accept this string
- match(DataExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given DataExp can consume this token
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.AnyElementToken
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.ElementToken
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given ElementExp can consume this token
- match(ListExp) - Method in class com.sun.msv.verifier.regexp.StringToken
-
ListExp can consume this token if its pattern accepts this string
- match(ListExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given ListExp can consume this token
- match(ValueExp) - Method in class com.sun.msv.verifier.regexp.StringToken
- match(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 - Variable in class com.sun.msv.verifier.regexp.AttributeToken
-
holds a reference to the assigned type.
- Matcher - Class in com.sun.msv.verifier.identity
-
Base abstract implementation of XPath matcher.
- matchers - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
active mathcers.
- maxOccurs - Variable 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 in com.sun.msv.scanner.dtd
-
This class provides support for multi-language string lookup, as needed to localize messages from applications supporting multiple languages at the same time.
- MessageCatalog(Class<?>) - Constructor for class com.sun.msv.scanner.dtd.MessageCatalog
-
Create a message catalog for use by classes in the same package as the specified class.
- minOccurs - Variable in class com.sun.msv.grammar.xmlschema.OccurrenceExp
-
Minimum occurence.
- MissingAttribute(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.MissingAttribute
- MissingAttribute(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.MissingAttribute
- mixed(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- mixed(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- mixedElement(String) - Method in class com.sun.msv.reader.dtd.DTDReader
- mixedElement(String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
receives notification of child element of mixed content model.
- mixedElement(String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- MixedExp - Class in com.sun.msv.grammar
-
<mixed> of RELAX.
- MixedState - Class in com.sun.msv.reader.relax.core
-
parses <mixed> element.
- MixedState - Class in com.sun.msv.reader.trex
-
parses <mixed> pattern.
- MixedState() - Constructor for class com.sun.msv.reader.relax.core.MixedState
- MixedState() - Constructor for class com.sun.msv.reader.trex.MixedState
- mode - Variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
this flag controls how expression will be stringnized
- module - Variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
RELAX module object being under construction.
- module - Variable in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
-
underlying RELAX module which this IslandSchema is representing
- moduleMap - Variable in class com.sun.msv.relaxns.grammar.RELAXGrammar
-
map from namespace URI to IslandSchema.
- ModuleMergeState - Class in com.sun.msv.reader.relax.core
-
Used to parse module.
- ModuleMergeState(String) - Constructor for class com.sun.msv.reader.relax.core.ModuleMergeState
- ModuleState - Class in com.sun.msv.reader.relax.core
-
parses <module> element.
- ModuleState(String) - Constructor for class com.sun.msv.reader.relax.core.ModuleState
- MSG_BAILOUT - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_DTDVALIDATION - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_ERROR - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_FAILED_TO_IGNORE_EXTERNAL_DTD - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_FATAL - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_INVALID - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_PARSER - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_PARSING_TIME - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_START_PARSING_GRAMMAR - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_TOO_MANY_ERRORS - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_UNRECOGNIZED_OPTION - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_USAGE - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_VALID - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_VALIDATING - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_VALIDATION_TIME - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_WARNING - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_WARNING_FOUND - Static variable in class com.sun.msv.driver.textui.Driver
- MultiSchemaReader - Class in com.sun.msv.reader.xmlschema
-
An utility class that reads multiple XML Schema documents and combines them into one schema object.
- MultiSchemaReader(XMLSchemaReader) - Constructor for class com.sun.msv.reader.xmlschema.MultiSchemaReader
N
- name - Variable in class com.sun.msv.grammar.DataExp
-
name of this datatype.
- name - Variable in class com.sun.msv.grammar.ReferenceExp
-
name of the referenced expression.
- name - Variable in class com.sun.msv.grammar.ValueExp
-
name of this datatype.
- name - Variable in class com.sun.msv.relaxns.grammar.DeclImpl
-
name of this rule
- nameClass - Variable in class com.sun.msv.grammar.AttributeExp
-
constraint over attribute name
- nameClass - Variable in class com.sun.msv.grammar.relax.TagClause
-
tag name constraint.
- nameClass - Variable in class com.sun.msv.grammar.trex.ElementPattern
- nameClass - Variable in class com.sun.msv.reader.trex.NameClassAndExpressionState
- nameClass - Variable in class com.sun.msv.reader.trex.NameClassWithChildState
-
name class object that is being created.
- nameClass - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
this name class matches all the namespaces that are accepted by this anyOtherElement.
- NameClass - Class in com.sun.msv.grammar
-
validator of (namespaceURI,localPart) pair.
- NameClass() - Constructor for class com.sun.msv.grammar.NameClass
- NameClassAndExpression - Interface in com.sun.msv.grammar
-
common interface of AttributeExp and ElementExp.
- NameClassAndExpressionState - Class in com.sun.msv.reader.trex
-
Base implementation for ElementState and AttributeState This class collects one name class and patterns
- NameClassAndExpressionState() - Constructor for class com.sun.msv.reader.trex.NameClassAndExpressionState
- NameClassAnyNameState - Class in com.sun.msv.reader.trex
-
parses <anyName> name class.
- NameClassAnyNameState() - Constructor for class com.sun.msv.reader.trex.NameClassAnyNameState
- NameClassChoiceState - Class in com.sun.msv.reader.trex
-
parses <choice> name class.
- NameClassChoiceState() - Constructor for class com.sun.msv.reader.trex.NameClassChoiceState
- NameClassCollisionChecker - Class in com.sun.msv.grammar.util
-
Computes if two name classes collide or not.
- NameClassCollisionChecker() - Constructor for class com.sun.msv.grammar.util.NameClassCollisionChecker
- NameClassComparator - Class in com.sun.msv.grammar.util
-
Abstract implementation of a function
- NameClassComparator() - Constructor for class com.sun.msv.grammar.util.NameClassComparator
- NameClassDifferenceState - Class in com.sun.msv.reader.trex
-
parses <difference> name class.
- NameClassDifferenceState() - Constructor for class com.sun.msv.reader.trex.NameClassDifferenceState
- NameClassNameState - Class in com.sun.msv.reader.trex
-
parses <name> name class.
- NameClassNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNameState
- NameClassNotState - Class in com.sun.msv.reader.trex
-
parses <not> name class.
- NameClassNotState() - Constructor for class com.sun.msv.reader.trex.NameClassNotState
- NameClassNsNameState - Class in com.sun.msv.reader.trex
-
parses <nsName> name class.
- NameClassNsNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNsNameState
- NameClassSimplifier - Class in com.sun.msv.grammar.util
-
Minimizes a name class.
- NameClassSimplifier() - Constructor for class com.sun.msv.grammar.util.NameClassSimplifier
- NameClassState - Class in com.sun.msv.reader.trex
-
Base implementation for NameClass primitives
- NameClassState() - Constructor for class com.sun.msv.reader.trex.NameClassState
- NameClassVisitor - Interface in com.sun.msv.grammar
-
Visitor interface for NameClass.
- NameClassWithChildState - Class in com.sun.msv.reader.trex
-
parses name class that has child name classes
- NameClassWithChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithChildState
- NameClassWithoutChildState - Class in com.sun.msv.reader.trex
-
Base implementation for those states who cannot have any child name class.
- NameClassWithoutChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithoutChildState
- nameClassWriter - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
- NameClassWriter - Class in com.sun.msv.writer.relaxng
-
Visits NameClass and writes its XML representation.
- NameClassWriter(Context) - Constructor for class com.sun.msv.writer.relaxng.NameClassWriter
- namedPatterns - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
named patterns which are defined by using <define> element.
- NAMESPACE_WILDCARD - Static variable in class com.sun.msv.grammar.NameClass
-
wildcard should be accepted by any name class.
- NamespaceNameClass - Class in com.sun.msv.grammar
-
NameClass that matchs any names in a particular namespace.
- NamespaceNameClass(String) - Constructor for class com.sun.msv.grammar.NamespaceNameClass
- namespaces - Variable in class com.sun.msv.reader.dtd.DTDReader
-
map from prefix to set of possible namespace URI.
- NamespaceState - Class in com.sun.msv.relaxns.reader
-
parses <namespace> element of RELAX Namespace.
- NamespaceState() - Constructor for class com.sun.msv.relaxns.reader.NamespaceState
- namespaceSupport - Variable in class com.sun.msv.verifier.AbstractVerifier
-
namespace prefix to namespace URI resolver.
- namespaceURI - Variable in class com.sun.msv.grammar.NamespaceNameClass
- namespaceURI - Static variable in class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
-
namespace URI of the compatibility datatypes library.
- namespaceURI - Variable in class com.sun.msv.grammar.SimpleNameClass
- namespaceURI - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
-
namespace URI of the identity constraint.
- namespaceURI - Variable in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
-
namespace URI that this object belongs to.
- namespaceURI - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
namespace URI that this ExternalElementExp belongs to.
- namespaceURI - Variable in class com.sun.msv.util.StartTagInfo
- namespaceURI - Variable in class com.sun.msv.util.StringPair
- namespaceURI - Variable in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
- namespaceURI - Variable in class com.sun.msv.verifier.regexp.AttributeToken
- nc1 - Variable in class com.sun.msv.grammar.ChoiceNameClass
- nc1 - Variable in class com.sun.msv.grammar.DifferenceNameClass
- nc1 - Variable in class com.sun.msv.grammar.util.NameClassComparator
-
Two name classes to be tested.
- nc2 - Variable in class com.sun.msv.grammar.ChoiceNameClass
- nc2 - Variable in class com.sun.msv.grammar.DifferenceNameClass
- nc2 - Variable in class com.sun.msv.grammar.util.NameClassComparator
-
Two name classes to be tested.
- newDocumentBuilder() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- newGrammar - Variable in class com.sun.msv.reader.trex.GrammarState
- newSAXParser() - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
- newTypeName - Variable in class com.sun.msv.reader.datatype.xsd.ListState
- newTypeName - Variable in class com.sun.msv.reader.datatype.xsd.RestrictionState
- newTypeName - Variable in class com.sun.msv.reader.datatype.xsd.UnionState
- newTypeUri - Variable in class com.sun.msv.reader.datatype.xsd.ListState
- newTypeUri - Variable in class com.sun.msv.reader.datatype.xsd.RestrictionState
- newTypeUri - Variable in class com.sun.msv.reader.datatype.xsd.UnionState
- newVerifier() - Method in class com.sun.msv.verifier.jarv.SchemaImpl
- next - Variable in class com.sun.msv.util.xml.DocumentFilter
- NGNameState - Class in com.sun.msv.reader.trex.ng
-
parses <anyName> name class.
- NGNameState.AnyNameState - Class in com.sun.msv.reader.trex.ng
-
Parsing state for <anyName>
- NGNameState.NsNameState - Class in com.sun.msv.reader.trex.ng
-
Parsing state for <nsName>
- none(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- NONE - Static variable in class com.sun.msv.grammar.NameClass
-
Name class that accepts nothing.
- NoneType - Class in com.sun.msv.grammar.relax
-
'none' datatype of RELAX.
- notAllowed(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- notation(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- notationDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- notationDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of a Notation Declaration.
- notationDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- notationDecl(String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- notBeingRedefined - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
This named pattern is not being redefined.
- NotNameClass - Class in com.sun.msv.grammar
-
NameClass that acts a not operator.
- NotNameClass(NameClass) - Constructor for class com.sun.msv.grammar.NotNameClass
- nsAnyName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- nsAnyName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- nsChoice(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- nsDifference(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- nsExcept(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- nsName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- NsNameState() - Constructor for class com.sun.msv.reader.trex.ng.NGNameState.NsNameState
- nsNot(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- nsNsName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- nsNsName(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- nullSet - Static variable 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 variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OCCURENCE_ONE_OR_MORE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OCCURENCE_ZERO_OR_MORE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OCCURENCE_ZERO_OR_ONE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OccurrenceExp - Class in com.sun.msv.grammar.xmlschema
-
Used to mark a occurrence constraint which cannot be easily represented by primitive expressions.
- OccurrenceExp(Expression, int, int, Expression) - Constructor for class com.sun.msv.grammar.xmlschema.OccurrenceExp
- oldDecl - Variable in class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
keeps a reference to previous declaration.
- onAnyName(AnyNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onAnyName(AnyNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onAnyName(AnyNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onAnyName(AnyNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onAnyString() - Method in class com.sun.msv.grammar.ExpressionCloner
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onAnyString() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onAnyString() - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- 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.verifier.regexp.ElementsOfConcernCollector
- onAnyString() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onAnyString() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onAnyString() - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onAttribute(AttributeExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onAttribute(AttributeToken, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- onAttribute(AttributeToken, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onAttribute(AttributeToken, StringRef) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- onAttribute(String, String, String, String, IDContextProvider, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
Deprecated.
- onAttribute(String, String, String, String, IDContextProvider, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
Deprecated.
- onAttribute(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.Matcher
- onAttribute(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.FieldsMatcher
- onAttribute(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.PathMatcher
- onAttribute2(String, String, String, String, IDContextProvider2, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
processes an attribute.
- onAttribute2(String, String, String, String, IDContextProvider2, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onAttributeMatched(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
this method is called when the attribute matches the XPath.
- onAttributeMatched(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
this method is called when the attribute matches the XPath.
- onAttributeMatched(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.SelectorMatcher
- onBinExp(BinaryExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onChoice(ChoiceExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onChoice(ChoiceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onChoice(ChoiceNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onChoice(ChoiceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onChoice(ChoiceNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onConcur(ConcurExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onData(DataExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onData(DataExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onData(DataExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onData(DataExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onData(DataExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onData(DataExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onData(DataExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onData(DataExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onData(DataExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onData(DataExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onDifference(DifferenceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onDifference(DifferenceNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onDifference(DifferenceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onDifference(DifferenceNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onDuplicateId(String) - Method in class com.sun.msv.verifier.AbstractVerifier
-
this method is called when a duplicate id value is found.
- onDuplicateId(String) - Method in class com.sun.msv.verifier.Verifier
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
- onElement(ElementExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onElement(ElementExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onElementMatched(String, String) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
this method is called when the element matches the XPath.
- onElementMatched(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
this method is called when the element matches the XPath.
- onElementMatched(String, String) - Method in class com.sun.msv.verifier.identity.SelectorMatcher
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onEndAttributes(StartTagInfo, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
-
notifies the end of attributes.
- onEndAttributes(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- onEndAttributes(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onEndChild(Expression) - Method in interface com.sun.msv.reader.ExpressionOwner
- onEndChild(Expression) - Method in class com.sun.msv.reader.ExpressionWithChildState
-
receives a Pattern object that is contained in this element.
- onEndChild(Expression) - Method in class com.sun.msv.reader.relax.core.InlineTagState
-
receives a Pattern object that is contained in this element.
- onEndChild(Expression) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
- onEndChild(Expression) - Method in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
- onEndChild(Expression) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.DefineState
-
receives a Pattern object that is contained in this element.
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.DivInGrammarState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.IncludePatternState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.ng.DataState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootIncludedPatternState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootMergedGrammarState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootState
- onEndChild(Expression) - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
- onEndChild(Expression) - Method in class com.sun.msv.relaxns.reader.RootGrammarState
- onEndChild(NameClass) - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
- onEndChild(NameClass) - Method in class com.sun.msv.reader.trex.NameClassWithChildState
-
receives a Pattern object that is contained in this element.
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.ListState
-
receives a Pattern object that is contained in this element.
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.UnionState
- onEndChild(XSDatatypeExp) - Method in interface com.sun.msv.reader.datatype.xsd.XSTypeOwner
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.AttributeState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.RedefineState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- onEndChildType(Expression, String) - Method in interface com.sun.msv.reader.datatype.TypeOwner
- onEndInlineClause(TagClause) - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
-
notification of inline tag element.
- oneOrMore(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- OneOrMoreExp - Class in com.sun.msv.grammar
-
A+.
- OneOrMoreState - Class in com.sun.msv.reader.trex
-
parses <oneOrMore> pattern.
- OneOrMoreState() - Constructor for class com.sun.msv.reader.trex.OneOrMoreState
- onEpsilon() - Method in class com.sun.msv.grammar.ExpressionCloner
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onEpsilon() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onEpsilon() - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- 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.verifier.regexp.ElementsOfConcernCollector
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onEpsilon() - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onError(StringRef, String, ErrorInfo) - Method in class com.sun.msv.verifier.Verifier
-
signals an error.
- onError(String, ErrorInfo) - Method in class com.sun.msv.verifier.Verifier
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onID(Datatype, StringToken) - Method in interface com.sun.msv.grammar.IDContextProvider2
-
this method is called when a type with ID semantics is matched.
- onID(Datatype, StringToken) - Method in class com.sun.msv.grammar.util.IDContextProviderWrapper
- onID(Datatype, StringToken) - Method in class com.sun.msv.reader.GrammarReader
- onID(Datatype, StringToken) - Method in class com.sun.msv.verifier.AbstractVerifier
- onID(Datatype, String) - Method in interface com.sun.msv.grammar.IDContextProvider
-
Deprecated.this method is called when a type with ID semantics is matched.
- onIdentityConstraint(IdentityConstraint) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
this method is called when an identity constraint declaration is found.
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onInterleave(InterleaveExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onList(ListExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onList(ListExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onList(ListExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onList(ListExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onMixed(MixedExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onNextAcceptorReady(StartTagInfo, Acceptor) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- onNextAcceptorReady(StartTagInfo, Acceptor) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- onNextAcceptorReady(StartTagInfo, Acceptor) - Method in class com.sun.msv.verifier.Verifier
-
this method is called from the startElement method after the tag name is processed and the child acceptor is created.
- onNot(NotNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onNot(NotNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onNot(NotNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onNot(NotNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onNsName(NamespaceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onNsName(NamespaceNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onNsName(NamespaceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onNsName(NamespaceNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onNullSet() - Method in class com.sun.msv.grammar.ExpressionCloner
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onNullSet() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onNullSet() - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- 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.verifier.regexp.ElementsOfConcernCollector
- onNullSet() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onNullSet() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onNullSet() - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onOptional(Expression) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onOther(OtherExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onOther(OtherExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
- onRef(ReferenceExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onRef(ReferenceExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onRemoved() - Method in class com.sun.msv.verifier.identity.FieldsMatcher
- onRemoved() - Method in class com.sun.msv.verifier.identity.PathMatcher
-
called when this bundle is deactivated.
- onRemoved() - Method in class com.sun.msv.verifier.identity.SelectorMatcher
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onSequence(SequenceExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onSimple(SimpleNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onSimple(SimpleNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onSimple(SimpleNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onSimple(SimpleNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onTargetNamespaceResolved(String, boolean) - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
This is called when the target namespace is determined for a new schema.
- onTargetNamespaceResolved(String, boolean) - Method in class com.sun.msv.reader.xmlschema.SchemaState
- onText(String, IDContextProvider, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
Deprecated.
- onText(String, IDContextProvider, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
Deprecated.
- onText2(String, IDContextProvider2, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
processes a string literal.
- onText2(String, IDContextProvider2, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
-
eats string literal
- onText2(String, IDContextProvider2, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onValue(ValueExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onValue(ValueExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onValue(ValueExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onValue(ValueExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onValue(ValueExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onValue(ValueExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onZeroOrMore(OneOrMoreExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- optional(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- OptionalState - Class in com.sun.msv.reader.trex
-
parses <optional> pattern.
- OptionalState() - Constructor for class com.sun.msv.reader.trex.OptionalState
- originalFound - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
The same as
RELAXNGReader.RefExpParseInfo.originalNotFoundYet
, but we saw the original definition. - originalNotFoundYet - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
This named pattern is being redefined.
- OtherExp - Class in com.sun.msv.grammar
-
Base class for application-specific AGM annotation.
- OtherExp() - Constructor for class com.sun.msv.grammar.OtherExp
- OtherExp(Expression) - Constructor for class com.sun.msv.grammar.OtherExp
- out - Variable in class com.sun.msv.driver.textui.DebugController
-
messages are sent to this object.
- owner - Variable in class com.sun.msv.verifier.identity.Matcher
- owner - Variable in class com.sun.msv.verifier.regexp.SimpleAcceptor
-
ElementExp that accepted the start tag.
- ownerModule - Variable in class com.sun.msv.grammar.relax.ElementRules
-
RELAXModule object to which this object belongs
- ownerModule - Variable in class com.sun.msv.grammar.relax.HedgeRules
-
RELAXModule object to which this object belongs
- owners - Variable in class com.sun.msv.relaxns.verifier.RulesAcceptor
- owners - Variable in class com.sun.msv.verifier.regexp.ComplexAcceptor
-
each item of this array should be considered as read-only.
P
- PANIC_MODE_FEATURE - Static variable in class com.sun.msv.verifier.jarv.Const
-
Turns on/off the panic mode.
- panicLevel - Variable in class com.sun.msv.verifier.Verifier
-
Panic level.
- param(String, String) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- parent - Variable in class com.sun.msv.grammar.relax.ElementRule
- parent - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
parent XMLSchemaSchema object to which this object belongs.
- parent - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
parent XMLSchemaSchema object to which this object belongs.
- parent - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- parent - Variable in class com.sun.msv.verifier.identity.FieldMatcher
-
parent FieldsMatcher object.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.ComplexContentState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.SimpleContentState
-
ComplexType object that we are now constructing.
- parentGrammar - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
in case of nested grammar, this variable points to the parent grammar.
- parentRef - Variable in class com.sun.msv.reader.trex.RefState
- parentRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- parentState - Variable in class com.sun.msv.reader.State
-
parent state of this state.
- parse(String) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(String) - Method in class com.sun.msv.reader.util.GrammarLoader
- parse(String) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
- parse(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- parse(String, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(String, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.DTDFactoryImpl
- parse(String, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TheFactoryImpl
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
loads TREX pattern
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
loads RELAX NG pattern
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
loads RELAX module
- parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- parse(Source) - Method in class com.sun.msv.reader.GrammarReader
-
Parse from an arbitrary javax.xml.transform source.
- parse(Source) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parse a schema supplied by a javax.xml.transform Source.
- parse(Source, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Convenience method to create a reader and read a single scheme.
- parse(Document, ContentHandler) - Static method in class com.sun.msv.util.xml.SAXEventGenerator
-
scans the specified DOM and sends SAX2 events to the handler.
- parse(InputSource) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(InputSource) - Method in class com.sun.msv.reader.util.GrammarLoader
- parse(InputSource) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parses an additional schema.
- parse(InputSource) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.dtd.DTDReader
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.DTDFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.FactoryImpl
-
parses a Grammar from the specified source.
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TheFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TREXFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.XSFactoryImpl
- parse(InputSource, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.dtd.DTDReader
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
loads TREX pattern
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
loads RELAX NG pattern
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
loads RELAX module
- parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- parsedContent(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
normal content; whitespace in markup may be handled specially if the parser uses the content model.
- parsedFiles - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
tables that store all SystemIds that we've read.
- parseField(String) - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- parsePath(XPath, String, boolean) - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
-
parses "aa/bb/cc/.../".
- parserFactory - Variable in class com.sun.msv.reader.GrammarReader
-
Reader may create another SAXParser from this factory
- parseSelector(String) - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- parseVGM(String) - Method in class com.sun.msv.reader.util.GrammarLoader
- parseVGM(InputSource) - Method in class com.sun.msv.reader.util.GrammarLoader
- patch() - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Renders the type (GrammarReader.BackPatch implementation).
- patch() - Method in interface com.sun.msv.reader.GrammarReader.BackPatch
-
do back-patching.
- PathMatcher - Class in com.sun.msv.verifier.identity
-
Base implementation of XPath matching engine.
- PathMatcher(IDConstraintChecker, XPath[]) - Constructor for class com.sun.msv.verifier.identity.PathMatcher
- paths - Variable in class com.sun.msv.grammar.xmlschema.Field
-
XPath that characterizes this field.
- patternWriter - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
- PatternWriter - Class in com.sun.msv.writer.relaxng
-
Visits Expression and writes it as RELAX NG.
- PatternWriter(Context) - Constructor for class com.sun.msv.writer.relaxng.PatternWriter
- peek(String, char[]) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
returns false iff 'next' string isn't as provided, else skips that text and returns true.
- peekc(char) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
lookahead one character
- peelOccurence() - Method in class com.sun.msv.grammar.Expression
-
Peels the occurence expressions from this expression.
- pendingAnyOtherElements - Variable in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
- pendingAnyOtherElements - Variable in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
set of AnyOtherElementExp object.
- performIDcheck - Variable in class com.sun.msv.verifier.AbstractVerifier
-
set this flag to true to perform ID/IDREF validation.
- pool - Variable in class com.sun.msv.grammar.ExpressionCloner
- pool - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
ExpressionPool object which was used to create this module.
- pool - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
ExpressionPool that is associated with this grammar
- pool - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
-
pool object which was used to construct this grammar.
- pool - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
pool object which was used to construct this grammar.
- pool - Variable in class com.sun.msv.reader.GrammarReader
-
this object must be used to create a new expression
- pool - Variable in class com.sun.msv.relaxns.grammar.RELAXGrammar
-
expression pool that was used to create these objects
- pool - Variable in class com.sun.msv.verifier.regexp.AttributeFeeder
- pool - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- pool - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
ExpressionPool object that this VGM uses.
- pool - Variable in class com.sun.msv.verifier.regexp.ResidualCalculator
- pop() - Method in class com.sun.msv.scanner.dtd.InputEntity
- pop() - Method in class com.sun.msv.util.LightStack
- popActiveScope(IdentityConstraint, SelectorMatcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- popState() - Method in class com.sun.msv.reader.GrammarReader
-
pops the previous state from the stack
- PossibleNamesCollector - Class in com.sun.msv.grammar.util
-
computes the possible names.
- PossibleNamesCollector() - Constructor for class com.sun.msv.grammar.util.PossibleNamesCollector
- prefix - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
- prefixResolver - Variable in class com.sun.msv.reader.GrammarReader
- previous - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
- previousGrammar - Variable in class com.sun.msv.reader.trex.GrammarState
- printBinary(BinaryExp, String) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- printContentModel(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
- printFragment(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
- printName() - Method in class com.sun.msv.grammar.OtherExp
-
returns the string which will be used by ExpressionPrinter to print this expression.
- printRefContainer(ReferenceContainer) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
-
dumps all the contents of ReferenceContainer.
- printSAXParseException(SAXParseException, String) - Static method in class com.sun.msv.driver.textui.ReportErrorHandler
- printSmallest(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
- probe(String, String) - Method in class com.sun.msv.grammar.util.NameClassCollisionChecker
- probe(String, String) - Method in class com.sun.msv.grammar.util.NameClassComparator
-
Throw
eureka
to return true from the probe method. - processingInstruction(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- processingInstruction(String, String) - Method in class com.sun.msv.reader.State
- processingInstruction(String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
- processingInstruction(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of a Processing Instruction.
- processingInstruction(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- processingInstruction(String, String) - Method in class com.sun.msv.util.xml.DocumentFilter
- processingInstruction(String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- processingInstruction(String, String) - Method in class com.sun.msv.verifier.VerifierFilter
- processingInstruction(String, String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 processing instruction event.
- processOccurs(Expression, int, int) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Adds maxOccurs/minOccurs semantics to a given expression.
- processOccurs(Expression, short) - Method in class com.sun.msv.reader.dtd.DTDReader
-
processes occurence (?,+,*) of the given expression
- processOccurs(StartTagInfo, Expression) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Adds maxOccurs/minOccurs semantics to a given expression.
- provider - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- prune(Expression) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- push(Object) - Method in class com.sun.msv.util.LightStack
- pushActiveScope(IdentityConstraint, SelectorMatcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- pushState(State, State, StartTagInfo) - Method in class com.sun.msv.reader.GrammarReader
-
pushs the current state into the stack and sets new one
- put(Expression) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
put method.
- put(String, DataTypeVocabulary) - Method in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
-
manually adds DataTypeVocabulary into this map.
Q
- qName - Variable in class com.sun.msv.util.StartTagInfo
- qName - Variable in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
-
tag name information.
- qName - Variable in class com.sun.msv.verifier.regexp.AttributeToken
R
- read(Source, SAXParserFactory, GrammarReaderController2) - Static method in class com.sun.msv.reader.xmlschema.WSDLSchemaReader
-
Read the schemas from a WSDL.
- reader - Variable in class com.sun.msv.reader.State
-
reader object who is the owner of this object.
- readResolve() - Method in class com.sun.msv.grammar.Expression
- RedefinableDeclState - Class in com.sun.msv.reader.xmlschema
-
state that parses redefinable declaration.
- RedefinableDeclState() - Constructor for class com.sun.msv.reader.xmlschema.RedefinableDeclState
- RedefinableExp - Class in com.sun.msv.grammar.xmlschema
-
declaration that can be redefined by using <redefine> element.
- RedefinableExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.RedefinableExp
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.RedefinableExp
-
assigns contents of rhs to this object.
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
- redefine(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Updates this object by copying the state from rhs
- redefine(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- redefine(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- redefine(String, ReferenceExp) - Method in class com.sun.msv.grammar.ReferenceContainer
-
replaces the current ReferenceExp by newly specified reference exp.
- redefineStart(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- RedefineState - Class in com.sun.msv.reader.xmlschema
-
used to parse <redefine> element.
- RedefineState() - Constructor for class com.sun.msv.reader.xmlschema.RedefineState
- redefinition - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
Current redefinition status.
- RedefinitionStatus() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo.RedefinitionStatus
- REDocumentDeclaration - Class in com.sun.msv.verifier.regexp
-
DocumentDeclaration
implementation Grammar object can be shared among multiple threads, but this object cannot be shared. - REDocumentDeclaration(Expression, ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
creates an object that validates the specified expression.
- REDocumentDeclaration(Grammar) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
- ref(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- ref(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- RefContainer() - Constructor for class com.sun.msv.grammar.trex.TREXGrammar.RefContainer
- ReferenceContainer - Class in com.sun.msv.grammar
-
Container of ReferenceExp.
- ReferenceContainer() - Constructor for class com.sun.msv.grammar.ReferenceContainer
- ReferenceExp - Class in com.sun.msv.grammar
-
Reference to the other expression.
- ReferenceExp(String) - Constructor for class com.sun.msv.grammar.ReferenceExp
- ReferenceExp(String, Expression) - Constructor for class com.sun.msv.grammar.ReferenceExp
- RefExpParseInfo() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
- RefExpRemover - Class in com.sun.msv.grammar.util
-
removes all ReferenceExp from AGM.
- RefExpRemover(ExpressionPool, boolean) - Constructor for class com.sun.msv.grammar.util.RefExpRemover
- refLabel(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- refRole(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- RefState - Class in com.sun.msv.reader.trex.ng
-
parses <ref> pattern.
- RefState - Class in com.sun.msv.reader.trex
-
parses <ref> pattern.
- RefState(boolean) - Constructor for class com.sun.msv.reader.trex.ng.RefState
- RefState(boolean) - Constructor for class com.sun.msv.reader.trex.RefState
- refType - Variable in class com.sun.msv.verifier.regexp.StringToken
-
if this field is non-null, this field will receive assigned DataType object.
- registerCatalogEntry(String, String) - Method in class com.sun.msv.scanner.dtd.Resolver
-
Registers the given public ID as corresponding to a particular URI, typically a local copy.
- registerCatalogEntry(String, String, ClassLoader) - Method in class com.sun.msv.scanner.dtd.Resolver
-
Registers a given public ID as corresponding to a particular Java resource in a given class loader, typically distributed with a software package.
- reinit(String, String, String, Attributes, IDContextProvider) - Method in class com.sun.msv.util.StartTagInfo
-
Deprecated.
- reinit(String, String, String, Attributes, IDContextProvider2) - Method in class com.sun.msv.util.StartTagInfo
-
re-initialize the object with brand new parameters.
- RELAXCoreFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation of RELAX Core.
- RELAXCoreFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl
- RELAXCoreIslandSchemaReader - Class in com.sun.msv.relaxns.reader.relax
-
reads RELAX-Namespace-extended RELAX Core.
- RELAXCoreIslandSchemaReader(GrammarReaderController, SAXParserFactory, ExpressionPool, String) - Constructor for class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- RELAXCoreNamespace - Static variable in class com.sun.msv.reader.relax.RELAXReader
-
Namespace URI of RELAX Core
- RELAXCoreReader - Class in com.sun.msv.reader.relax.core
-
reads RELAX module (classic RELAX module; no namespace extension) by SAX2 and constructs abstract grammar model.
- RELAXCoreReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader
- RELAXCoreReader(GrammarReaderController, SAXParserFactory, RELAXCoreReader.StateFactory, ExpressionPool, String) - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader
-
full constructor.
- RELAXCoreReader.StateFactory - Class in com.sun.msv.reader.relax.core
- relaxCoreSchema4Schema - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
Schema for schema of RELAX Core.
- RELAXExpressionVisitor - Interface in com.sun.msv.grammar.relax
-
Visitor interface for RELAX expressions.
- RELAXExpressionVisitorBoolean - Interface in com.sun.msv.grammar.relax
-
RELAX version of
ExpressionVisitorBoolean
. - RELAXExpressionVisitorExpression - Interface in com.sun.msv.grammar.relax
-
RELAX version of
ExpressionVisitorExpression
- RELAXExpressionVisitorVoid - Interface in com.sun.msv.grammar.relax
-
RELAX Version of
ExpressionVisitorVoid
- RELAXGrammar - Class in com.sun.msv.relaxns.grammar
-
"Grammar" of RELAX Namespace.
- RELAXGrammar(ExpressionPool) - Constructor for class com.sun.msv.relaxns.grammar.RELAXGrammar
- RELAXIslandSchema - Class in com.sun.msv.relaxns.grammar.relax
-
IslandSchema implementation for RELAX module.
- RELAXIslandSchema(RELAXModule, Set<Expression>) - Constructor for class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
- RELAXModule - Class in com.sun.msv.grammar.relax
-
"Module" of RELAX Core.
- RELAXModule(ExpressionPool, String) - Constructor for class com.sun.msv.grammar.relax.RELAXModule
- RELAXModule.AttPoolContainer - Class in com.sun.msv.grammar.relax
- RELAXModule.DatatypeContainer - Class in com.sun.msv.grammar.relax
-
Datatypes.
- RELAXModule.ElementRulesContainer - Class in com.sun.msv.grammar.relax
- RELAXModule.HedgeRulesContainer - Class in com.sun.msv.grammar.relax
- RELAXModule.TagContainer - Class in com.sun.msv.grammar.relax
- RELAXNamespaceNamespace - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
-
namespace URI of RELAX Namespace.
- RELAXNGCompReader - Class in com.sun.msv.reader.trex.ng.comp
-
reads RELAX NG grammar with DTD compatibility annotation and constructs abstract grammar model.
- RELAXNGCompReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
easy-to-use constructor.
- RELAXNGCompReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
easy-to-use constructor.
- RELAXNGCompReader(GrammarReaderController, SAXParserFactory, RELAXNGCompReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
full constructor
- RELAXNGCompReader.StateFactory - Class in com.sun.msv.reader.trex.ng.comp
-
creates various State object, which in turn parses grammar.
- RELAXNGFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation of RELAX NG.
- RELAXNGFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
- RELAXNGGrammar - Class in com.sun.msv.grammar.relaxng
-
Grammar for RELAX NG (with DTD compatibility annotation).
- RELAXNGGrammar() - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
- RELAXNGGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
- RELAXNGGrammar(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
- RELAXNGNamespace - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Namespace URI of RELAX NG
- RELAXNGReader - Class in com.sun.msv.reader.trex.ng
-
reads RELAX NG grammar from SAX2 and constructs abstract grammar model.
- RELAXNGReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
easy-to-use constructor.
- RELAXNGReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
easy-to-use constructor.
- RELAXNGReader(GrammarReaderController, SAXParserFactory, RELAXNGReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
full constructor
- RELAXNGReader.RefExpParseInfo - Class in com.sun.msv.reader.trex.ng
-
information necessary to correctly parse pattern definitions.
- RELAXNGReader.RefExpParseInfo.RedefinitionStatus - Class in com.sun.msv.reader.trex.ng
- RELAXNGReader.StateFactory - Class in com.sun.msv.reader.trex.ng
-
creates various State object, which in turn parses grammar.
- relaxNGSchema4Schema - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Schema for schema of RELAX NG.
- RELAXNGWriter - Class in com.sun.msv.writer.relaxng
-
converts any Grammar into RELAX NG XML representation through SAX1 events.
- RELAXNGWriter() - Constructor for class com.sun.msv.writer.relaxng.RELAXNGWriter
- RELAXNSReader - Class in com.sun.msv.relaxns.reader
-
parses RELAX Namespace XML and constructs a SchemaProvider.
- RELAXNSReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.relaxns.reader.RELAXNSReader
- RELAXReader - Class in com.sun.msv.reader.relax
-
reads RELAX grammar/module by SAX2 and constructs abstract grammar model.
- RELAXReader(GrammarReaderController, SAXParserFactory, RELAXReader.StateFactory, ExpressionPool, State) - Constructor for class com.sun.msv.reader.relax.RELAXReader
- RELAXReader.StateFactory - Class in com.sun.msv.reader.relax
-
creates various State object, which in turn parses grammar.
- rememberText() - Method in class com.sun.msv.scanner.dtd.InputEntity
- remove(Matcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- remove(String) - Method in class com.sun.msv.grammar.ReferenceContainer
-
removes an object from this container.
- render(XSDatatypeExp.RenderingContext) - Method in interface com.sun.msv.reader.datatype.xsd.XSDatatypeExp.Renderer
-
creates (or retrieves, whatever) the actual, concrete, real XSDatatype object.
- reportError(ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
reports an error.
- reportError(Exception, String) - Method in class com.sun.msv.reader.GrammarReader
- reportError(Exception, String, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String, Object[], Exception, Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
reports an error to the controller
- reportError(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String, Object, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(Locator[], String, Object[]) - Method in class com.sun.msv.reader.GrammarReader
- reportError(Locator, ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- ReportErrorHandler - Class in com.sun.msv.driver.textui
-
ErrorHandler
that reports all errors and warnings. - ReportErrorHandler() - Constructor for class com.sun.msv.driver.textui.ReportErrorHandler
- reportWarning(String) - Method in class com.sun.msv.reader.GrammarReader
- reportWarning(String, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportWarning(String, Object[], Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
reports a warning to the controller
- reportWarning(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
- resCalc - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- resCalc - Variable in class com.sun.msv.verifier.regexp.StringToken
- ResidualCalculator - Class in com.sun.msv.verifier.regexp
-
computes regular expression derivative.
- ResidualCalculator(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 interface com.sun.msv.reader.GrammarReader.PrefixResolver
-
returns URI.
- resolve(String, String) - Method in class com.sun.msv.reader.relax.ElementRefState
- resolve(String, String) - Method in class com.sun.msv.reader.relax.HedgeRefState
- resolve(String, String) - Static method in class com.sun.msv.util.Uri
- resolveAttPoolRef(String, String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- resolveAttPoolRef(String, String) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- 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.classic.TREXGrammarReader
-
obtains a named DataType object referenced by a QName.
- resolveDataType(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
obtains a named DataType object referenced by a local name.
- resolveDataType(String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- resolveDataTypeLibrary(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
obtains the DataTypeLibrary that represents the specified namespace URI.
- resolveElementRef(String, String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- resolveElementRef(String, String) - Method in class com.sun.msv.reader.relax.RELAXReader
-
obtains an Expression specified by given (namespace,label) pair.
- resolveElementRef(String, String) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- resolveElementRef(String, String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- resolveEntity(String, String) - Method in class com.sun.msv.driver.textui.DebugController
- resolveEntity(String, String) - Method in class com.sun.msv.reader.Controller
-
Deprecated.
- resolveEntity(String, String) - Method in class com.sun.msv.reader.util.IgnoreController
- resolveEntity(String, String) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- resolveEntity(String, String) - Method in class com.sun.msv.scanner.dtd.Resolver
-
SAX: Resolve the given entity into an input source.
- resolveHedgeRef(String, String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- resolveHedgeRef(String, String) - Method in class com.sun.msv.reader.relax.RELAXReader
-
obtains an Expression specified by given (namespace,label) pair.
- resolveHedgeRef(String, String) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- resolveHedgeRef(String, String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- resolveLocation(State, String) - Method in class com.sun.msv.reader.GrammarReader
-
obtains InputSource for the specified url.
- resolveNamespaceOfAttributeDecl(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- resolveNamespaceOfElementDecl(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- resolveNamespacePrefix(String) - Method in class com.sun.msv.grammar.util.IDContextProviderWrapper
- 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.reader.trex.ng.RELAXNGReader
- resolveNamespacePrefix(String) - Method in class com.sun.msv.verifier.AbstractVerifier
- resolveQNameRef(StartTagInfo, String, XMLSchemaReader.RefResolver) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- Resolver - Class in com.sun.msv.scanner.dtd
-
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.
- resolveResource(String, String, String, String, String) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- resolveTypeRef(String) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
If this element declaration has @type, then this method is called to resolve it.
- resolveXSDatatype(String) - Method in interface com.sun.msv.reader.datatype.xsd.XSDatatypeResolver
- 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.
- RESTRICTION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- RESTRICTION - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
- restrictionChecker - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Contextual restriction checker.
- RestrictionChecker - Class in com.sun.msv.reader.trex.ng
-
Checks RELAX NG contextual restrictions defined in the section 7.
- RestrictionChecker(RELAXNGReader) - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker
- RestrictionChecker.DuplicateNameChecker - Class in com.sun.msv.reader.trex.ng
- RestrictionState - Class in com.sun.msv.reader.datatype.xsd
-
state that parses <restriction> element.
- RestrictionState(String, String) - Constructor for class com.sun.msv.reader.datatype.xsd.RestrictionState
- rhs - Variable in class com.sun.msv.reader.util.ForkContentHandler
- role - Variable in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
-
name of the imported AttributesDecl
- RootGrammarState - Class in com.sun.msv.relaxns.reader
-
invokes State object that parses the document element.
- RootGrammarState() - Constructor for class com.sun.msv.relaxns.reader.RootGrammarState
- RootIncludedPatternState - Class in com.sun.msv.reader.trex
-
parses the root state of a grammar included as a pattern.
- RootIncludedPatternState(IncludePatternState) - Constructor for class com.sun.msv.reader.trex.RootIncludedPatternState
- RootIncludedSchemaState - Class in com.sun.msv.reader.xmlschema
-
used to parse root of schema document.
- RootIncludedSchemaState(State) - Constructor for class com.sun.msv.reader.xmlschema.RootIncludedSchemaState
- RootMergedGrammarState - Class in com.sun.msv.reader.trex
-
parses root state of a merged grammar.
- RootMergedGrammarState() - Constructor for class com.sun.msv.reader.trex.RootMergedGrammarState
- RootState - Class in com.sun.msv.reader.trex
-
invokes State object that parses the document element.
- RootState - Class in com.sun.msv.reader.xmlschema
-
RootIncludedSchemaState + final wrap up.
- RootState() - Constructor for class com.sun.msv.reader.trex.RootState
- RootState(State) - Constructor for class com.sun.msv.reader.xmlschema.RootState
- rule - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
imported ElementDecl object that actually validates this element.
- ruleName - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
name of the imported Rule
- RulesAcceptor - Class in com.sun.msv.relaxns.verifier
-
Acceptor that is used to validate root node of the island.
- RulesAcceptor(REDocumentDeclaration, DeclImpl[]) - Constructor for class com.sun.msv.relaxns.verifier.RulesAcceptor
- run(String[]) - Static method in class com.sun.msv.driver.textui.Driver
- RunAwayExpressionChecker - Class in com.sun.msv.reader
-
makes sure that the expression does not run away.
- RunAwayExpressionChecker(GrammarReader) - Constructor for class com.sun.msv.reader.RunAwayExpressionChecker
- runBackPatchJob() - Method in class com.sun.msv.reader.GrammarReader
-
Performs all back-patchings.
S
- saturated - Variable in class com.sun.msv.verifier.regexp.StringToken
- SAXEventGenerator - Class in com.sun.msv.util.xml
-
produces SAX2 event from a DOM tree.
- SAXEventGenerator() - Constructor for class com.sun.msv.util.xml.SAXEventGenerator
- SAXParserFactoryImpl - Class in com.sun.msv.verifier.jaxp
-
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(File) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXParserFactoryImpl(String) - 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(InputSource) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXRuntimeException - Exception in com.sun.msv.writer
-
This class is used to wrap SAXException by RuntimeException.
- SAXRuntimeException(SAXException) - Constructor for exception com.sun.msv.writer.SAXRuntimeException
- SCHEMA_PROPNAME - Static variable 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 in com.sun.msv.verifier.jarv
-
base implementation of RELAXFactoryImpl and TREXFactoryImpl
- SchemaImpl(Grammar) - Constructor for class com.sun.msv.verifier.jarv.SchemaImpl
- SchemaImpl(Grammar, SAXParserFactory, boolean) - Constructor for class com.sun.msv.verifier.jarv.SchemaImpl
- schemaIncluded(State, String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- SchemaIncludedState - Class in com.sun.msv.reader.xmlschema
-
used to parse <schema> element of included schema.
- SchemaIncludedState(String) - Constructor for class com.sun.msv.reader.xmlschema.SchemaIncludedState
- schemaProvider - Variable in class com.sun.msv.relaxns.reader.RELAXNSReader
- SchemaProviderImpl - Class in com.sun.msv.relaxns.verifier
-
implementation of SchemaProvider by using RELAX Grammar.
- SchemaProviderImpl(RELAXGrammar) - Constructor for class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
creates SchemaProvider from existing RELAXGrammar.
- SchemaState - Class in com.sun.msv.reader.xmlschema
-
used to parse <schema> element.
- SchemaState(String) - Constructor for class com.sun.msv.reader.xmlschema.SchemaState
- schemata - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
-
map from namespace URI to loaded XMLSchemaSchema object.
- selector - Variable in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- selector - Variable in class com.sun.msv.verifier.identity.FieldsMatcher
-
the parent SelectorMatcher.
- SelectorMatcher - Class in com.sun.msv.verifier.identity
-
XPath matcher that tests the selector of an identity constraint.
- selectors - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
-
selectors of the identity constraint.
- self - Variable in class com.sun.msv.grammar.xmlschema.AttributeDeclExp
-
actual definition.
- sequence(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- sequence(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- SEQUENCE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- SequenceExp - Class in com.sun.msv.grammar
-
A,B.
- SequenceState - Class in com.sun.msv.reader
-
state that creates SequenceExp.
- SequenceState() - Constructor for class com.sun.msv.reader.SequenceState
- SequenceState(boolean) - Constructor for class com.sun.msv.reader.SequenceState
- serializeDataType(XSDatatype) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
serializes the given datatype.
- serializeEnumeration(XSDatatypeImpl, EnumerationFacet) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
serializes a type with enumeration.
- serializeListType(XSDatatypeImpl) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
serializes a list type.
- serializeUnionType(UnionType) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
serializes a union type.
- set(AttributeExp) - Method in class com.sun.msv.grammar.xmlschema.AttributeDeclExp
- set(XSDatatypeExp) - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
- set(RELAXNGReader.RefExpParseInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
Copies the contents of rhs into this object.
- setAbstract(boolean) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- setAbstract(boolean) - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- setAdditionalNamespaceMap(Map<String, String>) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- setAttribute(String, Object) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- setAttributeWildcard(AttributeWildcard) - Method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
- setAttributeWildcard(AttributeWildcard) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- setAttributeWildcard(AttributeWildcard) - Method in interface com.sun.msv.reader.xmlschema.AnyAttributeOwner
-
Sets the attribtue wildcard.
- setAttributeWildcard(AttributeWildcard) - Method in class com.sun.msv.reader.xmlschema.AttributeGroupState
- setAttributeWildcard(AttributeWildcard) - Method in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
- setAttributeWildcard(AttributeWildcard) - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- setAttributeWildcard(AttributeWildcard) - Method in class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
- setAttributeWildcard(AttributeWildcard) - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- setBaseURI(String) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- setByteStream(InputStream) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- setCertifiedText(boolean) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- setCharacterStream(Reader) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- setCoalescing(boolean) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- setContentHandler(TypedContentHandler) - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
sets the TypedContentHandler which will received the type-augmented infoset.
- setController(GrammarReaderController) - Method in class com.sun.msv.reader.util.GrammarLoader
-
sets the GrammarReaderController object that will control various aspects of the parsing.
- 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
- setDefaultValue(String) - Method in class com.sun.msv.grammar.AttributeExp
- setDispatcher(Dispatcher) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- setDocumentHandler(DocumentHandler) - Method in interface com.sun.msv.writer.GrammarWriter
-
Sets DocumentHandler.
- setDocumentHandler(DocumentHandler) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- setDocumentHandler(DocumentHandler) - Method in class com.sun.msv.writer.XMLWriter
-
this DocumentHandler will receive XML.
- setDocumentLocator(Locator) - Method in class com.sun.msv.reader.dtd.DTDReader
- 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.reader.util.ForkContentHandler
- setDocumentLocator(Locator) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- setDocumentLocator(Locator) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- setDocumentLocator(Locator) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- setDocumentLocator(Locator) - Method in class com.sun.msv.util.xml.DocumentFilter
- setDocumentLocator(Locator) - Method in class com.sun.msv.verifier.AbstractVerifier
- setDocumentLocator(Locator) - Method in class com.sun.msv.verifier.VerifierFilter
- setDocumentLocator(Locator) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 document locator event.
- setDtdHandler(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Used by applications to set handling of DTD parsing events.
- setElementExp(ElementDeclExp.XSElementExp) - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- setEncoding(String) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- 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 interface 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.jarv.FactoryImpl
- setFeature(String, boolean) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- setFeature(String, boolean) - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
- setIgnoringComments(boolean) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- setIgnoringElementContentWhitespace(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.
- setLocator(Locator) - Method in class com.sun.msv.reader.GrammarReader
- 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 interface com.sun.msv.verifier.IVerifier
-
Turns on/off the panic mode.
- setPanicMode(boolean) - Method in class com.sun.msv.verifier.Verifier
- setPanicMode(boolean) - Method in class com.sun.msv.verifier.VerifierFilter
- setPool(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
- setPublicId(String) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- 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.
- setStringData(String) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- setSystemId(String) - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- setValidating(boolean) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- setValidating(boolean) - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
- sfactory - Variable in class com.sun.msv.reader.relax.RELAXReader
- sfactory - Variable in class com.sun.msv.reader.trex.TREXBaseReader
- sfactory - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- SimpleAcceptor - Class in com.sun.msv.verifier.regexp
-
Acceptor that will be used when only one ElementExp matches the start tag.
- SimpleAcceptor(REDocumentDeclaration, Expression, ElementExp, Expression) - Constructor for class com.sun.msv.verifier.regexp.SimpleAcceptor
- simpleBaseType - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
base type of this complex type.
- simpleContent(State, StartTagInfo, ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- SimpleContentExtensionState - Class in com.sun.msv.reader.xmlschema
-
used to parse extension element as a child of <simpleContent> element.
- SimpleContentExtensionState(ComplexTypeExp) - Constructor for class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
- SimpleContentRestrictionState - Class in com.sun.msv.reader.xmlschema
-
used to parse restriction/extension element as a child of <simpleContent> element.
- SimpleContentRestrictionState(ComplexTypeExp) - Constructor for class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- SimpleContentState - Class in com.sun.msv.reader.xmlschema
-
used to parse <simpleContent> element.
- SimpleContentState(ComplexTypeExp) - Constructor for class com.sun.msv.reader.xmlschema.SimpleContentState
- simpleExt(State, StartTagInfo, ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- SimpleNameClass - Class in com.sun.msv.grammar
-
a NameClass that accepts only one fixed name.
- SimpleNameClass(StringPair) - Constructor for class com.sun.msv.grammar.SimpleNameClass
- SimpleNameClass(String, String) - Constructor for class com.sun.msv.grammar.SimpleNameClass
- simpleRst(State, StartTagInfo, ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- SimpleState - Class in com.sun.msv.reader
-
base interface of the most of parsing states.
- SimpleState() - Constructor for class com.sun.msv.reader.SimpleState
- simpleType(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- simpleType(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- SimpleTypeContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
- SimpleTypeExp - Class in com.sun.msv.grammar.xmlschema
-
Simple type declaration.
- simpleTypes - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from simple type name to SimpleTypeExp object
- SimpleTypeState - Class in com.sun.msv.reader.datatype.xsd
-
State that parses <simpleType> element and its children.
- SimpleTypeState() - Constructor for class com.sun.msv.reader.datatype.xsd.SimpleTypeState
- simplify() - Method in class com.sun.msv.grammar.NameClass
-
Computes the equivalent but simple name class.
- simplify(NameClass) - Static method in class com.sun.msv.grammar.util.NameClassSimplifier
- size() - Method in class com.sun.msv.grammar.ReferenceContainer
-
gets the number of ReferenceExps in this container.
- size() - Method in class com.sun.msv.util.LightStack
- SKIP - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
- SkipElementExp - Class in com.sun.msv.grammar.xmlschema
-
ElementExp that is used for <any processContents="skip"/>.
- SkipElementExp(NameClass, Expression) - Constructor for class com.sun.msv.grammar.xmlschema.SkipElementExp
- skippedEntity(String) - Method in class com.sun.msv.reader.State
- skippedEntity(String) - Method in class com.sun.msv.reader.util.ForkContentHandler
- skippedEntity(String) - Method in class com.sun.msv.verifier.AbstractVerifier
- skippedEntity(String) - Method in class com.sun.msv.verifier.VerifierFilter
- smallestInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
- sniffDefaultNs(Expression) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
sniffs namespace URI that can be used as default 'ns' attribute from expression.
- source - Variable in class com.sun.msv.relaxns.grammar.ExternalAttributeExp
-
where did this reference is written in the source file.
- source - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
where did this reference is written in the source file.
- source - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
where did this reference is written in the source file.
- splitQName(String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
returns an array of (URI,localName).
- 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() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
- start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- start(String) - Method in class com.sun.msv.writer.XMLWriter
- start(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
this method should be called immediately after the installment of this PathMatcher.
- start(String, String[]) - Method in class com.sun.msv.writer.XMLWriter
- startAttribute(String, String, String) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of an attribute.
- startCDATA() - Method in class com.sun.msv.reader.dtd.DTDReader
- startCDATA() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification that a CDATA section is beginning.
- startCDATA() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startContentModel(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
- startContentModel(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
receives notification that parsing of content model is beginning.
- startContentModel(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startDocument() - Method in class com.sun.msv.reader.State
- startDocument() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- startDocument() - Method in class com.sun.msv.reader.util.ForkContentHandler
- startDocument() - Method in class com.sun.msv.util.xml.DocumentFilter
- startDocument() - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- 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() - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 start document event.
- startDocument(ValidationContext) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of a document.
- startDTD(InputEntity) - Method in class com.sun.msv.reader.dtd.DTDReader
- startDTD(InputEntity) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of the beginning of the DTD.
- startDTD(InputEntity) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.Matcher
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.FieldsMatcher
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher
- startElement(String, String, String) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of an element.
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.datatype.xsd.ListState
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.IgnoreState
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.SimpleState
- 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.trex.TREXBaseReader
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.util.ForkContentHandler
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.relaxns.reader.NamespaceState
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.util.xml.DOMBuilder
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.AbstractVerifier
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.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
- startElement(String, String, Attributes) - Method in class com.sun.msv.verifier.identity.FieldMatcher
- startElement(String, AttributeList) - Method in class com.sun.msv.util.xml.DocumentFilter
- startElement(String, AttributeList) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 startElement event.
- startModelGroup() - Method in class com.sun.msv.reader.dtd.DTDReader
- startModelGroup() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- startModelGroup() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.GrammarReader
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.State
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
- startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.VerifierFilter
- startRemembering() - Method in class com.sun.msv.scanner.dtd.InputEntity
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.FacetState
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.ListState
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.UnionState
- startSelf() - Method in class com.sun.msv.reader.ExpressionWithChildState
- startSelf() - Method in class com.sun.msv.reader.relax.core.AttributeState
- startSelf() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- startSelf() - Method in class com.sun.msv.reader.relax.core.IncludeModuleState
- startSelf() - Method in class com.sun.msv.reader.relax.core.InlineElementState
- startSelf() - Method in class com.sun.msv.reader.relax.core.ModuleMergeState
- startSelf() - Method in class com.sun.msv.reader.relax.core.ModuleState
- startSelf() - Method in class com.sun.msv.reader.State
-
performs a task that should be done before reading any child elements.
- startSelf() - Method in class com.sun.msv.reader.trex.DefineState
- startSelf() - Method in class com.sun.msv.reader.trex.GrammarState
- startSelf() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.DataState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.DefineState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.ElementState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.GrammarState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.ImportState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.IncludeState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.RedefineState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- startSelf() - Method in class com.sun.msv.relaxns.reader.GrammarState
- startSelf() - Method in class com.sun.msv.relaxns.reader.IncludeGrammarState
- startSelf() - Method in class com.sun.msv.relaxns.reader.NamespaceState
- StartState - Class in com.sun.msv.reader.trex.ng
-
parses <start> declaration.
- StartState - Class in com.sun.msv.reader.trex
-
parses <start> element.
- StartState() - Constructor for class com.sun.msv.reader.trex.ng.StartState
- StartState() - Constructor for class com.sun.msv.reader.trex.StartState
- startTag - Variable in class com.sun.msv.reader.State
-
information of the start tag.
- startTag - Variable in class com.sun.msv.verifier.identity.FieldsMatcher
-
location of the start tag.
- StartTagInfo - Class in com.sun.msv.util
-
immutable start tag information
- StartTagInfo() - Constructor for class com.sun.msv.util.StartTagInfo
- StartTagInfo(String, String, String, Attributes) - Constructor for class com.sun.msv.util.StartTagInfo
- StartTagInfo(String, String, String, Attributes, IDContextProvider) - Constructor for class com.sun.msv.util.StartTagInfo
-
Deprecated.
- StartTagInfo(String, String, String, Attributes, IDContextProvider2) - Constructor for class com.sun.msv.util.StartTagInfo
- startWithNs(String, String) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- State - Class in com.sun.msv.reader
-
base interface of 'parsing state'.
- State() - Constructor for class com.sun.msv.reader.State
- StateFactory() - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.relax.RELAXReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- stepForward(Acceptor, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
-
eats a child element
- stepForward(Acceptor, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- stepForward(Acceptor, StringRef) - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
- stepForward(Token, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- stepForwardByContinuation(Expression, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- steps - Variable in class com.sun.msv.grammar.xmlschema.XPath
-
each name class represents each step.
- str - Variable in class com.sun.msv.util.StringRef
- STRICT - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
- string(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- STRING_IGNORE - Static variable in interface com.sun.msv.verifier.Acceptor
-
character literals are allowed, but Acceptor doesn't care its contents and where it is appeared.
- STRING_PROHIBITED - Static variable in interface com.sun.msv.verifier.Acceptor
-
only whitespaces are allowed.
- STRING_STRICT - Static variable in interface com.sun.msv.verifier.Acceptor
-
attentive handling of characters is required.
- StringCareLevelCalculator - Class in com.sun.msv.verifier.regexp
-
calculates how character literals should be treated.
- StringCareLevelCalculator() - Constructor for class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- StringPair - Class in com.sun.msv.util
-
pair of Strings.
- StringPair(SimpleNameClass) - Constructor for class com.sun.msv.util.StringPair
- StringPair(String, String) - Constructor for class com.sun.msv.util.StringPair
- StringRef - Class in com.sun.msv.util
-
reference to String.
- StringRef() - Constructor for class com.sun.msv.util.StringRef
- StringState - Class in com.sun.msv.reader.trex.classic
-
parses <string> pattern.
- StringState() - Constructor for class com.sun.msv.reader.trex.classic.StringState
- StringToken - Class in com.sun.msv.verifier.regexp
-
chunk of string.
- StringToken(REDocumentDeclaration, String, IDContextProvider2) - Constructor for class com.sun.msv.verifier.regexp.StringToken
- StringToken(REDocumentDeclaration, String, IDContextProvider2, DatatypeRef) - Constructor for class com.sun.msv.verifier.regexp.StringToken
- StringToken(ResidualCalculator, String, IDContextProvider2, DatatypeRef) - Constructor for class com.sun.msv.verifier.regexp.StringToken
- SUBSTITUTION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- substitutionAffiliation - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
The substitution group affiliation property of this component, if any.
- substitutions - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
choices of all elements that can validly substitute this element.
- switchSource(State, State) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- switchSource(State, String, State) - Method in class com.sun.msv.reader.GrammarReader
-
Switchs InputSource to the specified URL and parses it by the specified state.
- switchSource(Source, State) - Method in class com.sun.msv.reader.GrammarReader
-
Start reading input from a source defined by a javax.xml.transform source.
- switchSource(InputSource, State) - Method in class com.sun.msv.reader.GrammarReader
-
start reading input from a source defined by a SAX InputSource.
T
- tag(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- TagClause - Class in com.sun.msv.grammar.relax
-
'tag' of RELAX module.
- TagClause() - Constructor for class com.sun.msv.grammar.relax.TagClause
-
constructor for inline tag.
- TagClause(String) - Constructor for class com.sun.msv.grammar.relax.TagClause
-
RefContainer-controlled creation.
- TagContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.TagContainer
- tagInline(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- tags - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from role name to TagClause object
- TagState - Class in com.sun.msv.reader.relax.core
-
parses <tag> element.
- TagState() - Constructor for class com.sun.msv.reader.relax.core.TagState
- targetNamespace - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
target namespace URI
- targetNamespace - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
target namespace URI of this schema.
- targetNamespace - Variable in class com.sun.msv.reader.relax.core.ModuleMergeState
-
computed targetNamespace.
- targetNamespace - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
target namespace: currently active 'ns' attribute
- TerminalState - Class in com.sun.msv.reader
-
State that always returns the same expression.
- TerminalState(Expression) - Constructor for class com.sun.msv.reader.TerminalState
- text - Variable in class com.sun.msv.reader.trex.classic.StringState
- text - Variable in class com.sun.msv.reader.trex.NameClassNameState
- text - Variable in class com.sun.msv.reader.trex.ng.DataParamState
- text - Variable in class com.sun.msv.reader.trex.ng.ValueState
- text(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- TheFactoryImpl - Class in com.sun.msv.verifier.jarv
-
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 variable in class com.sun.msv.grammar.AnyNameClass
-
Deprecated.Use
NameClass.ALL
instead. - theInstance - Static variable in class com.sun.msv.grammar.relax.EmptyStringType
- theInstance - Static variable in class com.sun.msv.grammar.relax.NoneType
- theInstance - Static variable in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
-
the sole instance of this class.
- theInstance - Static variable in exception com.sun.msv.reader.AbortException
- theInstance - Static variable in class com.sun.msv.verifier.regexp.AnyElementToken
-
use this singleton instance instead of creating an object.
- theInstance - Static variable in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
singleton instance.
- theInstance - Static variable in class com.sun.msv.verifier.util.ErrorHandlerImpl
-
the singleton instance of this object.
- token - Variable in class com.sun.msv.verifier.regexp.ResidualCalculator
- Token - Class in com.sun.msv.verifier.regexp
-
primitive unit of XML instance.
- Token() - Constructor for class com.sun.msv.verifier.regexp.Token
- top() - Method in class com.sun.msv.util.LightStack
- topLevel - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
chioce of all exported elementRules and hedgeRules.
- topLevel - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
- topLevel - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
choice of all global element declarations.
- topLevel - Variable in class com.sun.msv.relaxns.grammar.RELAXGrammar
-
top-level expression
- topLevel - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
start validation from this expression.
- topLevelState - Variable in class com.sun.msv.reader.xmlschema.RootIncludedSchemaState
- TopLevelState - Class in com.sun.msv.relaxns.reader
-
parses <topLevel> element.
- TopLevelState() - Constructor for class com.sun.msv.relaxns.reader.TopLevelState
- 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.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.SimpleNameClass
- 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.util.StringPair
- toString() - Method in class com.sun.msv.verifier.regexp.ElementToken
- toStringPair() - Method in class com.sun.msv.grammar.SimpleNameClass
- TREXBaseReader - Class in com.sun.msv.reader.trex
-
reads TREX grammar from SAX2 and constructs abstract grammar model.
- TREXBaseReader(GrammarReaderController, SAXParserFactory, ExpressionPool, TREXBaseReader.StateFactory, State) - Constructor for class com.sun.msv.reader.trex.TREXBaseReader
-
full constructor
- TREXBaseReader.StateFactory - Class in com.sun.msv.reader.trex
-
creates various State object, which in turn parses grammar.
- TREXFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation for TREX.
- TREXFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.TREXFactoryImpl
- TREXGrammar - Class in com.sun.msv.grammar.trex
-
TREX grammar, which is expressed as <grammar> element.
- TREXGrammar() - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
- TREXGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
- TREXGrammar(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
- TREXGrammar.RefContainer - Class in com.sun.msv.grammar.trex
- TREXGrammarReader - Class in com.sun.msv.reader.trex.classic
-
reads TREX grammar from SAX2 and constructs abstract grammar model.
- TREXGrammarReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
easy-to-use constructor.
- TREXGrammarReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
easy-to-use constructor.
- TREXGrammarReader(GrammarReaderController, SAXParserFactory, TREXGrammarReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
full constructor
- TREXGrammarReader.StateFactory - Class in com.sun.msv.reader.trex.classic
-
creates various State object, which in turn parses grammar.
- TREXIslandSchema - Class in com.sun.msv.relaxns.grammar.trex
-
IslandSchema implementation for TREX pattern.
- TREXIslandSchema(TREXGrammar) - Constructor for class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
- TREXIslandSchemaReader - Class in com.sun.msv.relaxns.reader.trex
-
reads extended-TREX grammar (extended by RELAX Namespace) and constructs IslandSchema.
- TREXIslandSchemaReader(TREXGrammarReader) - Constructor for class com.sun.msv.relaxns.reader.trex.TREXIslandSchemaReader
- TREXNamespace - Static variable in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
Namespace URI of TREX
- TREXSequencedStringChecker - Class in com.sun.msv.reader.trex
-
makes sure that there is no sequenced string.
- TREXSequencedStringChecker(TREXBaseReader, boolean) - Constructor for class com.sun.msv.reader.trex.TREXSequencedStringChecker
- type - Variable in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
- type - Variable in class com.sun.msv.reader.datatype.xsd.ListState
- TYPE_CDATA - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ENTITIES - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ENTITY - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ENUMERATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ID - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_IDREF - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_IDREFS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_NMTOKEN - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_NMTOKENS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_NOTATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- typeBuilder - Variable in class com.sun.msv.reader.trex.ng.DataState
-
type incubator object to be used to create a type.
- TypedContentHandler - Interface in com.sun.msv.verifier.psvi
-
Receives notification of the typed content of the document.
- TypedElementPattern - Class in com.sun.msv.grammar.trex.typed
-
ElementPattern with type.
- TypedElementPattern(NameClass, Expression, String) - Constructor for class com.sun.msv.grammar.trex.typed.TypedElementPattern
- TypedElementState - Class in com.sun.msv.reader.trex.typed
-
reads <element> element with 'label' annotation.
- TypedElementState() - Constructor for class com.sun.msv.reader.trex.typed.TypedElementState
- TypeDetector - Class in com.sun.msv.verifier.psvi
-
assign types to the incoming SAX2 events and reports them to the application handler through TypedContentHandler.
- TypeDetector(DocumentDeclaration, TypedContentHandler, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
- TypeDetector(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
- TypeDetector.AmbiguousDocumentException - Exception in com.sun.msv.verifier.psvi
-
signals that the document is ambiguous.
- TypedTREXGrammarInterceptor - Class in com.sun.msv.reader.trex.typed
-
reads TREX grammar with 'label' annotation.
- TypedTREXGrammarInterceptor() - Constructor for class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
- TypeOwner - Interface in com.sun.msv.reader.datatype
-
State can implement this method to be notified by DataType vocabulary about the result of parsing.
- types - Variable in class com.sun.msv.util.DatatypeRef
-
if the size of the array is zero, then that means this token is ignored.
U
- UnaryExp - Class in com.sun.msv.grammar
-
Base implementation for those expression who has one child expresison.
- UnaryExp(Expression) - Constructor for class com.sun.msv.grammar.UnaryExp
- unaryVisit(UnaryExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- ungetc() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
two character pushback is guaranteed
- unify(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
unifies expressions.
- union(NameClass, NameClass) - Static method in class com.sun.msv.grammar.NameClass
-
Computes the union of two name classes.
- UnionState - Class in com.sun.msv.reader.datatype.xsd
-
State that parses <union> element and its children.
- UnionState(String, String) - Constructor for class com.sun.msv.reader.datatype.xsd.UnionState
- unique(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- UniqueConstraint - Class in com.sun.msv.grammar.xmlschema
-
unique constraint.
- UniqueConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.UniqueConstraint
- unparsedContent(DTDEventListener, boolean, String) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
CDATA -- character data, terminated by "]]>" and optionally including unescaped markup delimiters (ampersand and left angle bracket).
- unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- unparsedEntityDecl(String, String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of an unparsed entity declaration.
- unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- uri - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
- Uri - Class in com.sun.msv.util
- Uri() - Constructor for class com.sun.msv.util.Uri
- USE_FIXED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- USE_IMPLIED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- USE_NORMAL - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- USE_REQUIRED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- Util - Class in com.sun.msv.util
-
Collection of utility methods.
- Util() - Constructor for class com.sun.msv.util.Util
V
- ValidationUnrecoverableException - Exception in com.sun.msv.verifier
-
Exception that signals error was fatal and recovery was not possible.
- ValidationUnrecoverableException(SAXParseException) - Constructor for exception com.sun.msv.verifier.ValidationUnrecoverableException
- ValidityViolation - Exception in com.sun.msv.verifier
-
Contains information about where and how validity violation was happened.
- ValidityViolation(Locator, String, ErrorInfo) - Constructor for exception com.sun.msv.verifier.ValidityViolation
- value - Variable in class com.sun.msv.grammar.ValueExp
-
This expression matches this value only.
- value - Variable in class com.sun.msv.verifier.identity.FieldMatcher
-
the matched value.
- value - Variable in class com.sun.msv.verifier.regexp.AttributeToken
- value(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- ValueExp - Class in com.sun.msv.grammar
-
Expression that matchs a particular value of a
Datatype
. - ValueExp(Datatype, StringPair, Object) - Constructor for class com.sun.msv.grammar.ValueExp
- ValueState - Class in com.sun.msv.reader.trex.ng
-
parses <value> pattern.
- ValueState() - Constructor for class com.sun.msv.reader.trex.ng.ValueState
- Verifier - Class in com.sun.msv.verifier
-
SAX ContentHandler that verifies incoming SAX event stream.
- Verifier(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.Verifier
- VerifierFilter - Class in com.sun.msv.verifier
-
SAX XMLFilter that verifies incoming SAX event stream.
- VerifierFilter(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.VerifierFilter
- VerifierFilter(IVerifier) - Constructor for class com.sun.msv.verifier.VerifierFilter
- verifierTag - Variable in class com.sun.msv.grammar.Expression
-
this field can be used by Verifier implementation to speed up validation.
- verifyText() - Method in class com.sun.msv.verifier.psvi.TypeDetector
- verifyText() - Method in class com.sun.msv.verifier.Verifier
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ValueExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ValueExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ValueExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ValueExp
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.AnyNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.ChoiceNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.DifferenceNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.dtd.LocalNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NameClass
-
visitor pattern support
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NamespaceNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NotNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.SimpleNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.TagClause
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.TagClause
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.TagClause
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitorVoid) - 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, 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(Expression) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
print expression but surpress unnecessary sequence.
- vocabulary - Variable in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
W
- warning(Locator[], String) - Method in class com.sun.msv.driver.textui.DebugController
- warning(Locator[], String) - Method in class com.sun.msv.reader.Controller
- warning(Locator[], String) - Method in interface com.sun.msv.reader.GrammarReaderController
- warning(Locator[], String) - Method in class com.sun.msv.reader.util.IgnoreController
- warning(Locator[], String) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- warning(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
- warning(SAXParseException) - Method in class com.sun.msv.reader.Controller
- 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 interface com.sun.msv.scanner.dtd.DTDEventListener
- warning(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- warning(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
- warning(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
- 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 - Variable in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
-
Attribute wild card constraint.
- wildcard - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
Attribute wild card constraint.
- wrapUp() - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- wrapUp() - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- wrapUp() - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- 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.xmlschema.XMLSchemaReader
-
performs final wrap-up of parsing.
- wrapUp(Grammar, Expression, SchemaProvider, ErrorHandler) - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
creates pseudo content model and name class.
- wrapUp(ReferenceExp) - Method in class com.sun.msv.reader.trex.ng.RefState
-
Performs the final wrap-up.
- wrapUp(ReferenceExp) - Method in class com.sun.msv.reader.trex.RefState
-
Performs the final wrap-up.
- write(Grammar) - Method in interface com.sun.msv.writer.GrammarWriter
-
Converts this grammar to the XML representation.
- write(Grammar) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- write(Grammar, String) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
generates SAX2 events of the specified grammar.
- writeIsland(Expression) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
writes a bunch of expression into one tree.
- writeNameClass(NameClass) - Method in interface com.sun.msv.writer.relaxng.Context
- writeNameClass(NameClass) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- writer - Variable in class com.sun.msv.writer.relaxng.PatternWriter
- writer - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
- WRN_ANYOTHER_NAMESPACE_IGNORED - Static variable in class com.sun.msv.relaxns.grammar.relax.Localizer
- WRN_ATTEMPT_TO_USE_NAMESPACE - Static variable in class com.sun.msv.reader.dtd.DTDReader
- WRN_COMBINE_IGNORED - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- WRN_DEPRECATED_TYPENAME - Static variable in class com.sun.msv.reader.GrammarReader
- WRN_ILLEGAL_RELAXCORE_VERSION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- WRN_ILLEGAL_RELAXNAMESPACE_VERSION - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
- WRN_IMPLICIT_URTYPE_FOR_ELEMENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- WRN_MAYBE_WRONG_NAMESPACE - Static variable in class com.sun.msv.reader.GrammarReader
- WRN_NO_EXPROTED_LABEL - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- WRN_OBSOLETED_NAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- WRN_OBSOLETED_XMLSCHEMA_NAMSPACE - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- WRN_UNSUPPORTED_ANYELEMENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- WSDLGrammarReaderController - Class in com.sun.msv.reader.xmlschema
-
Catch error messages and resolve schema locations.
- WSDLGrammarReaderController(GrammarReaderController2, String, Map<String, EmbeddedSchema>) - Constructor for class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
-
create the resolving controller.
- WSDLSchemaReader - Class in com.sun.msv.reader.xmlschema
-
A utility class that reads all the schemas from a WSDL.
X
- XmlChars - Class in com.sun.msv.scanner.dtd
-
Methods in this class are used to determine whether characters may appear in certain roles in XML documents.
- XmlNames - Class in com.sun.msv.scanner.dtd
-
This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
- xmlSchema4XmlSchema - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Schema for schema of W3C XML Schema.
- XMLSchemaGrammar - Class in com.sun.msv.grammar.xmlschema
-
set of XML Schema.
- XMLSchemaGrammar() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
- XMLSchemaGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
- XMLSchemaInstanceNamespace - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
- XMLSchemaNamespace - Static variable in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
-
namespace URI of XML Schema
- XMLSchemaNamespace - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
namespace URI of XML Schema declarations.
- XMLSchemaNamespace - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- XMLSchemaNamespace_old - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaNamespace2 - Static variable in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
- XMLSchemaReader - Class in com.sun.msv.reader.xmlschema
-
parses XML representation of XML Schema and constructs AGM.
- XMLSchemaReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
easy-to-use constructor.
- XMLSchemaReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaReader(GrammarReaderController, SAXParserFactory, XMLSchemaReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaReader.RefResolver - Interface in com.sun.msv.reader.xmlschema
- XMLSchemaReader.StateFactory - Class in com.sun.msv.reader.xmlschema
-
creates various State object, which in turn parses grammar.
- XMLSchemaSchema - Class in com.sun.msv.grammar.xmlschema
-
XML Schema object.
- XMLSchemaSchema(String, XMLSchemaGrammar) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
- XMLSchemaSchema.AttributeDeclContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.AttributeGroupContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.ComplexTypeContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.ElementDeclContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.GroupDeclContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.IdentityConstraintContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.SimpleTypeContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchemaLocationAttributes - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaTypeExp - Class in com.sun.msv.grammar.xmlschema
-
Base class of
ComplexTypeExp
andSimpleTypeExp
. - XMLWriter - Class in com.sun.msv.writer
-
Helper class that wraps
DocumentHandler
and provides utility methods. - XMLWriter() - Constructor for class com.sun.msv.writer.XMLWriter
- XPath - Class in com.sun.msv.grammar.xmlschema
-
internal representation of XPath ('aaa/bbb/ccc/ ...
- XPath() - Constructor for class com.sun.msv.grammar.xmlschema.XPath
- XSAcceptor - Class in com.sun.msv.verifier.regexp.xmlschema
-
Acceptor implementation for XSREDocDecl.
- XSAcceptor(XSREDocDecl, Expression, ElementExp, Expression) - Constructor for class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- XSDatatypeExp - Class in com.sun.msv.reader.datatype.xsd
-
A wrapper of XSDatatype that serves as an expression and encapsulates lazy-constructed datatypes.
- XSDatatypeExp(XSDatatype, ExpressionPool) - Constructor for class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Creates this object from existing XSDatatype.
- XSDatatypeExp(String, String, GrammarReader, XSDatatypeExp.Renderer) - Constructor for class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Creates lazily created datatype.
- XSDatatypeExp.Renderer - Interface in com.sun.msv.reader.datatype.xsd
-
this object renders the actual datatype object.
- XSDatatypeExp.RenderingContext - Class in com.sun.msv.reader.datatype.xsd
-
this object is used to keep the information about the dependency between late-bind datatype objects.
- XSDatatypeResolver - Interface in com.sun.msv.reader.datatype.xsd
-
Resolves a datatype name to the corresponding XSDatatypeExp object.
- xsdSchema - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
XMLSchemaSchema object that has XMLSchemaNamespace as its target namespace.
- XSDVocabulary - Class in com.sun.msv.reader.datatype.xsd
-
XSD implementation of
DataTypeVocabulary
. - XSDVocabulary() - Constructor for class com.sun.msv.reader.datatype.xsd.XSDVocabulary
- XSElementExp(ElementDeclExp, SimpleNameClass, Expression) - Constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- XSElementExp(ElementDeclExp, SimpleNameClass, Expression, String) - Constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- XSFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation for XML Schema.
- XSFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.XSFactoryImpl
- xsiAttExp - Variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
AttributeExp that matches to "xsi:***" attributes.
- XSINamespace - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- xsiSchemaLocationExp - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
content model that matches to optional xsi:schemaLocation or xsi:noNamespaceSchemaLocation.
- XSREDocDecl - Class in com.sun.msv.verifier.regexp.xmlschema
-
REDocumentDeclaration
that supports several W3C XML Schema specific semantics. - XSREDocDecl(XMLSchemaGrammar) - Constructor for class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- XSTypeIncubator - Interface in com.sun.msv.reader.datatype.xsd
-
Interface for the type incubator.
- XSTypeOwner - Interface in com.sun.msv.reader.datatype.xsd
-
Type owner for XML Schema datatypes.
Z
- zeroOrMore(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- ZeroOrMoreState - Class in com.sun.msv.reader.trex
-
parses <zeroOrMore> pattern.
- ZeroOrMoreState() - Constructor for class com.sun.msv.reader.trex.ZeroOrMoreState
_
- _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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form