- 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(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(StringPair) - Method in class com.sun.msv.grammar.NameClass
-
- 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(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- add(ITimeDurationValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
returns the result of addition of this object and TimeDuration.
- add(String, String, boolean, ValidationContext) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
- add(XSDatatype) - Method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
-
- add(String, IdentityConstraint) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
-
- 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
-
- addBackPatchJob(GrammarReader.BackPatch) - Method in class com.sun.msv.reader.GrammarReader
-
- addBackPatchJob(XSDatatypeExp) - 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 class com.sun.msv.datatype.xsd.TypeIncubator
-
adds a facet to the type.
- 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.
- addParameter(String, String, ValidationContext) - Method in class com.sun.msv.datatype.ErrorDatatypeLibrary
-
- addUserDefinedType(XSDatatypeExp) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- 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
-
- all(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- 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.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
-
- AnyURIType - Class in com.sun.msv.datatype.xsd
-
"anyURI" type.
- APPLICABLE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
-
indicates the specified facet is applicable to this type.
- 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.
- asciiOnly - Variable in class com.sun.msv.generator.DataTypeGeneratorImpl
-
if this flag is set to true, then non-ASCII characters will not be used.
- 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() - Constructor for class com.sun.msv.reader.relax.core.AttributeState
-
- AttributeState - Class in com.sun.msv.reader.trex
-
parses <attribute> pattern.
- AttributeState() - Constructor for class com.sun.msv.reader.trex.AttributeState
-
- AttributeState - Class in com.sun.msv.reader.trex.ng
-
parses <attribute> pattern.
- AttributeState() - Constructor for class com.sun.msv.reader.trex.ng.AttributeState
-
- AttributeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <attribute > element.
- 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, String, IDContextProvider2) - Constructor for class com.sun.msv.verifier.regexp.AttributeToken
-
- AttributeToken(REDocumentDeclaration, String, String, String, StringToken) - 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
-
- 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
.
- calc(Expression) - Static method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
- 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
- CalendarFormatter - Class in com.sun.msv.datatype.xsd.datetime
-
- CalendarParser - Class in com.sun.msv.datatype.xsd.datetime
-
Parses XML Schema date/time related types into
Calendar
.
- 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(State) - Method in class com.sun.msv.reader.relax.RELAXReader
-
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.
- 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.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.generator.ExampleReader
-
- 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.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(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(RELAXCoreReader, RELAXModule) - Static method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
- check(GrammarReader, Expression) - Static method in class com.sun.msv.reader.RunAwayExpressionChecker
-
- 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.
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.AnyURIType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.BooleanType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DurationType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.EntityType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ErrorType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ListType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NumberType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.Proxy
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.SimpleURType
-
simple ur-type accepts anything.
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.StringType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnionType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceFacet
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.EmptyStringType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.NoneType
-
- checkLexicalConstraint(String) - Method in class com.sun.msv.datatype.xsd.FractionDigitsFacet
-
- checkLexicalConstraint(String) - Method in class com.sun.msv.datatype.xsd.PatternFacet
-
- checkLexicalConstraint(String) - Method in class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
- checkNameClass(NameClass) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Checks the contextual restriction on a name class.
- checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- child - Variable in class com.sun.msv.grammar.NotNameClass
-
- childElement(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- childElement(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
- childElement(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- ChildlessState - Class in com.sun.msv.reader
-
state that has no children.
- ChildlessState() - Constructor for class com.sun.msv.reader.ChildlessState
-
- children() - Method in class com.sun.msv.grammar.BinaryExp
-
iterates all child expressions.
- choice(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
- 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
-
- collapse(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- collect(Expression) - Static method in class com.sun.msv.generator.ElementDeclCollector
-
collects all element and attribute declarations.
- collect(Expression, Collection) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
-
- com.sun.msv.datatype - package com.sun.msv.datatype
-
- com.sun.msv.datatype.regexp - package com.sun.msv.datatype.regexp
-
- com.sun.msv.datatype.xsd - package com.sun.msv.datatype.xsd
-
W3C XML Schema Datatypes implementation.
- com.sun.msv.datatype.xsd.datetime - package com.sun.msv.datatype.xsd.datetime
-
- com.sun.msv.datatype.xsd.ngimpl - package com.sun.msv.datatype.xsd.ngimpl
-
- com.sun.msv.datatype.xsd.regex - package com.sun.msv.datatype.xsd.regex
-
- com.sun.msv.driver.textui - package com.sun.msv.driver.textui
-
Command line verifier.
- com.sun.msv.generator - package com.sun.msv.generator
-
- 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
-
- 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
- com.sun.xml.util - package com.sun.xml.util
-
- 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
-
- comment(String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- comment(String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification that a comment has been read.
- comment(String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- Comparator - Interface in com.sun.msv.datatype.xsd
-
Comparable datatype.
- compare(Object, Object) - Method in interface com.sun.msv.datatype.xsd.Comparator
-
compare to value types and decides its order relation
- compare(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- compare(BigDateTimeValueType, BigDateTimeValueType) - Static method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
compares two BigDateTimeValueType and returns one of the constant defined in
Comparator
.
- compare(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- compare(IDateTimeValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
compare two DateTimeValueType as defined in
com.sun.msv.datatype/Comparator
- compare(ITimeDurationValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType
-
compare two ITimeDurationValueType as defined in
com.sun.msv.datatype/Comparator
- compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.DurationType
-
compare two TimeDurationValueType
- compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.NumberType
-
- compareTo(Object) - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- 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
-
- compile(String) - Method in class com.sun.msv.datatype.regexp.InternalImpl
-
- compile(String) - Method in class com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- 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
-
- ConcreteType - Class in com.sun.msv.datatype.xsd
-
base class for types that union/list/atomic.
- ConcreteType(String, String, WhiteSpaceProcessor) - Constructor for class com.sun.msv.datatype.xsd.ConcreteType
-
- ConcreteType(String, String) - Constructor for class com.sun.msv.datatype.xsd.ConcreteType
-
- concreteType - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
base concrete type
- 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() - Constructor for class com.sun.msv.verifier.jarv.Const
-
- Const - Class in com.sun.msv.verifier.jaxp
-
- 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 - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
in this mode, element declaration is
one of the terminal symbol of stringnization.
- contentModel - Variable in class com.sun.msv.reader.dtd.DTDReader
-
- contentModel - Variable in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
-
- 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 - Interface in com.sun.msv.writer.relaxng
-
- context - Variable in class com.sun.msv.writer.relaxng.PatternWriter
-
- ContextProviderImpl - Class in com.sun.msv.generator
-
dummy implementation of ValidationContextProvider.
- ContextProviderImpl(Element) - Constructor for class com.sun.msv.generator.ContextProviderImpl
-
- 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 - Class in com.sun.msv.reader
-
Internal view of GrammarReaderController.
- Controller(GrammarReaderController) - Constructor for class com.sun.msv.reader.Controller
-
- 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
- convertAttributes(Element) - Method in class com.sun.msv.generator.DOM2toSAX2
-
converts DOM attributes into SAX attributes.
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.AnyURIType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.BooleanType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DoubleType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DurationType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.EntityType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.ErrorType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.FloatType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.ListType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.NumberType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.Proxy
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.SimpleURType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.StringType
-
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.UnionType
-
- convertToLexicalValue(Object, SerializationContext) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
converts value object back to the corresponding value in the lexical space.
- convertToLexicalValue(Object, SerializationContext) - Method in class com.sun.msv.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
-
- countLength(Object) - Method in class com.sun.msv.datatype.xsd.AnyURIType
-
- countLength(Object) - Method in class com.sun.msv.datatype.xsd.ListType
-
- countLength(Object) - Method in class com.sun.msv.datatype.xsd.QnameType
-
- countLength(Object) - Method in class com.sun.msv.datatype.xsd.StringType
-
- countLength(String) - Static method in class com.sun.msv.datatype.xsd.UnicodeUtil
-
Count the number of "character" in Unicode string.
- countPrecision(String) - Static method in class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
counts the number of digits
- countScale(String) - Static method in class com.sun.msv.datatype.xsd.FractionDigitsFacet
-
count the number of fractional digits.
- create(BigInteger) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
-
translates a BigInteger to an IntegerValueType.
- create(String) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
-
translates non-canonicalized representation of an integer into
an IntegerValueType.
- 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(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() - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
-
creates an XSAcceptor instead of default acceptor implementations.
- createAcceptor() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
- createAnyString() - Method in class com.sun.msv.grammar.ExpressionPool
-
- createAttribute(NameClass) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createAttribute(NameClass, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createAttribute(NameClass, Expression) - 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.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.datatype.ErrorDatatypeLibrary
-
- createDatatype() - Method in class com.sun.msv.datatype.ErrorDatatypeLibrary
-
- createDatatype(String) - Method in class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
-
- 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.datatype.ErrorDatatypeLibrary
-
- createDatatypeBuilder(String) - Method in class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
-
- createDatatypeBuilder(String) - Method in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
-
- createDatatypeBuilder(String) - Method in class com.sun.msv.grammar.relaxng.datatype.CompatibilityDatatypeLibrary
-
- createDatatypeLibrary(String) - Method in class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
-
- 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() - Static method in class com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- 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.
- createFromDate(Number, Integer, Integer, TimeZone) - Static method in class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
-
- createFromDateTime(Number, Integer, Integer, Integer, Integer, Number, TimeZone) - Static method in class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
-
- createFromTime(Integer, Integer, Number, TimeZone) - Static method in class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
-
- 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(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.
- createInputSource(File) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Creates an input source from a given file, autodetecting
the character encoding.
- createInterleave(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createJavaObject(String, ValidationContext) - Method in interface com.sun.msv.datatype.DatabindableDatatype
-
converts lexcial value to a corresponding Java-friendly object
by using the given context information.
- createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- createJavaTimeZone() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- 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
-
- createStreamingValidator(ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- createTopLevelReaderState(StartTagInfo) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
-
creates a State object that will parse the element specified
by tag parameter.
- createTopLevelReaderState(StartTagInfo) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
-
- createTopLevelVerifier() - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
- createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- 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
-
- cutBack() - Method in class com.sun.msv.generator.Generator
-
returns true if generator should cut back.
- cutBackDepth - Variable in class com.sun.msv.generator.GeneratorOption
-
if the generated element exceeds this depth,
the generator tries to cut back.
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
-
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- DatabindableDatatype - Interface in com.sun.msv.datatype
-
Datatype interface that supports Java databinding.
- 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() - Constructor for class com.sun.msv.reader.trex.classic.DataState
-
- DataState - Class in com.sun.msv.reader.trex.ng
-
parses <data> pattern.
- DataState() - Constructor for class com.sun.msv.reader.trex.ng.DataState
-
- DatatypeContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
-
- DatatypeFactory - Class in com.sun.msv.datatype.xsd
-
Datatype object factory.
- DataTypeGenerator - Interface in com.sun.msv.generator
-
generates an text value that matchs to a datatype.
- DataTypeGenerator.GenerationException - Exception in com.sun.msv.generator
-
- DataTypeGeneratorImpl - Class in com.sun.msv.generator
-
default implementation of DataTypeGenerator.
- DataTypeGeneratorImpl() - Constructor for class com.sun.msv.generator.DataTypeGeneratorImpl
-
- DataTypeGeneratorImpl(Random) - Constructor for class com.sun.msv.generator.DataTypeGeneratorImpl
-
- DataTypeLibraryImpl - Class in com.sun.msv.datatype.xsd.ngimpl
-
DatatypeLibrary implementation for Sun XML Datatypes Library.
- DataTypeLibraryImpl() - Constructor for class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
-
- 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
-
- DataTypeWithFacet - Class in com.sun.msv.datatype.xsd
-
Base implementation of facet-restricted datatype
- DateTimeFactory - Class in com.sun.msv.datatype.xsd.datetime
-
utility functions that creates date/time related objects.
- DateTimeFactory() - Constructor for class com.sun.msv.datatype.xsd.datetime.DateTimeFactory
-
- DateTimeType - Class in com.sun.msv.datatype.xsd
-
"dateTime" type.
- DateType - Class in com.sun.msv.datatype.xsd
-
"date" type.
- day - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- 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 - Class in com.sun.msv.driver.textui
-
- Debug() - Constructor for class com.sun.msv.driver.textui.Debug
-
- debug - Static variable in 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, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- DebugController(boolean, boolean, PrintStream) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- DebugController(boolean, boolean, PrintStream, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- 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
-
- decorate(Document) - Static method in class com.sun.msv.generator.DOMDecorator
-
- 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.
- 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() - Constructor for class com.sun.msv.reader.trex.classic.DefineState
-
- DefineState - Class in com.sun.msv.reader.trex
-
parses <define> declaration.
- DefineState() - Constructor for class com.sun.msv.reader.trex.DefineState
-
- DefineState - Class in com.sun.msv.reader.trex.ng
-
parses <define> declaration.
- DefineState() - Constructor for class com.sun.msv.reader.trex.ng.DefineState
-
- DERIVATION_BY_LIST - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
-
- DERIVATION_BY_RESTRICTION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
-
- DERIVATION_BY_UNION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
-
- derivationMethod - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
the derivation method used to derive this complex type from the base type.
- derive(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
Deprecated.
- derive(String, String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
derives a new datatype from a datatype by facets that were set.
- derive(String, String) - Method in interface com.sun.msv.reader.datatype.xsd.XSTypeIncubator
-
- deriveByList(String, String, XSDatatype) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
derives a new type by list.
- deriveByList(String, XSDatatype) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- deriveByUnion(String, String, XSDatatype[]) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
derives a new type by union.
- deriveByUnion(String, XSDatatype[]) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- deriveByUnion(String, Collection) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- deriveByUnion(String, String, Collection) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
- 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
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.EnumerationFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.FractionDigitsFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.LengthFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.MaxLengthFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.MinLengthFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.PatternFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.RangeFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
- diagnoseByFacet(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceFacet
-
whiteSpace facet never constrain anything
- 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
-
- displayName() - Method in class com.sun.msv.datatype.xsd.BuiltinAtomicType
-
- displayName() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- displayName() - Method in class com.sun.msv.datatype.xsd.ListType
-
- displayName() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- displayName() - Method in class com.sun.msv.datatype.xsd.UnionType
-
- displayName() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
gets the displayable name of this type.
- divInGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.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.
- DOM2toSAX2 - Class in com.sun.msv.generator
-
- DOM2toSAX2() - Constructor for class com.sun.msv.generator.DOM2toSAX2
-
- DOMBuilder - Class in com.sun.msv.util.xml
-
builds DOM from SAX2 event stream.
- DOMBuilder(Document) - Constructor for class com.sun.msv.util.xml.DOMBuilder
-
- DOMBuilder() - Constructor for class com.sun.msv.util.xml.DOMBuilder
-
- DOMDecorator - Class in com.sun.msv.generator
-
Decorates DOM with missing information so that it will be nicely serialized.
- DOMDecorator() - Constructor for class com.sun.msv.generator.DOMDecorator
-
- 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
-
- DoubleType - Class in com.sun.msv.datatype.xsd
-
"double" type.
- doubleValue() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- Driver - Class in com.sun.msv.driver.textui
-
command line Verifier.
- Driver() - Constructor for class com.sun.msv.driver.textui.Driver
-
- Driver - Class in com.sun.msv.generator
-
command line driver.
- Driver() - Constructor for class com.sun.msv.generator.Driver
-
- Driver - Class in com.sun.msv.writer.relaxng
-
converts any supported languages into the equivalent RELAX NG grammar.
- Driver() - Constructor for class com.sun.msv.writer.relaxng.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(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
- DTDFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
use the default SAXParser.
- 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
-
- dtGenerator - Variable in class com.sun.msv.generator.GeneratorOption
-
- dummyLocator - Static variable in class com.sun.msv.verifier.AbstractVerifier
-
- dump(PrintStream) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
dumps the contents to the given object.
- dumpRELAXGrammar(RELAXGrammar) - Static method in class com.sun.msv.driver.textui.Driver
-
- dumpRELAXModule(RELAXModule) - Static method in class com.sun.msv.driver.textui.Driver
-
- dumpTREX(TREXGrammar) - Static method in class com.sun.msv.driver.textui.Driver
-
- dumpXMLSchema(XMLSchemaGrammar) - Static method in class com.sun.msv.driver.textui.Driver
-
- dumpXMLSchema(XMLSchemaSchema) - Static method in class com.sun.msv.driver.textui.Driver
-
- DuplicateNameChecker() - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
- DurationType - Class in com.sun.msv.datatype.xsd
-
"duration" type.
- e - Variable in exception com.sun.msv.writer.SAXRuntimeException
-
- ecc - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- element - Variable in class com.sun.msv.generator.ContextProviderImpl
-
- 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
-
- ElementDeclCollector - Class in com.sun.msv.generator
-
collects all distinct element declaration in the grammar.
- 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
-
- 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(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
-
- ElementErrorInfo(StartTagInfo) - 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() - Constructor for class com.sun.msv.reader.relax.ElementRefState
-
- ElementRefState - Class in com.sun.msv.reader.xmlschema
-
used to parse <element > element with ref attribute.
- ElementRefState() - Constructor for class com.sun.msv.reader.xmlschema.ElementRefState
-
- 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
-
- elementRule(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- 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
-
- elementRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from label name to ElementRules object
- 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() - Constructor for class com.sun.msv.reader.trex.ElementState
-
- ElementState - Class in com.sun.msv.reader.trex.ng
-
parses <element> pattern.
- 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.
- encode(int) - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- encode(int) - Static method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- 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, 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) - Method in class com.sun.msv.util.xml.DocumentFilter
-
- 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(Datatype) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
- endElement(String, String, String) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.Matcher
-
- endElement(String, String, String, ElementExp) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the end of an element.
- 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) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 end element event.
- 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.ExpressionState
-
- endSelf() - Method in class com.sun.msv.reader.relax.core.AttPoolState
-
- endSelf(Expression) - Method in class com.sun.msv.reader.relax.core.HedgeRuleState
-
- 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(Expression) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
-
derived class will receive child expression by this method
- 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.relaxns.reader.TopLevelState
-
- EntityType - Class in com.sun.msv.datatype.xsd
-
"ENTITY" type.
- EnumerationFacet - Class in com.sun.msv.datatype.xsd
-
"enumeration" facets validator.
- EnumerationFacet(String, String, XSDatatypeImpl, Collection, boolean) - Constructor for class com.sun.msv.datatype.xsd.EnumerationFacet
-
- epsilon - Static variable in class com.sun.msv.grammar.Expression
-
Special expression object that represents epsilon (ε).
- EQUAL - Static variable in interface com.sun.msv.datatype.xsd.Comparator
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- equals(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- equals(BigDateTimeValueType, BigDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- equals(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.ListValueType
-
Two ListValueType are equal if and only if all the array members
are equal respectively.
- equals(Object) - Method in class com.sun.msv.datatype.xsd.QnameValueType
-
- 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_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_DUPLICATE_GROUP_DEFINITION - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_DUPLICATE_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_EMPTY_UNION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_ENUMERATION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_ENUMERATION_WITH_ARG - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_EXPROTED_HEDGERULE_CONSTRAINT - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_FACET_MUST_BE_NON_NEGATIVE_INTEGER - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_FACET_MUST_BE_POSITIVE_INTEGER - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_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_INAPPROPRIATE_FOR_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_INCONSISTENT_COMBINE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- ERR_INCONSISTENT_FACETS_1 - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_INCONSISTENT_FACETS_2 - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_INCONSISTENT_KEY_TYPE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- ERR_INCONSISTENT_TARGET_NAMESPACE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_INCONSISTENT_TARGETNAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_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_BASE_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_INVALID_BASETYPE_FOR_SIMPLECONTENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_INVALID_ITEMTYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_INVALID_MEMBER_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_INVALID_PARAMETERS - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- ERR_INVALID_VALUE_FOR_THIS_TYPE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_INVALID_WHITESPACE_VALUE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_KEY_FIELD_NUMBER_MISMATCH - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_KEYREF_REFERRING_NON_KEY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_LABEL_COLLISION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_LENGTH - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_LOAD_GRAMMAR - Static variable in class com.sun.msv.driver.textui.Driver
-
- ERR_LOOSENED_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_MALPLACED_ELEMENT - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MAXLENGTH - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_MAXOCCURS_IS_NECESSARY - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_MINLENGTH - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_MISPLACED_OCCURS - Static variable in class com.sun.msv.reader.relax.RELAXReader
-
- ERR_MISSING_ATTRIBUTE - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MISSING_ATTRIBUTE - Static variable in class com.sun.msv.verifier.Verifier
-
- ERR_MISSING_ATTRIBUTE_2 - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MISSING_CHILD_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MISSING_CHILD_NAMECLASS - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
-
- ERR_MISSING_CHILD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MISSING_TARGET_NAMESPACE - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_MISSING_TOPLEVEL - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MORE_THAN_ONE_CHILD_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MORE_THAN_ONE_CHILD_TYPE - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_MORE_THAN_ONE_INLINE_TAG - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_MORE_THAN_ONE_NAMECLASS - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
-
- ERR_MULTIPLE_ATTPOOL_DECLARATIONS - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_MULTIPLE_ATTRIBUTE_CONSTRAINT - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_MULTIPLE_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- ERR_MULTIPLE_TAG_DECLARATIONS - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_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_APPLICABLE_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_NOT_SUBSTITUTABLE_TYPE - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
- ERR_NOT_UNIQUE - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- ERR_NOT_UNIQUE_DIAG - Static variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- ERR_OUT_OF_RANGE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_OVERRIDING_FIXED_FACET - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_PARSE_ERROR - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_PATTERN_1 - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_PATTERN_MANY - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_RECURSIVE_DATATYPE - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_RECURSIVE_INCLUDE - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_RECURSIVE_SUBSTITUTION_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_REDEFINE_UNDEFINED - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_REDEFINING_UNDEFINED - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- ERR_REPEATED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
-
- ERR_ROLE_COLLISION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_RUNAWAY_EXPRESSION - Static variable in class com.sun.msv.reader.GrammarReader
-
- ERR_SCALE_IS_GREATER_THAN_PRECISION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_SEQUENCED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
-
- ERR_TOO_MUCH_PRECISION - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_TOO_MUCH_SCALE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_TOPLEVEL_PARTICLE_MUST_BE_RELAX_CORE - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
-
- ERR_UNCOMPLETED_CONTENT - Static variable in class com.sun.msv.verifier.Verifier
-
- ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.dtd.DTDReader
-
- ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
-
- ERR_UNDECLARED_PREFIX - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_UNDEFINED_ATTPOOL - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- ERR_UNDEFINED_ATTRIBUTE_DECL - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_UNDEFINED_ATTRIBUTE_GROUP - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ERR_UNDEFINED_COMPLEX_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_X_AND_Y_ARE_EXCLUSIVE - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- ERR_XMLNS_ATTRIBUTE - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.driver.textui.DebugController
-
- error(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.Controller
-
- error(String, Exception) - Method in class com.sun.msv.reader.Controller
-
- error(SAXParseException) - Method in class com.sun.msv.reader.Controller
-
- error(IOException, Locator) - Method in class com.sun.msv.reader.Controller
-
- error(SAXException, Locator) - Method in class com.sun.msv.reader.Controller
-
- error(ParserConfigurationException, Locator) - Method in class com.sun.msv.reader.Controller
-
- error(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- 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(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
-
- ErrorDatatypeLibrary - Class in com.sun.msv.datatype
-
Dummy DatatypeLibrary
implementation which is used
to recover from "unknown datatype library" error.
- 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
-
- errorSpecified() - Method in class com.sun.msv.generator.GeneratorOption
-
- ErrorType - Class in com.sun.msv.datatype.xsd
-
A dummy datatype that can be used to recover from errors.
- ErrorType() - Constructor for class com.sun.msv.datatype.xsd.ErrorType
-
- escape(String) - Static method in class com.sun.msv.datatype.xsd.AnyURIType
-
escape non-ASCII characters in URL
- 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.
- ExampleReader - Class in com.sun.msv.generator
-
collects all string literals appeared in the text.
- ExampleReader(Set) - Constructor for class com.sun.msv.generator.ExampleReader
-
- exampleTokens - Variable in class com.sun.msv.generator.Driver
-
- 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.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(int) - Constructor for class com.sun.msv.grammar.Expression
-
- Expression() - Constructor for class com.sun.msv.grammar.Expression
-
this constructor can be used for the ununified expressions.
- ExpressionAcceptor - Class in com.sun.msv.verifier.regexp
-
- 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(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionPool
-
creates new expression pool as a child pool of the given parent pool.
- ExpressionPool() - Constructor for class com.sun.msv.grammar.ExpressionPool
-
- 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 - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
-
- extension - Variable in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
-
if this state is used to parse <extension>, then true.
- 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
-
- GDayType - Class in com.sun.msv.datatype.xsd
-
"gDay" type.
- generate(Datatype, ContextProviderImpl) - Method in interface com.sun.msv.generator.DataTypeGenerator
-
- generate(Datatype, ContextProviderImpl) - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generate(Expression, Document) - Static method in class com.sun.msv.generator.Generator
-
generates instance by using default settings.
- generate(Expression, Document, GeneratorOption) - Static method in class com.sun.msv.generator.Generator
-
generates instance by custom settings.
- generateBoolean() - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generateDecimal() - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generatedValues - Variable in class com.sun.msv.generator.DataTypeGeneratorImpl
-
map from DataType to Set that holds generated values for types.
- generateFloating() - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generateList(XSDatatypeImpl, ContextProviderImpl) - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generateNCName() - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generateNMTOKEN() - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generateString() - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generateTypo(StringPair) - Method in class com.sun.msv.generator.Generator
-
generates 'typo'.
- generateUnion(UnionType, ContextProviderImpl) - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- GenerationException(String) - Constructor for exception com.sun.msv.generator.DataTypeGenerator.GenerationException
-
- Generator - Class in com.sun.msv.generator
-
generates an XML DOM instance that conforms to the given schema.
- Generator(Expression, Document, GeneratorOption) - Constructor for class com.sun.msv.generator.Generator
-
- GeneratorOption - Class in com.sun.msv.generator
-
set of options that controls generation behavior.
- GeneratorOption() - Constructor for class com.sun.msv.generator.GeneratorOption
-
- get(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
returns a WhiteSpaceProcessor object if "whiteSpace" facet is specified.
- 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(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.
- get(XMLSchemaSchema) - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.RefResolver
-
- 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(Expression, StartTagInfo) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
computes a combined child content pattern and (,if possible,) its continuation.
- 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.
- getAncestorBuiltinType() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
Gets the nearest ancestor built-in type.
- getAncestorBuiltinType() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- getAnyExp() - Method in class com.sun.msv.reader.dtd.DTDReader
-
Gets the expression that corresponds to the "ANY".
- getApplicableFacetNames() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
Gets the names of all applicable facets.
- getApplicableFacetNames() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- getAttribute(String) - Method in class com.sun.msv.util.StartTagInfo
-
gets value of the specified attribute.
- getAttribute(String, String) - Method in class com.sun.msv.util.StartTagInfo
-
- getAttribute(String) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- 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.datatype.xsd.AnyURIType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.BooleanType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.ByteType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.DoubleType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.DurationType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.EntityType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.ErrorType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.FloatType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.IntegerType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.IntType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.LanguageType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.ListType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.LongType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NameType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NcnameType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NegativeIntegerType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NmtokenType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NormalizedStringType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.NumberType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.PositiveIntegerType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.QnameType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.ShortType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.SimpleURType
-
SimpleURType always returns null to indicate that
there is no base type for this type.
- getBaseType() - Method in class com.sun.msv.datatype.xsd.StringType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.TokenType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.UnionType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedByteType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedIntType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedLongType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.UnsignedShortType
-
- getBaseType() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
gets the base type of this type.
- 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.generator.ContextProviderImpl
-
- 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.reader.State
-
- getBaseURI() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- getBaseUri() - Method in class com.sun.msv.verifier.AbstractVerifier
-
- getBigValue() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getBigValue() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- getBigValue() - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
- getBigValue() - Method in interface com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType
-
- 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
- getConcreteType() - Method in class com.sun.msv.datatype.xsd.ConcreteType
-
- getConcreteType() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- getConcreteType() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- getConcreteType() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
gets the concrete type object of the restriction chain.
- 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.
- getContentHandler() - Method in class com.sun.msv.generator.DOM2toSAX2
-
- 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
-
- getContext() - Method in class com.sun.msv.generator.Generator
-
- 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.
- getDay() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getDay() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- 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
-
- 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.
- getFacet(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
gets a value of non-repeatable facet
the behavior is undefined when the specified facetName doesn't exist
in this map.
- getFacetNames() - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
gets names of the facets in this object
this method is used to produce error messages.
- getFacetObject(String) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- getFacetObject(String) - Method in class com.sun.msv.datatype.xsd.Proxy
-
- getFacetObject(String) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
gets the facet object that restricts the specified facet.
- getFacetObject(String) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
gets the facet object that restricts the specified facet
- getFeature(String) - Method in class com.sun.msv.relaxns.grammar.DeclImpl
-
- getFeature(String) - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
- 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
- getFormat() - Method in class com.sun.msv.datatype.xsd.DateTimeType
-
- getFormat() - Method in class com.sun.msv.datatype.xsd.DateType
-
- getFormat() - Method in class com.sun.msv.datatype.xsd.GDayType
-
- getFormat() - Method in class com.sun.msv.datatype.xsd.GMonthDayType
-
- getFormat() - Method in class com.sun.msv.datatype.xsd.GMonthType
-
- getFormat() - Method in class com.sun.msv.datatype.xsd.GYearMonthType
-
- getFormat() - Method in class com.sun.msv.datatype.xsd.GYearType
-
- getFormat() - Method in class com.sun.msv.datatype.xsd.TimeType
-
- 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.
- getHour() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getHour() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- getIdType() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- getIdType() - Method in class com.sun.msv.datatype.xsd.IDREFType
-
- getIdType() - Method in class com.sun.msv.datatype.xsd.IDType
-
- getIdType() - Method in class com.sun.msv.datatype.xsd.ListType
-
- getIdType() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- getIdType() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
A property for RELAX NG DTD compatibility datatypes.
- 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 interface com.sun.msv.datatype.DatabindableDatatype
-
gets the type of the objects that are created by the createJavaObject method.
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.AnyURIType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.BooleanType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.ByteType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.DoubleType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.DurationType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.EntityType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.ErrorType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.FloatType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.IntegerType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.IntType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.ListType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.LongType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.NumberType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.QnameType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.ShortType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.SimpleURType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.StringType
-
- getJavaObjectType() - Method in class com.sun.msv.datatype.xsd.UnionType
-
- 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(SAXParseException) - Method in class com.sun.msv.reader.Controller
-
- 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
-
- 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.
- getMinute() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getMinute() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- getModule() - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
- getMonth() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getMonth() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- getName() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
gets the name of the white space processing mode.
- getName() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
gets the local name of the type.
- getName() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- 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(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.
- getNameClass() - Method in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
- getNameClass() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
- 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
- getNamespacePrefix(String) - Method in interface com.sun.msv.datatype.SerializationContext
-
get namespace prefix for the given namespace URI.
- getNamespacePrefix(String) - Method in class com.sun.msv.generator.ContextProviderImpl
-
- getNamespaceUri() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
Gets the namespace URI of this simple type definition.
- getNamespaceUri() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- getNonNegativeInteger(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
gets a value of non-repeatable facet as a non-negative integer
the behavior is undefined when the specified facetName doesn't exist
in this map.
- getOrCreate(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.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
-
- getPositiveInteger(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
gets a value of non-repeatable facet as a positive integer
the behavior is undefined when the specified facetName doesn't exist
in this map.
- 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
- getRatio(String) - Method in class com.sun.msv.generator.Driver
-
- 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.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.
- getRegExps() - Method in class com.sun.msv.datatype.xsd.PatternFacet
-
- 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.
- getSecond() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getSecond() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- 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
-
- getTargetNamespace() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- 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 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
-
- getTimeZone() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- 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(String) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
-
resolves a type name to Datatype object.
- getType(XSDatatypeExp.RenderingContext) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Gets the type definition.
- getType(String) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
-
- getTypeByName(String) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
obtain a built-in DataType object by its name.
- getTypeDefinition() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- getVariety() - Method in class com.sun.msv.datatype.xsd.BuiltinAtomicType
-
- getVariety() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- getVariety() - Method in class com.sun.msv.datatype.xsd.ListType
-
Variety of the ListType is VARIETY_LIST.
- getVariety() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- getVariety() - Method in class com.sun.msv.datatype.xsd.UnionType
-
Variety of the UnionType is VARIETY_UNION.
- getVariety() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
gets the
variety
of this simple type.
- getVector(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
gets a value of repeatable facet
the behavior is undefined when the specified facetName doesn't exist
in this map.
- getVerifier() - Method in class com.sun.msv.verifier.VerifierFilter
-
- 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
-
- getYear() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getYear() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- GlobalDeclState - Class in com.sun.msv.reader.xmlschema
-
State that parses global declarations.
- GlobalDeclState() - Constructor for class com.sun.msv.reader.xmlschema.GlobalDeclState
-
- GMonthDayType - Class in com.sun.msv.datatype.xsd
-
"gMonthDay" type.
- GMonthType - Class in com.sun.msv.datatype.xsd
-
"gMonth" type.
- grammar - Variable in class com.sun.msv.generator.Driver
-
- Grammar - Interface in com.sun.msv.grammar
-
base interface of the "grammar".
- grammar - Variable in class com.sun.msv.reader.dtd.DTDReader
-
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- grammar - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
grammar object currently being loaded.
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- 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.
- 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() - Constructor for class com.sun.msv.reader.trex.GrammarState
-
- GrammarState - Class in com.sun.msv.reader.trex.ng
-
parses <grammar> element.
- GrammarState() - Constructor for class com.sun.msv.reader.trex.ng.GrammarState
-
- GrammarState - Class in com.sun.msv.relaxns.reader
-
parses <grammar> element.
- GrammarState() - Constructor for class com.sun.msv.relaxns.reader.GrammarState
-
- GrammarWriter - Interface in com.sun.msv.writer
-
Converter from AGM to the XML representation.
- GREATER - Static variable in interface com.sun.msv.datatype.xsd.Comparator
-
- group(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- 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
-
- GYearMonthType - Class in com.sun.msv.datatype.xsd
-
"gYearMonth" type.
- GYearType - Class in com.sun.msv.datatype.xsd
-
"gYear" type.
- IdAbuseChecker - Class in com.sun.msv.reader.relax.core.checker
-
makes sure that ID/IDREF are not abused.
- IDateTimeValueType - Interface in com.sun.msv.datatype.xsd.datetime
-
Interface as value type of DateTimeType
- 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
-
- IDContextProvider2 - Interface in com.sun.msv.grammar
-
ValidationContextProvider that supports limited ID/IDREF implementation.
- IDContextProviderWrapper - Class in com.sun.msv.grammar.util
-
- 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
- IDREFType - Class in com.sun.msv.datatype.xsd
-
very limited 'IDREF' type of XML Schema Part 2.
- IDREFType() - Constructor for class com.sun.msv.datatype.xsd.IDREFType
-
- ids - Variable in class com.sun.msv.verifier.AbstractVerifier
-
this map remembers every ID token encountered in this document
- IDType - Class in com.sun.msv.datatype.xsd
-
very limited 'ID' type of XML Schema Part 2.
- IDType() - Constructor for class com.sun.msv.datatype.xsd.IDType
-
- 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(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
whitespace in markup (flagged to app, discardable)
- 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.
- 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() - Constructor for class com.sun.msv.reader.trex.IncludeMergeState
-
- 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.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(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
-
- IncompleteContentModel(StartTagInfo) - 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(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
-
- init(char[], String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- init() - Method in class com.sun.msv.verifier.AbstractVerifier
-
- init() - Method in class com.sun.msv.verifier.Verifier
-
- 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.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.
- insertComment - Variable in class com.sun.msv.generator.GeneratorOption
-
if set to true, comments are inserted whenever an error is generated.
- IntegerType - Class in com.sun.msv.datatype.xsd
-
"integer" type.
- IntegerType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.IntegerType
-
- IntegerValueType - Class in com.sun.msv.datatype.xsd
-
Value object of "integer" type.
- 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
-
- InternalImpl - Class in com.sun.msv.datatype.regexp
-
- InternalImpl() - Constructor for class com.sun.msv.datatype.regexp.InternalImpl
-
- 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.
- IntType - Class in com.sun.msv.datatype.xsd
-
"int" type.
- IntType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.IntType
-
- intValue() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- 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
- isAlwaysValid() - Method in class com.sun.msv.datatype.xsd.StringType
-
- isAlwaysValid() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
Returns true if this datatype is known to accept any string.
- isAlwaysValid() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- 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.
- isChar(int) - Static method in class com.sun.xml.util.XmlChars
-
Returns true if the argument, a UCS-4 character code, is valid in
XML documents.
- isCoalescing() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- isComplex(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
-
determines whether brackets should be used to represent the pattern
- isComplex() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
checks if the result of 'get' method is not the union of all
elements of concern.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.EntityType
-
ENTITY type always returns true.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.ListType
-
The list type is context-dependent if its item type is so.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.QnameType
-
QName type always returns true.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.UnionType
-
The union type is context-dependent if one of the member types is so.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
A property for RELAX NG DTD compatibility datatypes.
- 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, boolean) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
tests if this type is a derived type of the specified type.
- isDerivedTypeOf(XSDatatype, boolean) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- isDerivedTypeOf(XSDatatype, XSDatatype, boolean) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- 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(XSDatatype, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- isDerivedTypeOf(XMLSchemaTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- isDocument() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- isEmpty() - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
returns true if no facet is added
- isEOF() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
returns true iff there's no more data to consume ...
- isEpsilonReducible() - Method in class com.sun.msv.grammar.Expression
-
returns true if this expression accepts empty sequence.
- 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.datatype.xsd.AnyURIType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.BooleanType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.DurationType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.EntityType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.ErrorType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.ListType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.NumberType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.Proxy
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.QnameType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.SimpleURType
-
no facet is applicable to the simple ur-type.
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.StringType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.UnionType
-
- isFacetApplicable(String) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
returns if the specified facet is applicable to this datatype.
- isFacetApplicable(String) - Method in class com.sun.msv.grammar.relax.EmptyStringType
-
- isFacetApplicable(String) - Method in class com.sun.msv.grammar.relax.NoneType
-
- isFacetFixed - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
a flag that indicates the facet is fixed (derived types cannot specify this value anymore)
- isFeature(String) - Method in class com.sun.msv.verifier.jarv.FactoryImpl
-
- isFinal(int) - Method in class com.sun.msv.datatype.xsd.ConcreteType
-
- isFinal(int) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- isFinal(int) - Method in class com.sun.msv.datatype.xsd.FinalComponent
-
- isFinal(int) - Method in class com.sun.msv.datatype.xsd.ListType
-
- isFinal(int) - Method in class com.sun.msv.datatype.xsd.Proxy
-
- isFinal(int) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
checks if this type is declared as final for the specified kind of derivation.
- isFixed(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
returns true if that facet is fixed.
- isGlobal() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- 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".
- isLetter(char) - Static method in class com.sun.xml.util.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.datatype.xsd.XmlNames
-
Returns true if the value is a legal XML name.
- 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.
- isNameChar(char) - Static method in class com.sun.xml.util.XmlChars
-
Returns true if the character is allowed to be a non-initial
character in names according to the XML recommendation.
- isNamespaceAware() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- isNamespaceAware() - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- isNCName(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
-
- isNCNameChar(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
Returns true if the character is allowed to be a non-initial
character in unscoped names according to the rules of the XML
Namespaces proposed recommendation.
- isNCNameChar(char) - Static method in class com.sun.xml.util.XmlChars
-
Returns true if the character is allowed to be a non-initial
character in unscoped names according to the rules of the XML
Namespaces proposed recommendation.
- isNCNmtoken(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
-
This method returns true if the identifier is a "name token" as
defined by the XML Namespaces proposed recommendation.
- 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.
- isNegative() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
returns true if the value if negative (less than zero)
- isNillable - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- isNmtoken(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
-
This method returns true if the identifier is a "name token"
as defined in the XML specification.
- 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.
- isNonNegative() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
returns true if the value if non-negative (greater than or equal to zero)
- isNonPositive() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
returns true if the value if non-positive (less than or equal to zero)
- isNotation(String) - Method in class com.sun.msv.generator.ContextProviderImpl
-
- 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
-
- isPositive() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
returns true if the value if positive (greater than zero)
- 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.datatype.xsd.XmlNames
-
Returns true if the value is a legal "qualified" XML name, as defined
in the XML Namespaces proposed recommendation.
- isQualifiedName(String) - Static method in class com.sun.msv.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.
- isSpace(char) - Static method in class com.sun.xml.util.XmlChars
-
Returns true if the character is allowed where XML supports
whitespace characters, false otherwise.
- isSubstitutionBlocked() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- isUnparsedEntity(String) - Method in class com.sun.msv.generator.ContextProviderImpl
-
- 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.datatype.xsd.XmlNames
-
Returns true if the value is a legal "unqualified" XML name, as
defined in the XML Namespaces proposed recommendation.
- isUnqualifiedName(String) - Static method in class com.sun.msv.scanner.dtd.XmlNames
-
Returns true if the value is a legal "unqualified" XML name, as
defined in the XML Namespaces proposed recommendation.
- isValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- isValid(String) - Static method in class com.sun.msv.util.Uri
-
- 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
-
- isValidating() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- isValidating() - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- isWhiteSpace(char) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
returns true if the specified char is a white space character.
- itemExp - Variable in class com.sun.msv.grammar.xmlschema.OccurrenceExp
-
The unit of repetition.
- itemType - Variable in class com.sun.msv.datatype.xsd.ListType
-
atomic base type
- iterateAttributesDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
- iterateElementDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
- 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
- ITimeDurationValueType - Interface in com.sun.msv.datatype.xsd.datetime
-
interface as a value type of TimeDurationType
- IVerifier - Interface in com.sun.msv.verifier
-
Interface of verifier.
- 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 - Class in com.sun.msv.grammar
-
validator of (namespaceURI,localPart) pair.
- NameClass() - Constructor for class com.sun.msv.grammar.NameClass
-
- 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.
- 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 - 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
-
- nameClassWriter - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
- namedPatterns - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
named patterns which are defined by using <define> element.
- nameGenerator - Variable in class com.sun.msv.generator.GeneratorOption
-
- 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.datatype.xsd.QnameValueType
-
- 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
-
- NameType - Class in com.sun.msv.datatype.xsd
-
"Name" type.
- 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.
- NcnameType - Class in com.sun.msv.datatype.xsd
-
"NCName" type.
- NcnameType(String) - Constructor for class com.sun.msv.datatype.xsd.NcnameType
-
- needValueCheck() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- needValueCheck() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- NegativeIntegerType - Class in com.sun.msv.datatype.xsd
-
"negativeInteger" type.
- 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() - Method in interface com.sun.msv.generator.Rand
-
- next() - Method in class com.sun.msv.generator.Rand.UniformRand
-
- 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>
- NmtokenType - Class in com.sun.msv.datatype.xsd
-
"NMTOKEN" type.
- NmtokenType(String) - Constructor for class com.sun.msv.datatype.xsd.NmtokenType
-
- NONE - Static variable in class com.sun.msv.grammar.NameClass
-
Name class that accepts nothing.
- none(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
-
- NoneType - Class in com.sun.msv.grammar.relax
-
'none' datatype of RELAX.
- NoneTypeRemover - Class in com.sun.msv.generator
-
removes "none" type of RELAX from AGM.
- NoneTypeRemover(ExpressionPool) - Constructor for class com.sun.msv.generator.NoneTypeRemover
-
- NonNegativeIntegerType - Class in com.sun.msv.datatype.xsd
-
"nonNegativeInteger" type.
- NonPositiveIntegerType - Class in com.sun.msv.datatype.xsd
-
"nonPositiveInteger" type.
- normalize() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- normalize() - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
gets the normalized IDateTimeValueType.
- NormalizedStringType - Class in com.sun.msv.datatype.xsd
-
"normalizedString" type.
- NormalizedStringType(String, boolean) - Constructor for class com.sun.msv.datatype.xsd.NormalizedStringType
-
- NOT_ALLOWED - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
-
indicates the specified facet is not appliable to this type by definition.
- notAllowed(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- 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 (Φ).
- NumberType - Class in com.sun.msv.datatype.xsd
-
"decimal" type.
- numMatchedElements() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
gets the number of matched elements.
- 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(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- parentRef - Variable in class com.sun.msv.reader.trex.RefState
-
- parentState - Variable in class com.sun.msv.reader.State
-
parent state of this state.
- parse(String, String) - Static method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- parse(String, String) - Static method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.dtd.DTDReader
-
- parse(InputSource, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.dtd.DTDReader
-
- parse(String) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(InputSource) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(Source) - Method in class com.sun.msv.reader.GrammarReader
-
Parse from an arbitrary javax.xml.transform source.
- parse(String, 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.reader.relax.core.RELAXCoreReader
-
loads RELAX module
- parse(String, 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.classic.TREXGrammarReader
-
loads TREX pattern
- parse(String, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(String, 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.trex.ng.RELAXNGReader
-
loads RELAX NG pattern
- parse(InputSource) - Method in class com.sun.msv.reader.util.GrammarLoader
-
- parse(String) - Method in class com.sun.msv.reader.util.GrammarLoader
-
- parse(Source) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parse a schema supplied by a javax.xml.transform Source.
- parse(String) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
- parse(InputSource) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parses an additional schema.
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- 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(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- parse(InputSource) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- parse(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- 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, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
- parse(String, 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(String, 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
-
- parseArguments(String[]) - Method in class com.sun.msv.generator.Driver
-
Parses the arguments and fill the fields accordingly.
- 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
-
- parseFractionSeconds() - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- parseFractionSeconds() - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- 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.
- PatternFacet - Class in com.sun.msv.datatype.xsd
-
"pattern" facet validator
"pattern" is a constraint facet which is applied against lexical space.
- PatternFacet(String, String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.PatternFacet
-
- patterns - Variable in class com.sun.msv.datatype.xsd.PatternFacet
-
string representations of the above RegularExpressions.
- 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
-
- patternWriter - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
- 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.generator.GeneratorOption
-
- 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
- PositiveIntegerType - Class in com.sun.msv.datatype.xsd
-
"positiveInteger" type.
- PossibleNamesCollector - Class in com.sun.msv.grammar.util
-
computes the possible names.
- PossibleNamesCollector() - Constructor for class com.sun.msv.grammar.util.PossibleNamesCollector
-
- PreciseCalendarFormatter - Class in com.sun.msv.datatype.xsd.datetime
-
- PreciseCalendarParser - Class in com.sun.msv.datatype.xsd.datetime
-
- precision() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- precision - Variable in class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
maximum number of total digits.
- 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
-
- probAttrNameTypo - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "attribute name typo" per # of attributes.
- 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.
- probElemNameTypo - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "element name typo" per # of elements.
- probGreedyChoiceError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "greedy choice error" per # of choice.
- probMissingAttrError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "missing attribute error" per # of attributes.
- probMissingElemError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "missing element error" per # of elements.
- probMissingPlus - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "missing plus error" per # of '+' operator.
- probMutatedAttrError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "mutated attribute error" per # of attributes.
- probMutatedElemError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "mutated element error" per # of elements.
- probSeqError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "sequencing error" per # of sequences.
- probSlipInAttrError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "slip-in attribute error" per # of attributes.
- probSlipInElemError - Variable in class com.sun.msv.generator.GeneratorOption
-
probability of "slip-in element error" per # of elements.
- process(String) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
returns whitespace normalized text.
- processingInstruction(String, String) - Method in class com.sun.msv.reader.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, 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.
- processOccurs(Expression, int, int) - 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
-
- Proxy - Class in com.sun.msv.datatype.xsd
-
Delegates all methods to the base type.
- Proxy(String, String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.Proxy
-
- 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.
- Rand - Interface in com.sun.msv.generator
-
creates random integer.
- Rand.UniformRand - Class in com.sun.msv.generator
-
uniform distribution of [0,x).
- random - Variable in class com.sun.msv.generator.GeneratorOption
-
random number generator.
- rangeCheck(int) - Method in class com.sun.msv.datatype.xsd.MaxExclusiveFacet
-
- rangeCheck(int) - Method in class com.sun.msv.datatype.xsd.MaxInclusiveFacet
-
- rangeCheck(int) - Method in class com.sun.msv.datatype.xsd.MinExclusiveFacet
-
- rangeCheck(int) - Method in class com.sun.msv.datatype.xsd.MinInclusiveFacet
-
- rangeCheck(int) - Method in class com.sun.msv.datatype.xsd.RangeFacet
-
- RangeFacet - Class in com.sun.msv.datatype.xsd
-
Base class of "(max|min)(In|Ex)clusive" facet validator
- RangeFacet(String, String, XSDatatypeImpl, String, Object, boolean) - Constructor for class com.sun.msv.datatype.xsd.RangeFacet
-
- 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.datatype.xsd.BuiltinAtomicType
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.IDREFType
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.IDType
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- 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(String, ReferenceExp) - Method in class com.sun.msv.grammar.ReferenceContainer
-
replaces the current ReferenceExp by newly specified reference exp.
- 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
-
- 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(Grammar) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- REDocumentDeclaration(Expression, ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
creates an object that validates the specified expression.
- 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(boolean) - Constructor for class com.sun.msv.reader.trex.ng.RefState
-
- RefState - Class in com.sun.msv.reader.trex
-
parses <ref> pattern.
- RefState(boolean) - Constructor for class com.sun.msv.reader.trex.RefState
-
- refType - Variable in class com.sun.msv.verifier.regexp.StringToken
-
if this field is non-null,
this field will receive assigned DataType object.
- RegExp - Interface in com.sun.msv.datatype.xsd.regex
-
- RegExpFactory - Class in com.sun.msv.datatype.xsd.regex
-
- RegExpFactory() - Constructor for class com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- 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
-
- RELAXExpressionVisitorExpression - Interface in com.sun.msv.grammar.relax
-
- RELAXExpressionVisitorVoid - Interface in com.sun.msv.grammar.relax
-
- 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 RELXA module.
- RELAXIslandSchema(RELAXModule, Set) - 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(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
- RELAXNGGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
- RELAXNGGrammar() - 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(String) - Method in class com.sun.msv.grammar.ReferenceContainer
-
removes an object from this container.
- remove(Matcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- render(XSDatatypeExp.RenderingContext) - Method in interface com.sun.msv.reader.datatype.xsd.XSDatatypeExp.Renderer
-
creates (or retrieves, whatever) the actual, concrete, real
XSDatatype object.
- replace(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- reportError(String) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(Exception, String) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(Exception, String, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(Locator[], String, Object[]) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object[], Exception, Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
reports an error to the controller
- reportError(ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
reports an error.
- reportError(Locator, ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- ReportErrorHandler - Class in com.sun.msv.driver.textui
-
- 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, 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
- 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.generator.ContextProviderImpl
-
- 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
-
- resolvePrefix(Element, String) - Static method in class com.sun.msv.generator.ContextProviderImpl
-
- 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() - Constructor for class com.sun.msv.reader.trex.RootState
-
- RootState - Class in com.sun.msv.reader.xmlschema
-
RootIncludedSchemaState + final wrap up.
- 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
-
- run(PrintStream) - Method in class com.sun.msv.generator.Driver
-
Generate XML instances.
- 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.
- sameValue(Object, Object) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- saturated - Variable in class com.sun.msv.verifier.regexp.StringToken
-
- save(byte[]) - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- save(Boolean) - Static method in class com.sun.msv.datatype.xsd.BooleanType
-
- save(Byte) - Static method in class com.sun.msv.datatype.xsd.ByteType
-
- save(Double) - Static method in class com.sun.msv.datatype.xsd.DoubleType
-
- save(Float) - Static method in class com.sun.msv.datatype.xsd.FloatType
-
- save(byte[]) - Static method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- save(BigInteger) - Static method in class com.sun.msv.datatype.xsd.IntegerType
-
- save(Integer) - Static method in class com.sun.msv.datatype.xsd.IntType
-
- save(Long) - Static method in class com.sun.msv.datatype.xsd.LongType
-
- save(Object) - Static method in class com.sun.msv.datatype.xsd.NumberType
-
- save(Short) - Static method in class com.sun.msv.datatype.xsd.ShortType
-
- 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(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance by specifying the underlying SAXParserFactory
implementation.
- 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(File) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXParserFactoryImpl(InputSource) - 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, Schema) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- 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
-
- scale - Variable in class com.sun.msv.datatype.xsd.FractionDigitsFacet
-
maximum number of fraction digits
- 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, SAXParserFactory, boolean) - Constructor for class com.sun.msv.verifier.jarv.SchemaImpl
-
- SchemaImpl(Grammar) - 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
-
- SchemaLocationRemover - Class in com.sun.msv.generator
-
removes "xsi:schemaLocation" from AGM.
- SchemaLocationRemover(ExpressionPool) - Constructor for class com.sun.msv.generator.SchemaLocationRemover
-
- 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.
- second - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- 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
-
- SerializationContext - Interface in com.sun.msv.datatype
-
an interface that must be implemented by caller to
provide context information that is necessary to
perform conversion from value object to the XML representation.
- serializeDataType(XSDatatype) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
serializes the given datatype.
- serializedValueChecker - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- serializeEnumeration(XSDatatypeImpl, EnumerationFacet) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
serializes a type with enumeration.
- serializeJavaObject(Object, SerializationContext) - Method in interface com.sun.msv.datatype.DatabindableDatatype
-
converts a value object back to the lexical representation.
- serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.ConcreteType
-
- serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.Proxy
-
- serializeJavaObject(Object, SerializationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
-
- 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(ContentHandler) - Method in class com.sun.msv.generator.DOM2toSAX2
-
- 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.
- setDay(int) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setDay(int) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- setDeclaredLocationOf(Object) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- setDeclaredLocationOf(Object) - Method in class com.sun.msv.reader.GrammarReader
-
- setDispatcher(Dispatcher) - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
-
- setDocumentHandler(DocumentHandler) - Method in 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
-
- setHours(int) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setHours(int) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- 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
-
- setMinutes(int) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setMinutes(int) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- setMonth(int) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setMonth(int) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- 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.
- setSeconds(int) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setSeconds(int) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- 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
-
- setTimeZone(TimeZone) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setTimeZone(TimeZone) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- setValidating(boolean) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- setValidating(boolean) - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- setYear(int) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setYear(int) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- sfactory - Variable in class com.sun.msv.reader.relax.RELAXReader
-
- sfactory - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
- sfactory - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- ShortType - Class in com.sun.msv.datatype.xsd
-
"short" type.
- ShortType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.ShortType
-
- signum - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- 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
-
- SimpleURType - Class in com.sun.msv.datatype.xsd
-
simple "ur-type" type.
- SimpleURType() - Constructor for class com.sun.msv.datatype.xsd.SimpleURType
-
- 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(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- start() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
- start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- 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) - Method in class com.sun.msv.writer.XMLWriter
-
- start(String, String[]) - Method in class com.sun.msv.writer.XMLWriter
-
- startAttribute(String, String, String) - Method in 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(ValidationContext) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of a document.
- 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.
- 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, String, Attributes) - Method in class com.sun.msv.generator.ExampleReader
-
- 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, AttributeList) - Method in class com.sun.msv.util.xml.DocumentFilter
-
- 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, Attributes) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.Matcher
-
- 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.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, 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() - Constructor for class com.sun.msv.reader.trex.ng.StartState
-
- StartState - Class in com.sun.msv.reader.trex
-
parses <start> element.
- 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, IDContextProvider) - Constructor for class com.sun.msv.util.StartTagInfo
-
Deprecated.
- StartTagInfo(String, String, String, Attributes, IDContextProvider2) - Constructor for class com.sun.msv.util.StartTagInfo
-
- StartTagInfo(String, String, String, Attributes) - 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
-
- StringType - Class in com.sun.msv.datatype.xsd
-
"string" type.
- StringType(String, WhiteSpaceProcessor) - Constructor for class com.sun.msv.datatype.xsd.StringType
-
- StringType(String, WhiteSpaceProcessor, boolean) - Constructor for class com.sun.msv.datatype.xsd.StringType
-
- SUBSTITUTION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- substitutionAffiliation - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- substitutions - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
choices of all elements that can validly substitute this element.
- switchSource(State, String, State) - Method in class com.sun.msv.reader.GrammarReader
-
Switchs InputSource to the specified URL and
parses it by the specified state.
- switchSource(InputSource, State) - Method in class com.sun.msv.reader.GrammarReader
-
start reading input from a source defined by a SAX InputSource.
- 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(State, State) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- 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(String) - Constructor for class com.sun.msv.grammar.relax.TagClause
-
RefContainer-controlled creation.
- TagClause() - Constructor for class com.sun.msv.grammar.relax.TagClause
-
constructor for inline tag.
- 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(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- text - Variable in class com.sun.msv.reader.trex.ng.ValueState
-
- theCollapse - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- TheFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation that automatically detects the schema language.
- TheFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
-
- TheFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
-
use the default SAXParser.
- theInstance - Static variable in class com.sun.msv.datatype.ErrorDatatypeLibrary
-
The sole instance of this class.
- theInstance - Static variable in class com.sun.msv.datatype.xsd.AnyURIType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.BooleanType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.ByteType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DateTimeType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DateType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DoubleType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DurationType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.EntityType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.ErrorType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.FloatType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GDayType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GMonthDayType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GMonthType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GYearMonthType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GYearType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.HexBinaryType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IDREFType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IDType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IntegerType
-
Singleton instance.
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IntType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.LanguageType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.LongType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NameType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NcnameType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NegativeIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NmtokenType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NormalizedStringType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NumberType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.PositiveIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.QnameType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.ShortType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.SimpleURType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.StringType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.TimeType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.TokenType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedByteType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedIntType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedLongType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedShortType
-
- theInstance - Static variable in class com.sun.msv.grammar.AnyNameClass
-
- 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.
- thePreserve - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- theReplace - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- TimeType - Class in com.sun.msv.datatype.xsd
-
"time" type.
- TimeZone - Class in com.sun.msv.datatype.xsd.datetime
-
simple time zone component.
- TimeZone() - Constructor for class com.sun.msv.datatype.xsd.datetime.TimeZone
-
- toBigInteger() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
converts to BigInteger.
- toCalendar() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- toCalendar(Object) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
-
- toCalendar() - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
Approximates the value represented by this object into a Calendar object.
- toCalendar(Object) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
-
- 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
-
- tokens - Variable in class com.sun.msv.generator.DataTypeGeneratorImpl
-
set that contains tokens that are found in example files.
- TokenType - Class in com.sun.msv.datatype.xsd
-
"token" type.
- TokenType(String, boolean) - Constructor for class com.sun.msv.datatype.xsd.TokenType
-
- 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.datatype.xsd.datetime.BigDateTimeValueType
-
gets a human-readable representation of this object.
- toString() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- toString() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- toString() - Method in class com.sun.msv.datatype.xsd.QnameValueType
-
- 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
-
- TotalDigitsFacet - Class in com.sun.msv.datatype.xsd
-
'totalDigits' facet.
- TotalDigitsFacet(String, String, XSDatatypeImpl, int, boolean) - Constructor for class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
- traverse(Document) - Method in class com.sun.msv.generator.DOM2toSAX2
-
- 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(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
-
- TREXGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
-
- 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_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, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
-
- TypeDetector(DocumentDeclaration, TypedContentHandler, 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
-
- TypeIncubator - Class in com.sun.msv.datatype.xsd
-
derives a new type by adding facets.
- TypeIncubator(XSDatatype) - Constructor for class com.sun.msv.datatype.xsd.TypeIncubator
-
- 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.