A B C D E F G H I K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABANDON_URI_SNIFFING - Static variable in class com.sun.msv.reader.dtd.DTDReader
-
when this value is in the above set, that indicates we couldn't detect what URIs are going to be used with that prefix.
- AbortException - Exception in com.sun.msv.reader
-
This exception will be thrown when the schema parsing is aborted after all the errors are reported through GrammarReaderController.
- AbstractVerifier - Class in com.sun.msv.verifier
-
Base implementation for various Verifier implementations.
- AbstractVerifier() - Constructor for class com.sun.msv.verifier.AbstractVerifier
- Acceptor - Interface in com.sun.msv.verifier
-
exposes the low-level validation engine interface.
- accepts(StringPair) - Method in class com.sun.msv.grammar.NameClass
- accepts(String, String) - Method in class com.sun.msv.grammar.AnyNameClass
-
AnyNameClass accpets any name, as its name suggests.
- accepts(String, String) - Method in class com.sun.msv.grammar.ChoiceNameClass
-
accepts a name if it is accepted by nc1 or nc2.
- accepts(String, String) - Method in class com.sun.msv.grammar.DifferenceNameClass
-
accepts a name if it is accepted by nc1 and not by nc2.
- accepts(String, String) - Method in class com.sun.msv.grammar.dtd.LocalNameClass
- accepts(String, String) - Method in class com.sun.msv.grammar.NameClass
-
checks if this name class accepts given namespace:localName pair.
- accepts(String, String) - Method in class com.sun.msv.grammar.NamespaceNameClass
-
accepts a name if its namespace URI matches to the namespaceURI field.
- accepts(String, String) - Method in class com.sun.msv.grammar.NotNameClass
-
accepts a name if it is not accepted by the child name class.
- accepts(String, String) - Method in class com.sun.msv.grammar.SimpleNameClass
- accepts(String, String) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
- add(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(XSDatatype) - Method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
- add(NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Adds newly found element or attribute.
- add(Matcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- add(String, IdentityConstraint) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
- add(String, String, boolean, ValidationContext) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
Deprecated.please use the addFacet method, which is better named.
- addBackPatchJob(XSDatatypeExp) - Method in class com.sun.msv.reader.GrammarReader
- addBackPatchJob(GrammarReader.BackPatch) - Method in class com.sun.msv.reader.GrammarReader
- addDefaultValue(AttributeExp, String) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
note that the specified expression is marked with the default value.
- addElementRule(ExpressionPool, ElementRule) - Method in class com.sun.msv.grammar.relax.ElementRules
- addFacet(String, String, boolean, ValidationContext) - Method in 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(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ALL - Static variable in class com.sun.msv.grammar.NameClass
-
name class that accepts everything.
- ALL - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- allowEmptyChoice - Variable in class com.sun.msv.reader.ChoiceState
- allowEmptySequence - Variable in class com.sun.msv.reader.SequenceState
- allowNullChild - Variable in class com.sun.msv.reader.trex.NameClassWithChildState
-
if this flag is true, then it is OK not to have any children.
- AmbiguousDocumentException() - Constructor for exception com.sun.msv.verifier.psvi.TypeDetector.AmbiguousDocumentException
- annealDeclaration(ElementDeclExp) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
This method is called after this class finishes augmenting ElementDeclExp.
- annealExpression(Expression) - Method in class com.sun.msv.reader.ExpressionWithChildState
-
performs final wrap-up and returns a fully created Expression object that represents this element.
- annealExpression(Expression) - Method in class com.sun.msv.reader.relax.core.MixedState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.AttributeState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ElementState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.MixedState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ng.comp.CompAttributeState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ng.ListState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.OneOrMoreState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.OptionalState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.StartState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.typed.TypedElementState
- annealExpression(Expression) - Method in class com.sun.msv.reader.trex.ZeroOrMoreState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.AttributeGroupState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.AttributeState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
- annealExpression(Expression) - Method in class com.sun.msv.reader.xmlschema.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 - Class in com.sun.msv.reader.trex
-
parses <attribute> pattern.
- AttributeState - Class in com.sun.msv.reader.trex.ng
-
parses <attribute> pattern.
- AttributeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <attribute > element.
- AttributeState() - Constructor for class com.sun.msv.reader.relax.core.AttributeState
- AttributeState() - Constructor for class com.sun.msv.reader.trex.AttributeState
- AttributeState() - Constructor for class com.sun.msv.reader.trex.ng.AttributeState
- AttributeState() - Constructor for class com.sun.msv.reader.xmlschema.AttributeState
- attributeStep - Variable in class com.sun.msv.grammar.xmlschema.XPath
-
optional attribute step that can only appear as the last child.
- AttributeToken - Class in com.sun.msv.verifier.regexp
-
represents attribute and its value.
- AttributeToken(REDocumentDeclaration, String, String, String, StringToken) - Constructor for class com.sun.msv.verifier.regexp.AttributeToken
- AttributeToken(REDocumentDeclaration, String, String, String, String, IDContextProvider2) - Constructor for class com.sun.msv.verifier.regexp.AttributeToken
- AttributeWildcard - Class in com.sun.msv.grammar.xmlschema
-
Attribute wildcard property of the schema component.
- AttributeWildcard(NameClass, int) - Constructor for class com.sun.msv.grammar.xmlschema.AttributeWildcard
- AttributeWildcardComputer - Class in com.sun.msv.reader.xmlschema
-
Processes the attribtue wildcard according to the spec.
- AttributeWildcardComputer(XMLSchemaReader) - Constructor for class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
- attToken - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
the AttributeToken object which is re-used
- attValue - Variable in class com.sun.msv.verifier.ErrorInfo.BadAttribute
- attWildcard - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
attribute wildcard as an expression.
- AttWildcardExp - Interface in com.sun.msv.grammar.xmlschema
-
Schema component with
AttributeWildcard
B
- backwardReference - Variable in class com.sun.msv.reader.GrammarReader
-
keeps track of all backward references to every ReferenceExp.
- BackwardReferenceMap() - Constructor for class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
- BadAttribute(StartTagInfo, String, String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadAttribute
- BadTagName(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadTagName
- BadTagName(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadTagName
- BadText(String) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadText
- BadText(StringBuffer) - Constructor for class com.sun.msv.verifier.ErrorInfo.BadText
- Base64BinaryType - Class in com.sun.msv.datatype.xsd
-
"base64Binary" type.
- basePrefixResolver - Static variable in class com.sun.msv.reader.GrammarReader
-
The namespace prefix resolver that only resolves "xml" prefix.
- baseType - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
immediate base type, which may be a concrete type or DataTypeWithFacet
- baseType - Variable in class com.sun.msv.datatype.xsd.Proxy
-
immediate base type, which may be a concrete type or DataTypeWithFacet
- baseTypeName - Variable in class com.sun.msv.reader.trex.ng.DataState
-
the name of the base type.
- baseURI - Variable in class com.sun.msv.reader.State
-
base URI for this state.
- BigDateTimeValueType - Class in com.sun.msv.datatype.xsd.datetime
-
DateTimeValueType object that can hold all lexically valid dateTime value.
- BigDateTimeValueType() - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- BigDateTimeValueType(BigDateTimeValueType, TimeZone) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
creates an instance with the specified BigDateTimeValueType, with modified time zone.
- BigDateTimeValueType(BigInteger, int, int, int, int, BigDecimal, TimeZone) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- BigDateTimeValueType(BigInteger, Integer, Integer, Integer, Integer, BigDecimal, TimeZone) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- BigTimeDurationValueType - Class in com.sun.msv.datatype.xsd.datetime
-
ITimeDurationValueType implementation that can hold all lexically legal timeDuration value.
- BigTimeDurationValueType(int, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
All the fields should be positive and use the signum field to determine the sign.
- BigTimeDurationValueType(String) - Constructor for class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
Reads in the lexical duration format.
- BinaryExp - Class in com.sun.msv.grammar
-
Base implementation for those expression which has two child expressions.
- BinaryExp(Expression, Expression) - Constructor for class com.sun.msv.grammar.BinaryExp
- binaryVisit(BinaryExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- bind(ReferenceContainer, IslandSchemaImpl.Binder) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- bind(SchemaProvider, ErrorHandler) - Method in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
- bind(SchemaProvider, ErrorHandler) - Method in class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
- bind(ErrorHandler) - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
binds all IslandSchemata.
- Binder(SchemaProvider, ErrorHandler, ExpressionPool) - Constructor for class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- block - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
The block property of this schema component, implemented as a bit field.
- block - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
The disallowed substitution property of this schema component, implemented as a bit field.
- blockDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "blockDefault" attribute.
- body - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
actual content model definition + attribute uses.
- body - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
The expression that represents the "body" of this expression.
- BooleanType - Class in com.sun.msv.datatype.xsd
-
"boolean" type.
- BuiltinAtomicType - Class in com.sun.msv.datatype.xsd
-
base class for atomic built-in types; those types which can be used by itself (int,uriReference,string, etc) .
- BuiltinAtomicType(String) - Constructor for class com.sun.msv.datatype.xsd.BuiltinAtomicType
- BuiltinAtomicType(String, WhiteSpaceProcessor) - Constructor for class com.sun.msv.datatype.xsd.BuiltinAtomicType
- BuiltinDatatypeLibrary - Class in com.sun.msv.grammar.relaxng.datatype
-
RELAX NG built-in datatypes.
- BuiltinDatatypeLibrary() - Constructor for class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
- ByteType - Class in com.sun.msv.datatype.xsd
-
"byte" type.
C
- calc(Expression) - Static method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- calc(NameClass) - Static method in class com.sun.msv.grammar.util.PossibleNamesCollector
-
computes all possibile names for this name class, and returns the set of
StringPair
. - 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
-
Formats a
Calendar
object to a String. - 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(ExpressionState) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
returns true if the given state can have "occurs" attribute.
- canHaveOccurs(State) - Method in class com.sun.msv.reader.relax.RELAXReader
-
returns true if the given state can have "occurs" attribute.
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.ChoiceState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.ExpressionWithChildState
-
combines half-made expression and newly found child expression into the expression.
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.InterleaveState
- castExpression(Expression, Expression) - Method in class com.sun.msv.reader.relax.core.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() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Traverses the grammar and performs the contextual check.
- check(NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
tests a given exp against existing expressions (which are stored in the exps field.)
- check(NameClassAndExpression, NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Tests two name classes to see if they collide.
- check(NameClass, NameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
-
Returns true if two name classes collide.
- check(TagClause, RELAXCoreReader) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- check(GrammarReader, Expression) - Static method in class com.sun.msv.reader.RunAwayExpressionChecker
- check(RELAXCoreReader, RELAXModule) - Static method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.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
-
Deprecated.use the combineURI method.
- comment(String) - Method in class com.sun.msv.reader.dtd.DTDReader
- comment(String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification that a comment has been read.
- comment(String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- Comparator - Interface in com.sun.msv.datatype.xsd
-
Comparable datatype.
- 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(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- 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 class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
- compare(ITimeDurationValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType
-
compare two ITimeDurationValueType as defined in com.sun.msv.datatype/Comparator
- compare(Object, Object) - Method in interface com.sun.msv.datatype.xsd.Comparator
-
compare to value types and decides its order relation
- compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.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 - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
base concrete type
- ConcreteType - Class in com.sun.msv.datatype.xsd
-
base class for types that union/list/atomic.
- ConcreteType(String, String) - Constructor for class com.sun.msv.datatype.xsd.ConcreteType
- ConcreteType(String, String, WhiteSpaceProcessor) - Constructor for class com.sun.msv.datatype.xsd.ConcreteType
- concur(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- ConcurExp - Class in com.sun.msv.grammar
-
<concur> pattern of TREX.
- ConcurState - Class in com.sun.msv.reader.trex.classic
-
parses <concur> pattern.
- ConcurState() - Constructor for class com.sun.msv.reader.trex.classic.ConcurState
- connector(short) - Method in class com.sun.msv.reader.dtd.DTDReader
- connector(short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Connectors in one model group is guaranteed to be the same.
- connector(short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- CONNECTOR_UNKNOWN - Variable in class com.sun.msv.reader.dtd.DTDReader
- connectorType - Variable in class com.sun.msv.reader.dtd.DTDReader
- Const - Class in com.sun.msv.verifier.jarv
-
Constant values related to JARV.
- Const - Class in com.sun.msv.verifier.jaxp
- Const() - Constructor for class com.sun.msv.verifier.jarv.Const
- Const() - Constructor for class com.sun.msv.verifier.jaxp.Const
- contains(Object) - Method in class com.sun.msv.util.LightStack
- containsAttribute(String) - Method in class com.sun.msv.util.StartTagInfo
- containsAttribute(String, String) - Method in class com.sun.msv.util.StartTagInfo
- content - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
- CONTENT_MODEL_ANY - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- CONTENT_MODEL_CHILDREN - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- CONTENT_MODEL_EMPTY - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- CONTENT_MODEL_MIXED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- ContentHandlerAdaptor - Class in com.sun.msv.writer
-
Adapt SAX2 ContentHandler as a SAX1 DocumentHandler.
- ContentHandlerAdaptor(ContentHandler) - Constructor for class com.sun.msv.writer.ContentHandlerAdaptor
- contentModel - Variable in class com.sun.msv.grammar.ElementExp
-
content model of this element declaration.
- contentModel - Variable in class com.sun.msv.reader.dtd.DTDReader
- contentModel - Variable in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
- CONTENTMODEL - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
in this mode, element declaration is one of the terminal symbol of stringnization.
- ContentModelAcceptor - Class in com.sun.msv.verifier.regexp
-
base implementation for SimpleAcceptor and ComplexAcceptor
- ContentModelAcceptor(REDocumentDeclaration, Expression, boolean) - Constructor for class com.sun.msv.verifier.regexp.ContentModelAcceptor
- contentModelInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
- ContentModelRefExpRemover - Class in com.sun.msv.verifier.regexp
-
Non-recursive ReferenceExpRemover with a cache.
- ContentModelRefExpRemover() - Constructor for class com.sun.msv.verifier.regexp.ContentModelRefExpRemover
- contents - Variable in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- context - Variable in class com.sun.msv.util.StartTagInfo
-
object that provides additional information which is necessary for validating some datatypes
- context - Variable in class com.sun.msv.verifier.regexp.StringToken
- context - Variable in class com.sun.msv.writer.relaxng.PatternWriter
- Context - Interface in com.sun.msv.writer.relaxng
- 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 - Variable in class com.sun.msv.reader.dtd.DTDReader
- controller - Variable in class com.sun.msv.reader.GrammarReader
-
this object receives errors and warnings
- Controller - Class in com.sun.msv.reader
-
Internal view of GrammarReaderController.
- Controller(GrammarReaderController) - Constructor for class com.sun.msv.reader.Controller
- 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(IDContextProvider) - Static method in class com.sun.msv.grammar.util.IDContextProviderWrapper
- create(String) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
-
translates non-canonicalized representation of an integer into an IntegerValueType.
- create(BigInteger) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
-
translates a BigInteger to an IntegerValueType.
- createAcceptor() - Method in interface com.sun.msv.verifier.DocumentDeclaration
-
creates a new Acceptor that will validate the document element.
- createAcceptor() - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- createAcceptor() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
-
creates actual Acceptor object from the computed result.
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
-
creates an XSAcceptor instead of default acceptor implementations.
- createAnyString() - Method in class com.sun.msv.grammar.ExpressionPool
- createAttribute(NameClass) - Method in class com.sun.msv.grammar.ExpressionPool
- createAttribute(NameClass, Expression) - 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() - Method in class com.sun.msv.datatype.ErrorDatatypeLibrary
- createDatatype(String) - 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(File) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Creates an input source from a given file, autodetecting the character encoding.
- createInputSource(String, InputStream, boolean, String) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Returns an input source, using the MIME type information and URL scheme to statically determine the correct character encoding if possible and otherwise autodetecting it.
- createInputSource(URL, boolean) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Creates an input source from a given URI.
- createInterleave(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
- createJavaObject(String, ValidationContext) - Method in 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
-
Deprecated.
- 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(XSDatatype, Object) - Method in class com.sun.msv.grammar.ExpressionPool
- createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- 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.
D
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- DatabindableDatatype - Interface 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 - Class in com.sun.msv.reader.trex.ng
-
parses <data> pattern.
- DataState() - Constructor for class com.sun.msv.reader.trex.classic.DataState
- DataState() - Constructor for class com.sun.msv.reader.trex.ng.DataState
- DatatypeContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
- 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 - Static variable in class com.sun.msv.driver.textui.Debug
- Debug - Class in com.sun.msv.driver.textui
- Debug() - Constructor for class com.sun.msv.driver.textui.Debug
- DebugController - Class in com.sun.msv.driver.textui
-
GrammarReaderController that prints all errors and warnings.
- DebugController(boolean) - Constructor for class com.sun.msv.driver.textui.DebugController
- DebugController(boolean, boolean) - Constructor for class com.sun.msv.driver.textui.DebugController
- DebugController(boolean, boolean, PrintStream) - Constructor for class com.sun.msv.driver.textui.DebugController
- DebugController(boolean, boolean, PrintStream, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
- DebugController(boolean, boolean, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
- decl - Variable in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
-
ComplexType object that we are now constructing.
- declaredElements - Variable in class com.sun.msv.scanner.dtd.DTDParser
- DeclImpl - Class in com.sun.msv.relaxns.grammar
-
Implementation of ElementDecl interface by MSV grammar model.
- DeclImpl(ReferenceExp) - Constructor for class com.sun.msv.relaxns.grammar.DeclImpl
- DeclImpl(String, Expression) - Constructor for class com.sun.msv.relaxns.grammar.DeclImpl
- 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 - Class in com.sun.msv.reader.trex
-
parses <define> declaration.
- DefineState - Class in com.sun.msv.reader.trex.ng
-
parses <define> declaration.
- DefineState() - Constructor for class com.sun.msv.reader.trex.classic.DefineState
- DefineState() - Constructor for class com.sun.msv.reader.trex.DefineState
- DefineState() - Constructor for class com.sun.msv.reader.trex.ng.DefineState
- 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, XSDatatype) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- deriveByList(String, String, XSDatatype) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
derives a new type by list.
- deriveByUnion(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, String, Collection) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
- deriveByUnion(String, Collection) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- 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() - Constructor for class com.sun.msv.util.xml.DOMBuilder
- DOMBuilder(Document) - 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 - Class in com.sun.msv.generator
-
command line 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.driver.textui.Driver
- Driver() - Constructor for class com.sun.msv.generator.Driver
- 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() - Constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
use the default SAXParser.
- DTDFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
- DTDHandlerBase - Class in com.sun.msv.scanner.dtd
-
do-nothing implementation of DTDEventHandler.
- DTDHandlerBase() - Constructor for class com.sun.msv.scanner.dtd.DTDHandlerBase
- DTDParser - Class in com.sun.msv.scanner.dtd
-
This implements parsing of XML 1.0 DTDs.
- DTDParser() - Constructor for class com.sun.msv.scanner.dtd.DTDParser
- DTDReader - Class in com.sun.msv.reader.dtd
-
constructs
TREXGrammar
object that exactly matches to the parsed DTD. - DTDReader(GrammarReaderController, ExpressionPool) - Constructor for class com.sun.msv.reader.dtd.DTDReader
- DTDReader.Context - Class in com.sun.msv.reader.dtd
- 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
- 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
-
XML Schema version of
ElementExp
. - elementDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from attribute declaration name to AttributeDeclExp object
- elementDecls - Variable in class com.sun.msv.reader.dtd.DTDReader
-
map from element name to its content model.
- elementDecls - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
map from name to DeclImpl.
- ElementDeclState - Class in com.sun.msv.reader.xmlschema
-
used to parse <element > element without ref attribute.
- ElementDeclState() - Constructor for class com.sun.msv.reader.xmlschema.ElementDeclState
- ElementErrorInfo(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
- ElementErrorInfo(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
- ElementExp - Class in com.sun.msv.grammar
-
Element declaration.
- ElementExp(Expression, boolean) - Constructor for class com.sun.msv.grammar.ElementExp
- elementFormDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "elementFormDefault" attribute.
- elementName - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- ElementPattern - Class in com.sun.msv.grammar.trex
-
<element> pattern of TREX.
- ElementPattern(NameClass, Expression) - Constructor for class com.sun.msv.grammar.trex.ElementPattern
- elementRef(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ElementRefState - Class in com.sun.msv.reader.relax
-
parses <ref label="..." /> element.
- ElementRefState - Class in com.sun.msv.reader.xmlschema
-
used to parse <element > element with ref attribute.
- ElementRefState() - Constructor for class com.sun.msv.reader.relax.ElementRefState
- ElementRefState() - Constructor for class com.sun.msv.reader.xmlschema.ElementRefState
- elementRule(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- ElementRule - Class in com.sun.msv.grammar.relax
-
ElementRule declaration of RELAX.
- ElementRule(ExpressionPool, TagClause, Expression) - Constructor for class com.sun.msv.grammar.relax.ElementRule
- elementRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from label name to ElementRules object
- ElementRules - Class in com.sun.msv.grammar.relax
-
Set of ElementRule objects that share the label name.
- ElementRules(String, RELAXModule) - Constructor for class com.sun.msv.grammar.relax.ElementRules
- ElementRulesContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
- ElementRuleWithHedgeState - Class in com.sun.msv.reader.relax.core
-
parses <elementRule> without 'type' attribute.
- ElementRuleWithHedgeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
- ElementRuleWithTypeState - Class in com.sun.msv.reader.relax.core
-
parses <elementRule> with 'type' attribute.
- ElementRuleWithTypeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- ElementsOfConcernCollector - Class in com.sun.msv.verifier.regexp
-
Collects "elements of concern".
- ElementsOfConcernCollector() - Constructor for class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- ElementState - Class in com.sun.msv.reader.trex
-
parses <element> pattern.
- ElementState - Class in com.sun.msv.reader.trex.ng
-
parses <element> pattern.
- ElementState() - Constructor for class com.sun.msv.reader.trex.ElementState
- ElementState() - Constructor for class com.sun.msv.reader.trex.ng.ElementState
- elementText - Variable in class com.sun.msv.verifier.identity.FieldMatcher
-
this field is set to non-null if it's found that an element is matched to this XPath.
- ElementToken - Class in com.sun.msv.verifier.regexp
-
a token that represents an XML element.
- ElementToken(ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ElementToken
- EmbeddedSchema - Class in com.sun.msv.reader.xmlschema
-
A schema in a DOM Element.
- EmbeddedSchema(String, Element) - Constructor for class com.sun.msv.reader.xmlschema.EmbeddedSchema
-
Create object to represent one of the schemas in a WSDL
- empty(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- empty(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- EmptyStringType - Class in com.sun.msv.grammar.relax
-
'emptyString' type of RELAX.
- 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) - Method in class com.sun.msv.util.xml.DocumentFilter
- endElement(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 end element event.
- endElement(String, String, String) - Method in class com.sun.msv.reader.IgnoreState
- endElement(String, String, String) - Method in class com.sun.msv.reader.SimpleState
- endElement(String, String, String) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- endElement(String, String, String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- endElement(String, String, String) - Method in class com.sun.msv.reader.trex.TREXBaseReader
- endElement(String, String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
- endElement(String, String, String) - Method in class com.sun.msv.relaxns.reader.NamespaceState
- endElement(String, String, String) - Method in class com.sun.msv.util.xml.DOMBuilder
- endElement(String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- endElement(String, String, String) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- endElement(String, String, String) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- endElement(String, String, String) - Method in class com.sun.msv.verifier.Verifier
- endElement(String, String, String) - Method in class com.sun.msv.verifier.VerifierFilter
- endElement(String, String, String, ElementExp) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the end of an element.
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.FieldMatcher
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.Matcher
- 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() - Method in class com.sun.msv.reader.relax.core.InlineTagState
- endSelf() - Method in class com.sun.msv.reader.relax.core.TagState
- endSelf() - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
- endSelf() - Method in class com.sun.msv.reader.SimpleState
-
this method is called in endElement method when the state is about to be removed.
- endSelf() - Method in class com.sun.msv.reader.trex.DefineState
- endSelf() - Method in class com.sun.msv.reader.trex.GrammarState
- endSelf() - Method in class com.sun.msv.reader.trex.IncludeMergeState
- endSelf() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
- endSelf() - Method in class com.sun.msv.reader.trex.NameClassState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.AttributeState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.DataParamState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.DefineState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.ElementState
- endSelf() - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RedefineState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RootState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
- endSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaState
- endSelf() - Method in class com.sun.msv.relaxns.reader.RootGrammarState
- endSelf(Expression) - Method in class com.sun.msv.reader.relax.core.HedgeRuleState
- endSelf(Expression) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
-
derived class will receive child expression by this method
- endSelf(Expression) - Method in class com.sun.msv.relaxns.reader.TopLevelState
- 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(BigDateTimeValueType, BigDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- equals(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- equals(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
- equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- equals(Object) - 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(IOException, Locator) - Method in class com.sun.msv.reader.Controller
- error(String, Exception) - Method in class com.sun.msv.reader.Controller
- error(ParserConfigurationException, Locator) - Method in class com.sun.msv.reader.Controller
- error(Locator[], String, Exception) - Method in class com.sun.msv.driver.textui.DebugController
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.Controller
- error(Locator[], String, Exception) - Method in interface com.sun.msv.reader.GrammarReaderController
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.util.IgnoreController
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- error(SAXException, Locator) - Method in class com.sun.msv.reader.Controller
- error(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
- error(SAXParseException) - Method in class com.sun.msv.reader.Controller
- error(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
- error(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
- error(SAXParseException) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- error(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- error(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
- error(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
- 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() - Constructor for class com.sun.msv.grammar.Expression
-
this constructor can be used for the ununified expressions.
- Expression(int) - Constructor for class com.sun.msv.grammar.Expression
- ExpressionAcceptor - Class in com.sun.msv.verifier.regexp
-
Acceptor
implementation. - ExpressionAcceptor(REDocumentDeclaration, Expression, boolean) - Constructor for class com.sun.msv.verifier.regexp.ExpressionAcceptor
- ExpressionCloner - Class in com.sun.msv.grammar
-
clones an expression.
- ExpressionCloner(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionCloner
- ExpressionFinder - Class in com.sun.msv.grammar.util
-
Base class for "finding" something from an expression.
- ExpressionFinder() - Constructor for class com.sun.msv.grammar.util.ExpressionFinder
- ExpressionOwner - Interface in com.sun.msv.reader
-
interface that must be implemented by the parent state of ExpressionState.
- ExpressionPair(Expression, Expression) - Constructor for class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
- ExpressionPool - Class in com.sun.msv.grammar
-
Creates a new Expression by combining existing expressions.
- ExpressionPool() - Constructor for class com.sun.msv.grammar.ExpressionPool
- ExpressionPool(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionPool
-
creates new expression pool as a child pool of the given parent pool.
- ExpressionPool.ClosedHash - Class in com.sun.msv.grammar
-
expression cache by closed hash.
- ExpressionPrinter - Class in com.sun.msv.grammar.util
-
creates a string representation of the expression.
- ExpressionPrinter(int) - Constructor for class com.sun.msv.grammar.util.ExpressionPrinter
- ExpressionState - Class in com.sun.msv.reader
-
Base implementation for those states who read tags representing an expression.
- ExpressionState() - Constructor for class com.sun.msv.reader.ExpressionState
- ExpressionVisitor - Interface in com.sun.msv.grammar
-
Visitor interface for Expression and its derived types.
- ExpressionVisitorBoolean - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns boolean.
- ExpressionVisitorExpression - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns Expression object.
- ExpressionVisitorVoid - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns void.
- ExpressionWalker - Class in com.sun.msv.grammar.util
-
Visits all reachable expressions but do nothing.
- ExpressionWalker() - Constructor for class com.sun.msv.grammar.util.ExpressionWalker
- ExpressionWithChildState - Class in com.sun.msv.reader
-
State that parses Expression which contains other expressions.
- ExpressionWithChildState() - Constructor for class com.sun.msv.reader.ExpressionWithChildState
- ExpressionWithoutChildState - Class in com.sun.msv.reader
-
Base implementation for those states who cannot have any children.
- ExpressionWithoutChildState() - Constructor for class com.sun.msv.reader.ExpressionWithoutChildState
- exps - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
ElementExps will be added into this array.
- expsLen - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Number of items in the atts array.
- extension - Variable in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
-
if this state is used to parse <extension>, then true.
- EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
- EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
- ExternalAttributeExp - Class in com.sun.msv.relaxns.grammar
-
place holder for imported attributes declaration.
- ExternalAttributeExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalAttributeExp
- ExternalElementExp - Class in com.sun.msv.relaxns.grammar
-
place holder for imported element declaration.
- ExternalElementExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalElementExp
- externalEntityResolver - Variable in class com.sun.msv.driver.textui.DebugController
-
entity resolution is delegated to this object.
- externalGeneralEntityDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- externalGeneralEntityDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of an external parsed general entity declaration event.
- externalGeneralEntityDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- externalParameterEntityDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of an external parameter entity declaration event.
- externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- externalRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
F
- FACET_ENUMERATION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_FRACTIONDIGITS - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_LENGTH - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_MAXEXCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_MAXINCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_MAXLENGTH - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_MINEXCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_MININCLUSIVE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_MINLENGTH - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_PATTERN - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_TOTALDIGITS - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- FACET_WHITESPACE - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- facetName - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
name of this facet
- facetNames - Static variable in class com.sun.msv.reader.datatype.xsd.FacetState
-
set of recognizable facet names
- facets(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- facets(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- FacetState - Class in com.sun.msv.reader.datatype.xsd
-
state that reads facets.
- FacetState() - Constructor for class com.sun.msv.reader.datatype.xsd.FacetState
- FacetStateParent - Interface in com.sun.msv.reader.datatype.xsd
-
Interface implemented by the parent state of FacetState.
- factory - Variable in class com.sun.msv.verifier.jarv.FactoryImpl
- factory - Variable in class com.sun.msv.verifier.jarv.SchemaImpl
- FactoryImpl - Class in com.sun.msv.verifier.jarv
-
base implementation of RELAXFactoryImpl and TREXFactoryImpl
- FactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.FactoryImpl
- FactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.FactoryImpl
- FactoryLoaderImpl - Class in com.sun.msv.verifier.jarv
- FactoryLoaderImpl() - Constructor for class com.sun.msv.verifier.jarv.FactoryLoaderImpl
- fail(Datatype) - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
- fatalError(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
- fatalError(SAXParseException) - Method in class com.sun.msv.reader.Controller
- fatalError(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
- fatalError(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
- fatalError(SAXParseException) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- fatalError(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- fatalError(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
- fatalError(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
- feed(Expression, AttributeToken, boolean) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- feedAttribute(Acceptor, String, String, String, String) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- feedAttribute(Acceptor, String, String, String, String) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- feedAttribute(Acceptor, String, String, String, String) - Method in class com.sun.msv.verifier.Verifier
- field - Variable in class com.sun.msv.verifier.identity.FieldMatcher
- Field - Class in com.sun.msv.grammar.xmlschema
-
represents one field of an identity constraint.
- Field() - Constructor for class com.sun.msv.grammar.xmlschema.Field
- FieldMatcher - Class in com.sun.msv.verifier.identity
-
XPath matcher that tests one field of a key.
- fields - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
-
fields of this constraint.
- fields - Variable in class com.sun.msv.reader.xmlschema.IdentityConstraintState
- FieldsMatcher - Class in com.sun.msv.verifier.identity
-
Coordinator of FieldMatcher.
- FieldsMatcher(SelectorMatcher, String, String) - Constructor for class com.sun.msv.verifier.identity.FieldsMatcher
- fillInByDefault() - Method in class com.sun.msv.generator.GeneratorOption
-
fills unspecified parameters by default values.
- FinalComponent - Class in com.sun.msv.datatype.xsd
-
"final" component.
- FinalComponent(XSDatatypeImpl, int) - Constructor for class com.sun.msv.datatype.xsd.FinalComponent
- FinalComponent(String, String, XSDatatypeImpl, int) - Constructor for class com.sun.msv.datatype.xsd.FinalComponent
- finalDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "finalDefault" attribute.
- finalValue - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
The final property of this schema component, implemented as a bit field.
- finalValue - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
The substitution group exclusions property of this schema component, implemented as a bit field.
- findPredeclaredPrefix(Element, String) - Static method in class com.sun.msv.generator.ContextProviderImpl
-
finds a prefix for this URI.
- finish() - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
This method should be called when all the schemas are parsed.
- firstChild - Variable in class com.sun.msv.reader.trex.AttributeState
- FIXED - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
-
indicates the specified facet is fixed in this type and therefore not appliable.
- FloatType - Class in com.sun.msv.datatype.xsd
-
"float" type.
- floatValue() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
- ForkContentHandler - Class in com.sun.msv.reader.util
-
feeds SAX events to two ContentHandlers.
- ForkContentHandler(ContentHandler, ContentHandler) - Constructor for class com.sun.msv.reader.util.ForkContentHandler
- format(String, IDateTimeValueType) - Static method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
- format(String, Calendar) - Static method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
- formatDays(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
- formatDays(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
- formatHours(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
- formatHours(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
- formatMinutes(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
- formatMinutes(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
- formatMonth(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
- formatMonth(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
- formatSeconds(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
- formatSeconds(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
- formatYear(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
- formatYear(Object, StringBuffer) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
- FractionDigitsFacet - Class in com.sun.msv.datatype.xsd
-
'fractionDigits' facet.
- FractionDigitsFacet(String, String, XSDatatypeImpl, int, boolean) - Constructor for class com.sun.msv.datatype.xsd.FractionDigitsFacet
- FRAGMENT - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
in this mode, reference to other expression is one of the terminal symbol of stringnization.
- fragmentInstance - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
- fromGrammar(Grammar) - Static method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
creates SchemaProvider from generic Grammar (including TREX/RELAX Core)
- fromMinutes(int) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
- fromMinutes(BigInteger) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
G
- GDayType - Class in com.sun.msv.datatype.xsd
-
"gDay" type.
- 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.
- generate(Datatype, ContextProviderImpl) - Method in interface com.sun.msv.generator.DataTypeGenerator
- generate(Datatype, ContextProviderImpl) - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
- 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(int, Expression, Class) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
- get(Expression) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
- get(Expression, StartTagInfo) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
computes a combined child content pattern and (,if possible,) its continuation.
- get(Expression, StartTagInfo, boolean) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
computes a combined child content pattern and its continuation, with error recovery.
- get(XMLSchemaSchema) - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.RefResolver
- get(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
returns a WhiteSpaceProcessor object if "whiteSpace" facet is specified.
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.TagContainer
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
- get(String) - Method in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
-
obtains an DataTypeVocabulary associated to the namespace.
- getActiveScope(IdentityConstraint) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- getAdditionalNamespaceMap() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- getAll() - Method in class com.sun.msv.grammar.ReferenceContainer
-
obtains all items in this container.
- 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) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- getAttribute(String, String) - Method in class com.sun.msv.util.StartTagInfo
- getAttributesDeclByName(String) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- getAttributesDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- getAttributeWildcard() - Method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
- getAttributeWildcard() - Method in interface com.sun.msv.grammar.xmlschema.AttWildcardExp
-
Gets the attribute wildcard property of this schema component.
- getAttributeWildcard() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- getBackwardCompatibleType(String) - Method in class com.sun.msv.reader.GrammarReader
-
tries to obtain a DataType object by resolving obsolete names.
- getBaseType() - Method in class com.sun.msv.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.verifier.AbstractVerifier
- getBaseURI() - Method in class com.sun.msv.reader.State
- getBaseURI() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
- 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() - Method in class com.sun.msv.reader.GrammarReader
- getLocator() - Method in class com.sun.msv.verifier.AbstractVerifier
- getLocator() - Method in interface com.sun.msv.verifier.IVerifier
- getLocator() - Method in class com.sun.msv.verifier.VerifierFilter
- getLocator(SAXParseException) - Method in class com.sun.msv.reader.Controller
- getLSResourceResolver() - Method in class com.sun.msv.reader.Controller
-
Return the full resolver.
- getLSResourceResolver() - Method in interface com.sun.msv.reader.GrammarReaderController2
- getLSResourceResolver() - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState.AnyNameState
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState
-
this method should return the name class that is used as the base.
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState.NsNameState
- getMatchedElements() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
obtains matched elements.
- getMessage(Locale, String) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
-
Get a message localized to the specified locale, using the message ID and package name if no message is available.
- getMessage(Locale, String, Object[]) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
-
Format a message localized to the specified locale, using the message ID with its package name if none is available.
- 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() - Method in class com.sun.msv.relaxns.grammar.ExternalElementExp
- getNameClass() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- getNameClass(String, boolean) - Method in class com.sun.msv.reader.dtd.DTDReader
- getNameClass(String, XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.AnyState
-
processes 'namepsace' attribute and gets corresponding NameClass object.
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyAttributeState
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyElementState
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyState
- getNamespace() - Method in class com.sun.msv.reader.trex.AttributeState
- getNamespace() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
-
gets namespace URI to which this declaration belongs
- 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
-
gets the target namespace property of this component as specified in the spec.
- getTargetNamespace() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
gets the target namespace property of this component as specified in the spec.
- getTargetNamespace() - Method in class com.sun.msv.reader.trex.TREXBaseReader
- getTargetNamespace() - Method in interface com.sun.msv.writer.relaxng.Context
- getTargetNamespace() - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- getTargetNamespaceUri() - Method in 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(XSDatatypeExp.RenderingContext) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Gets the type definition.
- getType(String) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
-
resolves a type name to Datatype object.
- getType(String) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
- getTypeByName(String) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
obtain a built-in DataType object by its name.
- getTypeDefinition() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
gets the type definition property of this schema component.
- getVariety() - Method in class com.sun.msv.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 - Variable in class com.sun.msv.reader.dtd.DTDReader
- grammar - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
grammar object currently being loaded.
- grammar - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
grammar object which is being under construction.
- grammar - Variable in class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
-
underlying TREX pattern which this IslandSchema is representing
- grammar - Variable in class com.sun.msv.relaxns.reader.RELAXNSReader
-
RELAX grammar that is currentlt being loaded
- grammar - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
the grammar object against which we are validating.
- grammar - Variable in class com.sun.msv.verifier.jarv.SchemaImpl
- grammar - Variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
the grammar which this VGM is using.
- grammar - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
Grammar object which we are writing.
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- Grammar - Interface in com.sun.msv.grammar
-
base interface of the "grammar".
- GrammarLoader - Class in com.sun.msv.reader.util
-
loads any supported grammar (except XML DTD) by automatically detecting the schema language.
- GrammarLoader() - Constructor for class com.sun.msv.reader.util.GrammarLoader
- GrammarReader - Class in com.sun.msv.reader
-
base implementation of grammar readers that read grammar from SAX2 stream.
- GrammarReader(GrammarReaderController, SAXParserFactory, ExpressionPool, State) - Constructor for class com.sun.msv.reader.GrammarReader
-
constructor that should be called from parse method.
- GrammarReader.BackPatch - Interface in com.sun.msv.reader
- GrammarReader.BackwardReferenceMap - Class in com.sun.msv.reader
-
memorizes what declarations are referenced from where.
- GrammarReader.ChainPrefixResolver - Class in com.sun.msv.reader
- GrammarReader.PrefixResolver - Interface in com.sun.msv.reader
-
namespace prefix to URI conversion map.
- GrammarReaderController - Interface in com.sun.msv.reader
-
Event notification interface for controlling grammar parsing process.
- GrammarReaderController2 - Interface in com.sun.msv.reader
- GrammarState - Class in com.sun.msv.reader.trex
-
parses <grammar> element.
- GrammarState - Class in com.sun.msv.reader.trex.ng
-
parses <grammar> element.
- GrammarState - Class in com.sun.msv.relaxns.reader
-
parses <grammar> element.
- GrammarState() - Constructor for class com.sun.msv.reader.trex.GrammarState
- GrammarState() - Constructor for class com.sun.msv.reader.trex.ng.GrammarState
- GrammarState() - Constructor for class com.sun.msv.relaxns.reader.GrammarState
- GrammarWriter - Interface in com.sun.msv.writer
-
Converter from AGM to the XML representation.
- 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.
H
- hadError - Variable in class com.sun.msv.driver.textui.ReportErrorHandler
- hadError - Variable in class com.sun.msv.verifier.Verifier
-
This flag will be set to true if an error is found
- hadError() - Method in class com.sun.msv.reader.Controller
-
Returns true if an error had been reported.
- handler - Variable in class com.sun.msv.generator.DOM2toSAX2
- handler - Variable in class com.sun.msv.verifier.psvi.TypeDetector
- handler - Variable in class com.sun.msv.writer.XMLWriter
- hasFragmentId(String) - Static method in class com.sun.msv.util.Uri
- hashCode() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
- hashCode() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
hash code has to be consistent with equals method.
- hashCode() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
- hashCode() - Method in class com.sun.msv.datatype.xsd.ListValueType
- hashCode() - Method in class com.sun.msv.datatype.xsd.QnameValueType
- hashCode() - Method in class com.sun.msv.grammar.Expression
- hashCode() - Method in class com.sun.msv.util.StringPair
- hashCode(Object, int) - Static method in class com.sun.msv.grammar.Expression
- hashCode(Object, Object, int) - Static method in class com.sun.msv.grammar.Expression
- haveHead - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
This field is set to true once the head declaration is found.
- hedgeRef(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- HedgeRefState - Class in com.sun.msv.reader.relax
-
parses <hedgeRef label="..." /> element.
- HedgeRefState() - Constructor for class com.sun.msv.reader.relax.HedgeRefState
- hedgeRule(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- HedgeRuleBaseState - Class in com.sun.msv.reader.relax
-
Base implementation for HedgeRuleState and TopLevelState.
- HedgeRuleBaseState() - Constructor for class com.sun.msv.reader.relax.HedgeRuleBaseState
- hedgeRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from label name to HedgeRules object
- HedgeRules - Class in com.sun.msv.grammar.relax
-
hedgeRule of RELAX module.
- HedgeRules(String, RELAXModule) - Constructor for class com.sun.msv.grammar.relax.HedgeRules
- HedgeRulesContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
- HedgeRuleState - Class in com.sun.msv.reader.relax.core
-
parses <hedgeRule> element this class is used as the base class of TopLevelState
- HedgeRuleState() - Constructor for class com.sun.msv.reader.relax.core.HedgeRuleState
- HexBinaryType - Class in com.sun.msv.datatype.xsd
-
"hexBinary" type.
- hour - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
I
- 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
-
Deprecated.use
IDContextProvider2
. - IDContextProvider2 - Interface in com.sun.msv.grammar
-
ValidationContextProvider that supports limited ID/IDREF implementation.
- IDContextProviderWrapper - Class in com.sun.msv.grammar.util
-
Wraps
IDContextProvider
so that it can be used whereIDContextProvider2
is expected. - idcs - Variable in class com.sun.msv.reader.xmlschema.ElementDeclState
-
identity constraints found in this element.
- IdentityConstraint - Class in com.sun.msv.grammar.xmlschema
-
represents an identity constraint.
- IdentityConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.IdentityConstraint
- IdentityConstraintContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
- identityConstraints - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
-
identity constraints associated to this declaration.
- identityConstraints - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from identity constraint name to IdentityConstraint object.
- IdentityConstraintState - Class in com.sun.msv.reader.xmlschema
-
used to parse <unique>,<key>, and <keyref> element.
- IdentityConstraintState() - Constructor for class com.sun.msv.reader.xmlschema.IdentityConstraintState
- idrefs - Variable in class com.sun.msv.verifier.AbstractVerifier
-
this map remembers every IDREF token encountered in this document
- 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(char[], int, int) - Method in class com.sun.msv.util.xml.DocumentFilter
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.util.xml.DOMBuilder
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.Verifier
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.VerifierFilter
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 ignorable whitespace event.
- ignorableWhitespace(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
whitespace in markup (flagged to app, discardable)
- IgnoreController - Class in com.sun.msv.reader.util
-
Default implementation of GrammarReaderController.
- IgnoreController() - Constructor for class com.sun.msv.reader.util.IgnoreController
- IgnoreErrorHandler - Class in com.sun.msv.verifier.util
-
do-nothing implementation of ErrorHandler.
- IgnoreErrorHandler() - Constructor for class com.sun.msv.verifier.util.IgnoreErrorHandler
- IgnoreState - Class in com.sun.msv.reader
-
state that ignores the entire subtree.
- IgnoreState() - Constructor for class com.sun.msv.reader.IgnoreState
- ignoreUndeclaredAttributes - Variable in class com.sun.msv.grammar.ElementExp
-
a flag that indicates undeclared attributes should be ignored.
- ignoreUndeclaredAttributes - Variable in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
If true, this acceptor will ignore all undeclared attributes.
- impl - Variable in class com.sun.msv.grammar.ReferenceContainer
- import_(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- ImportState - Class in com.sun.msv.reader.xmlschema
-
used to parse <import> element.
- ImportState() - Constructor for class com.sun.msv.reader.xmlschema.ImportState
- include(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- include(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- included - Variable in class com.sun.msv.reader.trex.IncludePatternState
- includedGrammar() - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- IncludeGrammarState - Class in com.sun.msv.relaxns.reader
-
parses <include> element of RELAX Namespace.
- IncludeGrammarState() - Constructor for class com.sun.msv.relaxns.reader.IncludeGrammarState
- IncludeMergeState - Class in com.sun.msv.reader.trex
-
<include> element as an immediate child of <grammar> element.
- IncludeMergeState - Class in com.sun.msv.reader.trex.ng
-
parses <include> element as a child of <grammar> element.
- IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.IncludeMergeState
- IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.ng.IncludeMergeState
- IncludeModuleState - Class in com.sun.msv.reader.relax.core
-
parses <include> element of RELAX Core.
- IncludeModuleState() - Constructor for class com.sun.msv.reader.relax.core.IncludeModuleState
- includeNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
- includePattern(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- IncludePatternState - Class in com.sun.msv.reader.trex
-
<include> element in the pattern.
- IncludePatternState() - Constructor for class com.sun.msv.reader.trex.IncludePatternState
- includes(NameClass) - Method in class com.sun.msv.grammar.NameClass
-
Returns true if this name class is a superset of another name class.
- IncludeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <include> element.
- IncludeState() - Constructor for class com.sun.msv.reader.xmlschema.IncludeState
- IncompleteContentModel(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
- IncompleteContentModel(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
- incubator - Variable in class com.sun.msv.reader.datatype.xsd.RestrictionState
- incubator - Variable in class com.sun.msv.reader.relax.core.AttributeState
- incubator - Variable in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- incubator - Variable in class com.sun.msv.reader.relax.core.InlineElementState
-
this field is set to null if this element has label attribute.
- incubator - Variable in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
-
used to restrict simpleType
- indirectRefs - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
ReferenceExps which are referenced from this pattern indirectly (with ElementExp in between.)
- init() - Method in class com.sun.msv.verifier.AbstractVerifier
- init() - Method in class com.sun.msv.verifier.Verifier
- init(char[], String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
- init(GrammarReader, State, StartTagInfo) - Method in class com.sun.msv.reader.State
- init(InputSource, String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
- initialExpression() - Method in class com.sun.msv.reader.ChoiceState
- initialExpression() - Method in class com.sun.msv.reader.ExpressionWithChildState
-
sets initial pattern
- initialExpression() - Method in class com.sun.msv.reader.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
-
RegExpFactory
by the internal copy of Xerces. - 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() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
checks if the result of 'get' method is not the union of all elements of concern.
- isComplex(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
-
determines whether brackets should be used to represent the pattern
- 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, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- isDerivedTypeOf(XSDatatype, XSDatatype, boolean) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
an implementation of "Type Derivation OK (Simple)" of the spec.
- isDerivedTypeOf(ComplexTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
Checks if this type is a derived type of the specified type.
- isDerivedTypeOf(XMLSchemaTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- isDocument() - Method in class com.sun.msv.scanner.dtd.InputEntity
- 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
-
gets the scope property of this component as specified in the spec.
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.AttributeState
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
Returns true if this element declaration is a global element declaration.
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.GrammarReader
-
checks if given element is that of the grammar elements.
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.SimpleState
-
checks if this element belongs to the grammar.
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.TopLevelState
- isIDcompatible - Variable in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
the compatibility property of the ID/IDREF feature.
- isIgnoringComments() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- isIgnoringElementContentWhitespace() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
- isIgnoringMIME() - Method in class com.sun.msv.scanner.dtd.Resolver
-
Returns true if this resolver is ignoring MIME types in the documents it returns, to work around bugs in how servers have reported the documents' MIME types.
- isInternal() - Method in class com.sun.msv.scanner.dtd.InputEntity
- IslandSchemaImpl - Class in com.sun.msv.relaxns.verifier
-
base implementation of IslandSchema for MSV.
- IslandSchemaImpl() - Constructor for class com.sun.msv.relaxns.verifier.IslandSchemaImpl
- IslandSchemaImpl.Binder - Class in com.sun.msv.relaxns.verifier
-
replaces all ExternalElementExp and ExternalAttributeExp by actual definitions.
- isLateBind() - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
- isLetter(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
Returns true if the character is an XML "letter".
- 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
-
gets the nillable property of this component as specified in the spec.
- 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() - Method in interface com.sun.msv.verifier.IVerifier
-
checks if the document was valid.
- isValid() - Method in class com.sun.msv.verifier.Verifier
- isValid() - Method in class com.sun.msv.verifier.VerifierFilter
- isValid(String) - Static method in class com.sun.msv.util.Uri
- isValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- 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.
K
- key - Variable in class com.sun.msv.grammar.xmlschema.KeyRefConstraint
-
corresponding key constraint.
- key(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- KeyConstraint - Class in com.sun.msv.grammar.xmlschema
-
key constraint.
- KeyConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.KeyConstraint
- keyref(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- KeyRefConstraint - Class in com.sun.msv.grammar.xmlschema
-
keyref constraint.
- KeyRefConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.KeyRefConstraint
L
- label - Variable in class com.sun.msv.grammar.trex.typed.TypedElementPattern
-
label of this element.
- LABEL_NAMESPACE - Static variable in class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
- LanguageType - Class in com.sun.msv.datatype.xsd
-
"language" type.
- LAX - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
- LaxDefaultNameClass - Class in com.sun.msv.grammar.xmlschema
-
Special name class implementation used for the wild card of the "lax" mode.
- LaxDefaultNameClass(NameClass) - Constructor for class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
- length - Variable in class com.sun.msv.datatype.xsd.LengthFacet
- LengthFacet - Class in com.sun.msv.datatype.xsd
-
"length", "minLength", and "maxLength" facet validator.
- LengthFacet(String, String, XSDatatypeImpl, int, boolean) - Constructor for class com.sun.msv.datatype.xsd.LengthFacet
- LengthFacet(String, String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.LengthFacet
- LESS - Static variable in interface com.sun.msv.datatype.xsd.Comparator
- lhs - Variable in class com.sun.msv.reader.util.ForkContentHandler
- LightStack - Class in com.sun.msv.util
-
light-weight stack implementation.
- LightStack() - Constructor for class com.sun.msv.util.LightStack
- limitValue - Variable in class com.sun.msv.datatype.xsd.RangeFacet
- list(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- ListExp - Class in com.sun.msv.grammar
-
<list> of RELAX NG.
- ListState - Class in com.sun.msv.reader.datatype.xsd
-
state that parses <list> element of XSD.
- ListState - Class in com.sun.msv.reader.trex.ng
-
state that parses <list> pattern of RELAX NG.
- ListState() - Constructor for class com.sun.msv.reader.trex.ng.ListState
- ListState(String, String) - Constructor for class com.sun.msv.reader.datatype.xsd.ListState
- ListType - Class in com.sun.msv.datatype.xsd
-
List type.
- ListType(String, String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.ListType
-
derives a new datatype from atomic datatype by list
- ListValueType - Class in com.sun.msv.datatype.xsd
-
value object of ListType.
- ListValueType(Object[]) - Constructor for class com.sun.msv.datatype.xsd.ListValueType
- literal - Variable in class com.sun.msv.verifier.ErrorInfo.BadText
-
The actual text that caused the error.
- literal - Variable in class com.sun.msv.verifier.regexp.StringToken
- load(String) - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
- load(String) - Static method in class com.sun.msv.datatype.xsd.BooleanType
- load(String) - Static method in class com.sun.msv.datatype.xsd.ByteType
- load(String) - Static method in class com.sun.msv.datatype.xsd.DoubleType
- load(String) - Static method in class com.sun.msv.datatype.xsd.FloatType
- load(String) - Static method in class com.sun.msv.datatype.xsd.HexBinaryType
- load(String) - Static method in class com.sun.msv.datatype.xsd.IntegerType
- load(String) - Static method in class com.sun.msv.datatype.xsd.IntType
- load(String) - Static method in class com.sun.msv.datatype.xsd.LongType
- load(String) - Static method in class com.sun.msv.datatype.xsd.NumberType
- load(String) - Static method in class com.sun.msv.datatype.xsd.ShortType
- loadSchema(String) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a Grammar object.
- loadSchema(String, GrammarReaderController) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
returns a thread-safe AGM object, depending on the language used.
- loadSchema(String, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a Grammar object.
- loadSchema(InputSource) - Static method in class com.sun.msv.reader.util.GrammarLoader
- loadSchema(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
returns a thread-safe AGM object, depending on the language used.
- loadSchema(InputSource, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
- loadVGM(String) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a VGM.
- loadVGM(String, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
-
parses the specified schema and returns the result as a VGM.
- loadVGM(InputSource) - Static method in class com.sun.msv.reader.util.GrammarLoader
- loadVGM(InputSource, GrammarReaderController, SAXParserFactory) - Static method in class com.sun.msv.reader.util.GrammarLoader
- localize(String) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- localize(String) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- localize(String) - Static method in class com.sun.msv.writer.relaxng.Driver
- localize(String, Object) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- localize(String, Object) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String, Object) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String, Object) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- localize(String, Object) - Static method in class com.sun.msv.writer.relaxng.Driver
- localize(String, Object[]) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- localize(String, Object[]) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String, Object[]) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String, Object[]) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
-
localizes messages.
- localize(String, Object[]) - Static method in class com.sun.msv.writer.relaxng.Driver
- localize(String, Object, Object) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- localize(String, Object, Object) - Static method in class com.sun.msv.driver.textui.Driver
- localize(String, Object, Object) - Static method in class com.sun.msv.relaxns.grammar.relax.Localizer
- localize(String, Object, Object) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- localize(String, Object, Object) - Static method in class com.sun.msv.writer.relaxng.Driver
- localize(String, Object, Object, Object) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- localizeMessage(String, Object) - Static method in class com.sun.msv.verifier.identity.IDConstraintChecker
- localizeMessage(String, Object) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.GrammarReader
-
formats localized message with arguments
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.relax.RELAXReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.trex.TREXBaseReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- localizeMessage(String, Object[]) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- localizeMessage(String, Object[]) - Static method in class com.sun.msv.verifier.identity.IDConstraintChecker
- localizeMessage(String, Object[]) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- localizeMessage(String, Object[]) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- localizeMessage(String, Object[]) - Static method in class com.sun.msv.verifier.Verifier
- localizeMessage(String, Object, Object) - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- Localizer - Class in com.sun.msv.relaxns.grammar.relax
-
localizes messages
- Localizer() - Constructor for class com.sun.msv.relaxns.grammar.relax.Localizer
- localName - Variable in class com.sun.msv.grammar.dtd.LocalNameClass
- localName - Variable in class com.sun.msv.grammar.SimpleNameClass
- localName - Variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
-
local name of the identity constraint.
- localName - Variable in class com.sun.msv.util.StartTagInfo
- localName - Variable in class com.sun.msv.util.StringPair
- localName - Variable in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
- localName - Variable in class com.sun.msv.verifier.regexp.AttributeToken
- LOCALNAME_WILDCARD - Static variable in class com.sun.msv.grammar.NameClass
- LocalNameClass - Class in com.sun.msv.grammar.dtd
-
a NameClass that accepts any tag name as long as its local part is specified name.
- LocalNameClass(String) - Constructor for class com.sun.msv.grammar.dtd.LocalNameClass
- localPart - Variable in class com.sun.msv.datatype.xsd.QnameValueType
- location - Variable in class com.sun.msv.reader.State
-
Location of the start tag.
- locator - Variable in class com.sun.msv.reader.dtd.DTDReader
- locator - Variable in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
- locator - Variable in class com.sun.msv.verifier.AbstractVerifier
-
Document Locator that is given by XML reader.
- LongType - Class in com.sun.msv.datatype.xsd
-
"long" type.
- LongType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.LongType
- longValue() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
M
- MAGIC - Static variable in class com.sun.msv.grammar.util.PossibleNamesCollector
- main(String[]) - Static method in class com.sun.msv.driver.textui.Driver
- main(String[]) - Static method in class com.sun.msv.generator.Driver
- main(String[]) - Static method in class com.sun.msv.writer.relaxng.Driver
- makeExpression() - Method in class com.sun.msv.reader.ExpressionState
-
This method is called from endElement method.
- makeExpression() - Method in class com.sun.msv.reader.ExpressionWithChildState
- makeExpression() - Method in class com.sun.msv.reader.relax.core.AttPoolRefState
- makeExpression() - Method in class com.sun.msv.reader.relax.core.AttributeState
- makeExpression() - Method in class com.sun.msv.reader.relax.core.InlineElementState
- makeExpression() - Method in class com.sun.msv.reader.TerminalState
- makeExpression() - Method in class com.sun.msv.reader.trex.classic.DataState
- makeExpression() - Method in class com.sun.msv.reader.trex.classic.StringState
- makeExpression() - Method in class com.sun.msv.reader.trex.DivInGrammarState
- makeExpression() - Method in class com.sun.msv.reader.trex.GrammarState
- makeExpression() - Method in class com.sun.msv.reader.trex.IncludePatternState
- makeExpression() - Method in class com.sun.msv.reader.trex.ng.DataState
- makeExpression() - Method in class com.sun.msv.reader.trex.ng.ValueState
- makeExpression() - Method in class com.sun.msv.reader.trex.RefState
- makeExpression() - Method in class com.sun.msv.reader.xmlschema.AnyState
- makeExpression() - Method in class com.sun.msv.reader.xmlschema.ElementRefState
- makeExpression() - Method in class com.sun.msv.relaxns.reader.relax.AnyOtherElementState
- makeList(String, String, XSDatatypeExp, GrammarReader) - Static method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Derives a new type by list.
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassAnyNameState
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassNameState
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassNsNameState
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassState
-
This method is called from endElement method.
- makeNameClass() - Method in class com.sun.msv.reader.trex.NameClassWithChildState
- makeType() - Method in class com.sun.msv.reader.datatype.xsd.UnionState
- makeUnion(String, String, Collection, GrammarReader) - Static method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Derives a new type by union.
- markSchemaAsDefined(XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- match(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeToken
- match(AttributeExp) - Method in class com.sun.msv.verifier.regexp.Token
- match(DataExp) - Method in class com.sun.msv.verifier.regexp.StringToken
-
DataExp can consume this token if its datatype can accept this string
- match(DataExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given DataExp can consume this token
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.AnyElementToken
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.ElementToken
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given ElementExp can consume this token
- match(ListExp) - Method in class com.sun.msv.verifier.regexp.StringToken
-
ListExp can consume this token if its pattern accepts this string
- match(ListExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given ListExp can consume this token
- match(ValueExp) - Method in class com.sun.msv.verifier.regexp.StringToken
- match(ValueExp) - Method in class com.sun.msv.verifier.regexp.Token
- matchAnyString() - Method in class com.sun.msv.verifier.regexp.StringToken
- matchAnyString() - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if anyString pattern can consume this token
- matchedExp - Variable in class com.sun.msv.verifier.regexp.AttributeToken
-
holds a reference to the assigned type.
- Matcher - Class in com.sun.msv.verifier.identity
-
Base abstract implementation of XPath matcher.
- matchers - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
active mathcers.
- matches(String) - Method in interface com.sun.msv.datatype.xsd.regex.RegExp
- MaxExclusiveFacet - Class in com.sun.msv.datatype.xsd
-
'maxExclusive' facet
- MaxExclusiveFacet(String, String, XSDatatypeImpl, Object, boolean) - Constructor for class com.sun.msv.datatype.xsd.MaxExclusiveFacet
- MaxInclusiveFacet - Class in com.sun.msv.datatype.xsd
-
'maxInclusive' facet
- MaxInclusiveFacet(String, String, XSDatatypeImpl, Object, boolean) - Constructor for class com.sun.msv.datatype.xsd.MaxInclusiveFacet
- maxLength - Variable in class com.sun.msv.datatype.xsd.MaxLengthFacet
- MaxLengthFacet - Class in com.sun.msv.datatype.xsd
-
'maxLength' facet
- MaxLengthFacet(String, String, XSDatatypeImpl, int, boolean) - Constructor for class com.sun.msv.datatype.xsd.MaxLengthFacet
- MaxLengthFacet(String, String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.MaxLengthFacet
- maxOccurs - Variable in class com.sun.msv.grammar.xmlschema.OccurrenceExp
-
Maximum occurence.
- maybeWhitespace() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
optional grammatical whitespace (discarded)
- memberTypes - Variable in class com.sun.msv.datatype.xsd.UnionType
-
member types
- memorizeLink(Object) - Method in class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
-
memorize a reference to an object.
- MessageCatalog - Class in com.sun.msv.scanner.dtd
-
This class provides support for multi-language string lookup, as needed to localize messages from applications supporting multiple languages at the same time.
- MessageCatalog(Class) - Constructor for class com.sun.msv.scanner.dtd.MessageCatalog
-
Create a message catalog for use by classes in the same package as the specified class.
- MinExclusiveFacet - Class in com.sun.msv.datatype.xsd
-
'minExclusive' facet
- MinExclusiveFacet(String, String, XSDatatypeImpl, Object, boolean) - Constructor for class com.sun.msv.datatype.xsd.MinExclusiveFacet
- MinInclusiveFacet - Class in com.sun.msv.datatype.xsd
-
'minInclusive' facet
- MinInclusiveFacet(String, String, XSDatatypeImpl, Object, boolean) - Constructor for class com.sun.msv.datatype.xsd.MinInclusiveFacet
- minLength - Variable in class com.sun.msv.datatype.xsd.MinLengthFacet
- MinLengthFacet - Class in com.sun.msv.datatype.xsd
-
'minLength' facet
- MinLengthFacet(String, String, XSDatatypeImpl, int, boolean) - Constructor for class com.sun.msv.datatype.xsd.MinLengthFacet
- MinLengthFacet(String, String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.MinLengthFacet
- minOccurs - Variable in class com.sun.msv.grammar.xmlschema.OccurrenceExp
-
Minimum occurence.
- minute - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
- minutes - Variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
-
Deprecated.here just for the serialization backward compatibility.
- MISSING - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
-
The
TimeZone
representation that corresponds to the missing time zone. - MissingAttribute(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.MissingAttribute
- MissingAttribute(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.MissingAttribute
- mixed(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- mixed(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- mixedElement(String) - Method in class com.sun.msv.reader.dtd.DTDReader
- mixedElement(String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
receives notification of child element of mixed content model.
- mixedElement(String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- MixedExp - Class in com.sun.msv.grammar
-
<mixed> of RELAX.
- MixedState - Class in com.sun.msv.reader.relax.core
-
parses <mixed> element.
- MixedState - Class in com.sun.msv.reader.trex
-
parses <mixed> pattern.
- MixedState() - Constructor for class com.sun.msv.reader.relax.core.MixedState
- MixedState() - Constructor for class com.sun.msv.reader.trex.MixedState
- mode - Variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
this flag controls how expression will be stringnized
- module - Variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
RELAX module object being under construction.
- module - Variable in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
-
underlying RELAX module which this IslandSchema is representing
- moduleMap - Variable in class com.sun.msv.relaxns.grammar.RELAXGrammar
-
map from namespace URI to IslandSchema.
- ModuleMergeState - Class in com.sun.msv.reader.relax.core
-
Used to parse module.
- ModuleMergeState(String) - Constructor for class com.sun.msv.reader.relax.core.ModuleMergeState
- ModuleState - Class in com.sun.msv.reader.relax.core
-
parses <module> element.
- ModuleState(String) - Constructor for class com.sun.msv.reader.relax.core.ModuleState
- month - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
- MSG_BAILOUT - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_DTDVALIDATION - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_ERROR - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_FAILED_TO_IGNORE_EXTERNAL_DTD - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_FATAL - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_INVALID - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_PARSER - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_PARSING_TIME - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_START_PARSING_GRAMMAR - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_TOO_MANY_ERRORS - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_UNRECOGNIZED_OPTION - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_USAGE - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_VALID - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_VALIDATING - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_VALIDATION_TIME - Static variable in class com.sun.msv.driver.textui.Driver
- MSG_WARNING - Static variable in class com.sun.msv.driver.textui.ReportErrorHandler
- MSG_WARNING_FOUND - Static variable in class com.sun.msv.driver.textui.Driver
- MultiSchemaReader - Class in com.sun.msv.reader.xmlschema
-
An utility class that reads multiple XML Schema documents and combines them into one schema object.
- MultiSchemaReader(XMLSchemaReader) - Constructor for class com.sun.msv.reader.xmlschema.MultiSchemaReader
N
- name - Variable in class com.sun.msv.grammar.DataExp
-
name of this datatype.
- name - Variable in class com.sun.msv.grammar.ReferenceExp
-
name of the referenced expression.
- name - Variable in class com.sun.msv.grammar.ValueExp
-
name of this datatype.
- name - Variable in class com.sun.msv.relaxns.grammar.DeclImpl
-
name of this rule
- nameClass - Variable in class com.sun.msv.grammar.AttributeExp
-
constraint over attribute name
- nameClass - Variable in class com.sun.msv.grammar.relax.TagClause
-
tag name constraint.
- nameClass - Variable in class com.sun.msv.grammar.trex.ElementPattern
- nameClass - Variable in class com.sun.msv.reader.trex.NameClassAndExpressionState
- nameClass - Variable in class com.sun.msv.reader.trex.NameClassWithChildState
-
name class object that is being created.
- nameClass - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
this name class matches all the namespaces that are accepted by this anyOtherElement.
- NameClass - Class in com.sun.msv.grammar
-
validator of (namespaceURI,localPart) pair.
- NameClass() - Constructor for class com.sun.msv.grammar.NameClass
- NameClassAndExpression - Interface in com.sun.msv.grammar
-
common interface of AttributeExp and ElementExp.
- NameClassAndExpressionState - Class in com.sun.msv.reader.trex
-
Base implementation for ElementState and AttributeState This class collects one name class and patterns
- NameClassAndExpressionState() - Constructor for class com.sun.msv.reader.trex.NameClassAndExpressionState
- NameClassAnyNameState - Class in com.sun.msv.reader.trex
-
parses <anyName> name class.
- NameClassAnyNameState() - Constructor for class com.sun.msv.reader.trex.NameClassAnyNameState
- NameClassChoiceState - Class in com.sun.msv.reader.trex
-
parses <choice> name class.
- NameClassChoiceState() - Constructor for class com.sun.msv.reader.trex.NameClassChoiceState
- NameClassCollisionChecker - Class in com.sun.msv.grammar.util
-
Computes if two name classes collide or not.
- NameClassCollisionChecker() - Constructor for class com.sun.msv.grammar.util.NameClassCollisionChecker
- NameClassComparator - Class in com.sun.msv.grammar.util
-
Abstract implementation of a function
- NameClassComparator() - Constructor for class com.sun.msv.grammar.util.NameClassComparator
- NameClassDifferenceState - Class in com.sun.msv.reader.trex
-
parses <difference> name class.
- NameClassDifferenceState() - Constructor for class com.sun.msv.reader.trex.NameClassDifferenceState
- NameClassNameState - Class in com.sun.msv.reader.trex
-
parses <name> name class.
- NameClassNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNameState
- NameClassNotState - Class in com.sun.msv.reader.trex
-
parses <not> name class.
- NameClassNotState() - Constructor for class com.sun.msv.reader.trex.NameClassNotState
- NameClassNsNameState - Class in com.sun.msv.reader.trex
-
parses <nsName> name class.
- NameClassNsNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNsNameState
- NameClassSimplifier - Class in com.sun.msv.grammar.util
-
Minimizes a name class.
- NameClassSimplifier() - Constructor for class com.sun.msv.grammar.util.NameClassSimplifier
- NameClassState - Class in com.sun.msv.reader.trex
-
Base implementation for NameClass primitives
- NameClassState() - Constructor for class com.sun.msv.reader.trex.NameClassState
- NameClassVisitor - Interface in com.sun.msv.grammar
-
Visitor interface for NameClass.
- NameClassWithChildState - Class in com.sun.msv.reader.trex
-
parses name class that has child name classes
- NameClassWithChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithChildState
- NameClassWithoutChildState - Class in com.sun.msv.reader.trex
-
Base implementation for those states who cannot have any child name class.
- NameClassWithoutChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithoutChildState
- nameClassWriter - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
- NameClassWriter - Class in com.sun.msv.writer.relaxng
-
Visits NameClass and writes its XML representation.
- NameClassWriter(Context) - Constructor for class com.sun.msv.writer.relaxng.NameClassWriter
- namedPatterns - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
named patterns which are defined by using <define> element.
- 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 - Variable in class com.sun.msv.util.xml.DocumentFilter
- next() - Method in interface com.sun.msv.generator.Rand
- next() - Method in class com.sun.msv.generator.Rand.UniformRand
- 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(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- NONE - Static variable in class com.sun.msv.grammar.NameClass
-
Name class that accepts nothing.
- NoneType - Class in com.sun.msv.grammar.relax
-
'none' datatype of RELAX.
- 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.
O
- OCCURENCE_ONCE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OCCURENCE_ONE_OR_MORE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OCCURENCE_ZERO_OR_MORE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OCCURENCE_ZERO_OR_ONE - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- OccurrenceExp - Class in com.sun.msv.grammar.xmlschema
-
Used to mark a occurrence constraint which cannot be easily represented by primitive expressions.
- OccurrenceExp(Expression, int, int, Expression) - Constructor for class com.sun.msv.grammar.xmlschema.OccurrenceExp
- oldDecl - Variable in class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
keeps a reference to previous declaration.
- onAnyName(AnyNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onAnyName(AnyNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onAnyName(AnyNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onAnyName(AnyNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onAnyString() - Method in class com.sun.msv.generator.Generator
- onAnyString() - Method in class com.sun.msv.grammar.ExpressionCloner
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onAnyString() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onAnyString() - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onAnyString() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onAnyString() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onAnyString() - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onAnyString() - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onAnyString() - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onAnyString() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onAnyString() - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onAnyString() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onAnyString() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onAnyString() - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onAttPool(AttPoolClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onAttPool(AttPoolClause) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.generator.ElementDeclCollector
- onAttribute(AttributeExp) - Method in class com.sun.msv.generator.Generator
- onAttribute(AttributeExp) - Method in class com.sun.msv.generator.NoneTypeRemover
- onAttribute(AttributeExp) - Method in class com.sun.msv.generator.SchemaLocationRemover
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onAttribute(AttributeExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onAttribute(AttributeExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onAttribute(AttributeExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onAttribute(AttributeExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onAttribute(AttributeExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onAttribute(AttributeToken, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- onAttribute(AttributeToken, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onAttribute(AttributeToken, StringRef) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- onAttribute(String, String, String, String, IDContextProvider, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
Deprecated.
- onAttribute(String, String, String, String, IDContextProvider, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
Deprecated.
- onAttribute(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.Matcher
- onAttribute(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.PathMatcher
- onAttribute2(String, String, String, String, IDContextProvider2, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
processes an attribute.
- onAttribute2(String, String, String, String, IDContextProvider2, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onAttributeMatched(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
this method is called when the attribute matches the XPath.
- onAttributeMatched(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
this method is called when the attribute matches the XPath.
- onAttributeMatched(String, String, String, Datatype) - Method in class com.sun.msv.verifier.identity.SelectorMatcher
- onBinExp(BinaryExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onChoice(ChoiceExp) - Method in class com.sun.msv.generator.Generator
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onChoice(ChoiceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onChoice(ChoiceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onChoice(ChoiceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onChoice(ChoiceExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onChoice(ChoiceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onChoice(ChoiceNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onChoice(ChoiceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onChoice(ChoiceNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onConcur(ConcurExp) - Method in class com.sun.msv.generator.ElementDeclCollector
- onConcur(ConcurExp) - Method in class com.sun.msv.generator.Generator
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onConcur(ConcurExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onConcur(ConcurExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onConcur(ConcurExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onConcur(ConcurExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onData(DataExp) - Method in class com.sun.msv.generator.Generator
- onData(DataExp) - Method in class com.sun.msv.generator.NoneTypeRemover
- onData(DataExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onData(DataExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onData(DataExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onData(DataExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onData(DataExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onData(DataExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onData(DataExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onData(DataExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onData(DataExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onData(DataExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onData(DataExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onData(DataExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onDifference(DifferenceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onDifference(DifferenceNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onDifference(DifferenceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onDifference(DifferenceNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onDuplicateId(String) - Method in class com.sun.msv.verifier.AbstractVerifier
-
this method is called when a duplicate id value is found.
- onDuplicateId(String) - Method in class com.sun.msv.verifier.Verifier
- onElement(ElementExp) - Method in class com.sun.msv.generator.ElementDeclCollector
- onElement(ElementExp) - Method in class com.sun.msv.generator.Generator
- onElement(ElementExp) - Method in class com.sun.msv.generator.NoneTypeRemover
- onElement(ElementExp) - Method in class com.sun.msv.generator.SchemaLocationRemover
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onElement(ElementExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onElement(ElementExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onElement(ElementExp) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
- onElement(ElementExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onElement(ElementExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onElement(ElementExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onElement(Element) - Method in class com.sun.msv.generator.DOM2toSAX2
- onElementMatched(String, String) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
this method is called when the element matches the XPath.
- onElementMatched(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
this method is called when the element matches the XPath.
- onElementMatched(String, String) - Method in class com.sun.msv.verifier.identity.SelectorMatcher
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onElementRules(ElementRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onElementRules(ElementRules) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onEndAttributes(StartTagInfo, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
-
notifies the end of attributes.
- onEndAttributes(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- onEndAttributes(StartTagInfo, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onEndChild(Expression) - Method in interface com.sun.msv.reader.ExpressionOwner
- onEndChild(Expression) - Method in class com.sun.msv.reader.ExpressionWithChildState
-
receives a Pattern object that is contained in this element.
- onEndChild(Expression) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
- onEndChild(Expression) - Method in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
- onEndChild(Expression) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.DefineState
-
receives a Pattern object that is contained in this element.
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.DivInGrammarState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.IncludePatternState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.ng.DataState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootIncludedPatternState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootMergedGrammarState
- onEndChild(Expression) - Method in class com.sun.msv.reader.trex.RootState
- onEndChild(Expression) - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
- onEndChild(Expression) - Method in class com.sun.msv.relaxns.reader.RootGrammarState
- onEndChild(NameClass) - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
- onEndChild(NameClass) - Method in class com.sun.msv.reader.trex.NameClassWithChildState
-
receives a Pattern object that is contained in this element.
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.UnionState
- onEndChild(XSDatatypeExp) - Method in interface com.sun.msv.reader.datatype.xsd.XSTypeOwner
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.AttributeState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.GlobalDeclState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.RedefineState
- onEndChild(XSDatatypeExp) - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- onEndChildType(Expression, String) - Method in interface com.sun.msv.reader.datatype.TypeOwner
- oneOrMore(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- OneOrMoreExp - Class in com.sun.msv.grammar
-
A+.
- OneOrMoreState - Class in com.sun.msv.reader.trex
-
parses <oneOrMore> pattern.
- OneOrMoreState() - Constructor for class com.sun.msv.reader.trex.OneOrMoreState
- onEpsilon() - Method in class com.sun.msv.generator.Generator
- onEpsilon() - Method in class com.sun.msv.grammar.ExpressionCloner
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onEpsilon() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onEpsilon() - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onEpsilon() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onEpsilon() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onEpsilon() - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onEpsilon() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onEpsilon() - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onError(StringRef, String, ErrorInfo) - Method in class com.sun.msv.verifier.Verifier
-
signals an error.
- onError(String, ErrorInfo) - Method in class com.sun.msv.verifier.Verifier
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onHedgeRules(HedgeRules) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onHedgeRules(HedgeRules) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onID(Datatype, StringToken) - Method in interface com.sun.msv.grammar.IDContextProvider2
-
this method is called when a type with ID semantics is matched.
- onID(Datatype, StringToken) - Method in class com.sun.msv.grammar.util.IDContextProviderWrapper
- onID(Datatype, StringToken) - Method in class com.sun.msv.reader.GrammarReader
- onID(Datatype, StringToken) - Method in class com.sun.msv.verifier.AbstractVerifier
- onID(Datatype, String) - Method in interface com.sun.msv.grammar.IDContextProvider
-
Deprecated.this method is called when a type with ID semantics is matched.
- onIdentityConstraint(IdentityConstraint) - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
this method is called when an identity constraint declaration is found.
- onInterleave(InterleaveExp) - Method in class com.sun.msv.generator.Generator
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onInterleave(InterleaveExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onInterleave(InterleaveExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onInterleave(InterleaveExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onInterleave(InterleaveExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onList(ListExp) - Method in class com.sun.msv.generator.Generator
- onList(ListExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onList(ListExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onList(ListExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onList(ListExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onList(ListExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onList(ListExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onList(ListExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onList(ListExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onMixed(MixedExp) - Method in class com.sun.msv.generator.Generator
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onMixed(MixedExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onMixed(MixedExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onMixed(MixedExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onMixed(MixedExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onMixed(MixedExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onNextAcceptorReady(StartTagInfo, Acceptor) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- onNextAcceptorReady(StartTagInfo, Acceptor) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- onNextAcceptorReady(StartTagInfo, Acceptor) - Method in class com.sun.msv.verifier.Verifier
-
this method is called from the startElement method after the tag name is processed and the child acceptor is created.
- onNot(NotNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onNot(NotNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onNot(NotNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onNot(NotNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onNsName(NamespaceNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onNsName(NamespaceNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onNsName(NamespaceNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onNsName(NamespaceNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onNullSet() - Method in class com.sun.msv.generator.Generator
- onNullSet() - Method in class com.sun.msv.grammar.ExpressionCloner
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onNullSet() - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onNullSet() - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onNullSet() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onNullSet() - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onNullSet() - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onNullSet() - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onNullSet() - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onNullSet() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onNullSet() - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onNullSet() - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onNullSet() - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onNullSet() - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.generator.Generator
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onOneOrMore(OneOrMoreExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onOneOrMore(OneOrMoreExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onOptional(Expression) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onOther(OtherExp) - Method in class com.sun.msv.generator.Generator
- onOther(OtherExp) - Method in class com.sun.msv.generator.NoneTypeRemover
- onOther(OtherExp) - Method in class com.sun.msv.generator.SchemaLocationRemover
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onOther(OtherExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onOther(OtherExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onOther(OtherExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onOther(OtherExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onOther(OtherExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onOther(OtherExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onRef(ReferenceExp) - Method in class com.sun.msv.generator.Generator
- onRef(ReferenceExp) - Method in class com.sun.msv.generator.NoneTypeRemover
- onRef(ReferenceExp) - Method in class com.sun.msv.generator.SchemaLocationRemover
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onRef(ReferenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onRef(ReferenceExp) - Method in class com.sun.msv.grammar.util.RefExpRemover
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onRef(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
- onRef(ReferenceExp) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePruner
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeRemover
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onRef(ReferenceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onRef(ReferenceExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onRemoved() - Method in class com.sun.msv.verifier.identity.FieldsMatcher
- onRemoved() - Method in class com.sun.msv.verifier.identity.SelectorMatcher
- onSequence(SequenceExp) - Method in class com.sun.msv.generator.Generator
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onSequence(SequenceExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onSequence(SequenceExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onSequence(SequenceExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onSequence(SequenceExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onSimple(SimpleNameClass) - Method in interface com.sun.msv.grammar.NameClassVisitor
- onSimple(SimpleNameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
- onSimple(SimpleNameClass) - Method in class com.sun.msv.grammar.util.PossibleNamesCollector
- onSimple(SimpleNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitor
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorBoolean
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorExpression
- onTag(TagClause) - Method in interface com.sun.msv.grammar.relax.RELAXExpressionVisitorVoid
- onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onTag(TagClause) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onTargetNamespaceResolved(String, boolean) - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
This is called when the target namespace is determined for a new schema.
- onTargetNamespaceResolved(String, boolean) - Method in class com.sun.msv.reader.xmlschema.SchemaState
- onText(String, IDContextProvider, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
Deprecated.
- onText(String, IDContextProvider, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
Deprecated.
- onText(Text) - Method in class com.sun.msv.generator.DOM2toSAX2
- onText2(String, IDContextProvider2, StringRef, DatatypeRef) - Method in interface com.sun.msv.verifier.Acceptor
-
processes a string literal.
- onText2(String, IDContextProvider2, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
-
eats string literal
- onText2(String, IDContextProvider2, StringRef, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- onValue(ValueExp) - Method in class com.sun.msv.generator.Generator
- onValue(ValueExp) - Method in class com.sun.msv.grammar.ExpressionCloner
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitor
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorBoolean
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorExpression
- onValue(ValueExp) - Method in interface com.sun.msv.grammar.ExpressionVisitorVoid
- onValue(ValueExp) - Method in class com.sun.msv.grammar.util.ExpressionFinder
- onValue(ValueExp) - Method in class com.sun.msv.grammar.util.ExpressionPrinter
- onValue(ValueExp) - Method in class com.sun.msv.grammar.util.ExpressionWalker
- onValue(ValueExp) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- onValue(ValueExp) - Method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.AttributeFeeder
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.AttributePicker
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
- onValue(ValueExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- onValue(ValueExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- onZeroOrMore(OneOrMoreExp) - Method in class com.sun.msv.generator.Generator
- onZeroOrMore(OneOrMoreExp) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- optional(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- OptionalState - Class in com.sun.msv.reader.trex
-
parses <optional> pattern.
- OptionalState() - Constructor for class com.sun.msv.reader.trex.OptionalState
- originalFound - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
The same as
RELAXNGReader.RefExpParseInfo.originalNotFoundYet
, but we saw the original definition. - originalNotFoundYet - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
This named pattern is being redefined.
- OtherExp - Class in com.sun.msv.grammar
-
Base class for application-specific AGM annotation.
- OtherExp() - Constructor for class com.sun.msv.grammar.OtherExp
- OtherExp(Expression) - Constructor for class com.sun.msv.grammar.OtherExp
- out - Variable in class com.sun.msv.driver.textui.DebugController
-
messages are sent to this object.
- outputName - Variable in class com.sun.msv.generator.Driver
- owner - Variable in class com.sun.msv.verifier.identity.Matcher
- owner - Variable in class com.sun.msv.verifier.regexp.SimpleAcceptor
-
ElementExp that accepted the start tag.
- ownerModule - Variable in class com.sun.msv.grammar.relax.ElementRules
-
RELAXModule object to which this object belongs
- ownerModule - Variable in class com.sun.msv.grammar.relax.HedgeRules
-
RELAXModule object to which this object belongs
- owners - Variable in class com.sun.msv.relaxns.verifier.RulesAcceptor
- owners - Variable in class com.sun.msv.verifier.regexp.ComplexAcceptor
-
each item of this array should be considered as read-only.
P
- PANIC_MODE_FEATURE - Static variable in class com.sun.msv.verifier.jarv.Const
-
Turns on/off the panic mode.
- panicLevel - Variable in class com.sun.msv.verifier.Verifier
-
Panic level.
- param(String, String) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- parent - Variable in class com.sun.msv.grammar.relax.ElementRule
- parent - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
parent XMLSchemaSchema object to which this object belongs.
- parent - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
parent XMLSchemaSchema object to which this object belongs.
- parent - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- parent - Variable in class com.sun.msv.verifier.identity.FieldMatcher
-
parent FieldsMatcher object.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.ComplexContentState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
-
ComplexType object that we are now constructing.
- parentDecl - Variable in class com.sun.msv.reader.xmlschema.SimpleContentState
-
ComplexType object that we are now constructing.
- parentGrammar - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
in case of nested grammar, this variable points to the parent grammar.
- parentRef - Variable in class com.sun.msv.reader.trex.RefState
- parentRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- parentState - Variable in class com.sun.msv.reader.State
-
parent state of this state.
- parse(String) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(String) - Method in class com.sun.msv.reader.util.GrammarLoader
- parse(String) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
- parse(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- parse(String, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(String, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.DTDFactoryImpl
- parse(String, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TheFactoryImpl
- parse(String, 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(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
loads TREX pattern
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
loads RELAX NG pattern
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
loads RELAX module
- parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- parse(Source) - Method in class com.sun.msv.reader.GrammarReader
-
Parse from an arbitrary javax.xml.transform source.
- parse(Source) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parse a schema supplied by a javax.xml.transform Source.
- parse(Source, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Convenience method to create a reader and read a single scheme.
- parse(Document, ContentHandler) - Static method in class com.sun.msv.util.xml.SAXEventGenerator
-
scans the specified DOM and sends SAX2 events to the handler.
- parse(InputSource) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(InputSource) - Method in class com.sun.msv.reader.util.GrammarLoader
- parse(InputSource) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parses an additional schema.
- parse(InputSource) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.dtd.DTDReader
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.DTDFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.FactoryImpl
-
parses a Grammar from the specified source.
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TheFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TREXFactoryImpl
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.XSFactoryImpl
- parse(InputSource, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.dtd.DTDReader
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
loads TREX pattern
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
loads RELAX NG pattern
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
loads RELAX module
- parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- 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 - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
- PatternWriter - Class in com.sun.msv.writer.relaxng
-
Visits Expression and writes it as RELAX NG.
- PatternWriter(Context) - Constructor for class com.sun.msv.writer.relaxng.PatternWriter
- peek(String, char[]) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
returns false iff 'next' string isn't as provided, else skips that text and returns true.
- peekc(char) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
lookahead one character
- peelOccurence() - Method in class com.sun.msv.grammar.Expression
-
Peels the occurence expressions from this expression.
- pendingAnyOtherElements - Variable in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
- pendingAnyOtherElements - Variable in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
set of AnyOtherElementExp object.
- performIDcheck - Variable in class com.sun.msv.verifier.AbstractVerifier
-
set this flag to true to perform ID/IDREF validation.
- pool - Variable in class com.sun.msv.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 - Variable in class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
maximum number of total digits.
- precision() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
- prefix - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
- prefixResolver - Variable in class com.sun.msv.reader.GrammarReader
- 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, int, int) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Adds maxOccurs/minOccurs semantics to a given expression.
- processOccurs(Expression, short) - Method in class com.sun.msv.reader.dtd.DTDReader
-
processes occurence (?,+,*) of the given expression
- processOccurs(StartTagInfo, Expression) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Adds maxOccurs/minOccurs semantics to a given expression.
- provider - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl.Binder
- 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.
Q
- qName - Variable in class com.sun.msv.util.StartTagInfo
- qName - Variable in class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
-
tag name information.
- qName - Variable in class com.sun.msv.verifier.regexp.AttributeToken
- QnameType - Class in com.sun.msv.datatype.xsd
-
"QName" type.
- QnameValueType - Class in com.sun.msv.datatype.xsd
-
value object of QName.
- QnameValueType(String, String) - Constructor for class com.sun.msv.datatype.xsd.QnameValueType
R
- 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(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.RedefinableExp
-
assigns contents of rhs to this object.
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
- redefine(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Updates this object by copying the state from rhs
- redefine(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- redefine(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- redefine(String, ReferenceExp) - Method in class com.sun.msv.grammar.ReferenceContainer
-
replaces the current ReferenceExp by newly specified reference exp.
- redefineStart(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- RedefineState - Class in com.sun.msv.reader.xmlschema
-
used to parse <redefine> element.
- RedefineState() - Constructor for class com.sun.msv.reader.xmlschema.RedefineState
- redefinition - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
Current redefinition status.
- RedefinitionStatus() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo.RedefinitionStatus
- REDocumentDeclaration - Class in com.sun.msv.verifier.regexp
-
DocumentDeclaration
implementation Grammar object can be shared among multiple threads, but this object cannot be shared. - REDocumentDeclaration(Expression, ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
creates an object that validates the specified expression.
- REDocumentDeclaration(Grammar) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
- ref(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- ref(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- RefContainer() - Constructor for class com.sun.msv.grammar.trex.TREXGrammar.RefContainer
- ReferenceContainer - Class in com.sun.msv.grammar
-
Container of ReferenceExp.
- ReferenceContainer() - Constructor for class com.sun.msv.grammar.ReferenceContainer
- ReferenceExp - Class in com.sun.msv.grammar
-
Reference to the other expression.
- ReferenceExp(String) - Constructor for class com.sun.msv.grammar.ReferenceExp
- ReferenceExp(String, Expression) - Constructor for class com.sun.msv.grammar.ReferenceExp
- RefExpParseInfo() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
- RefExpRemover - Class in com.sun.msv.grammar.util
-
removes all ReferenceExp from AGM.
- RefExpRemover(ExpressionPool, boolean) - Constructor for class com.sun.msv.grammar.util.RefExpRemover
- refLabel(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
- refRole(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- RefState - Class in com.sun.msv.reader.trex.ng
-
parses <ref> pattern.
- RefState - Class in com.sun.msv.reader.trex
-
parses <ref> pattern.
- RefState(boolean) - Constructor for class com.sun.msv.reader.trex.ng.RefState
- RefState(boolean) - Constructor for class com.sun.msv.reader.trex.RefState
- refType - Variable in class com.sun.msv.verifier.regexp.StringToken
-
if this field is non-null, this field will receive assigned DataType object.
- 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
-
RELAX version of
ExpressionVisitorBoolean
. - RELAXExpressionVisitorExpression - Interface in com.sun.msv.grammar.relax
-
RELAX version of
ExpressionVisitorExpression
- RELAXExpressionVisitorVoid - Interface in com.sun.msv.grammar.relax
-
RELAX Version of
ExpressionVisitorVoid
- RELAXGrammar - Class in com.sun.msv.relaxns.grammar
-
"Grammar" of RELAX Namespace.
- RELAXGrammar(ExpressionPool) - Constructor for class com.sun.msv.relaxns.grammar.RELAXGrammar
- RELAXIslandSchema - Class in com.sun.msv.relaxns.grammar.relax
-
IslandSchema implementation for 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() - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
- RELAXNGGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
- RELAXNGGrammar(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
- RELAXNGNamespace - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Namespace URI of RELAX NG
- RELAXNGReader - Class in com.sun.msv.reader.trex.ng
-
reads RELAX NG grammar from SAX2 and constructs abstract grammar model.
- RELAXNGReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
easy-to-use constructor.
- RELAXNGReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
easy-to-use constructor.
- RELAXNGReader(GrammarReaderController, SAXParserFactory, RELAXNGReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
full constructor
- RELAXNGReader.RefExpParseInfo - Class in com.sun.msv.reader.trex.ng
-
information necessary to correctly parse pattern definitions.
- RELAXNGReader.RefExpParseInfo.RedefinitionStatus - Class in com.sun.msv.reader.trex.ng
- RELAXNGReader.StateFactory - Class in com.sun.msv.reader.trex.ng
-
creates various State object, which in turn parses grammar.
- relaxNGSchema4Schema - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Schema for schema of RELAX NG.
- RELAXNGWriter - Class in com.sun.msv.writer.relaxng
-
converts any Grammar into RELAX NG XML representation through SAX1 events.
- RELAXNGWriter() - Constructor for class com.sun.msv.writer.relaxng.RELAXNGWriter
- RELAXNSReader - Class in com.sun.msv.relaxns.reader
-
parses RELAX Namespace XML and constructs a SchemaProvider.
- RELAXNSReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.relaxns.reader.RELAXNSReader
- RELAXReader - Class in com.sun.msv.reader.relax
-
reads RELAX grammar/module by SAX2 and constructs abstract grammar model.
- RELAXReader(GrammarReaderController, SAXParserFactory, RELAXReader.StateFactory, ExpressionPool, State) - Constructor for class com.sun.msv.reader.relax.RELAXReader
- RELAXReader.StateFactory - Class in com.sun.msv.reader.relax
-
creates various State object, which in turn parses grammar.
- rememberText() - Method in class com.sun.msv.scanner.dtd.InputEntity
- remove(Matcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- remove(String) - Method in class com.sun.msv.grammar.ReferenceContainer
-
removes an object from this container.
- render(XSDatatypeExp.RenderingContext) - Method in interface com.sun.msv.reader.datatype.xsd.XSDatatypeExp.Renderer
-
creates (or retrieves, whatever) the actual, concrete, real XSDatatype object.
- replace(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
- reportError(ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
reports an error.
- reportError(Exception, String) - Method in class com.sun.msv.reader.GrammarReader
- reportError(Exception, String, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String, Object[], Exception, Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
reports an error to the controller
- reportError(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(String, Object, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportError(Locator[], String, Object[]) - Method in class com.sun.msv.reader.GrammarReader
- reportError(Locator, ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- ReportErrorHandler - Class in com.sun.msv.driver.textui
-
ErrorHandler
that reports all errors and warnings. - ReportErrorHandler() - Constructor for class com.sun.msv.driver.textui.ReportErrorHandler
- reportWarning(String) - Method in class com.sun.msv.reader.GrammarReader
- reportWarning(String, Object) - Method in class com.sun.msv.reader.GrammarReader
- reportWarning(String, Object[], Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
reports a warning to the controller
- reportWarning(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
- resCalc - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
- resCalc - Variable in class com.sun.msv.verifier.regexp.StringToken
- ResidualCalculator - Class in com.sun.msv.verifier.regexp
-
computes regular expression derivative.
- ResidualCalculator(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.ResidualCalculator
- resolve(String) - Method in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
- resolve(String) - Method in interface com.sun.msv.reader.GrammarReader.PrefixResolver
-
returns URI.
- resolve(String, String) - Method in class com.sun.msv.reader.relax.ElementRefState
- resolve(String, String) - Method in class com.sun.msv.reader.relax.HedgeRefState
- resolve(String, String) - Static method in class com.sun.msv.util.Uri
- resolveAttPoolRef(String, String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- resolveAttPoolRef(String, String) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- resolveBuiltinDataType(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
resolves built-in datatypes (URI: http://www.w3.org/2001/XMLSchema)
- resolveBuiltinSimpleType(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Gets a built-in datatype as SimpleTypeExp.
- resolveDatatype(String) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
obtains a named DataType object referenced by a QName.
- resolveDataType(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
obtains a named DataType object referenced by a local name.
- resolveDataType(String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- resolveDataTypeLibrary(String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
obtains the DataTypeLibrary that represents the specified namespace URI.
- resolveElementRef(String, String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- resolveElementRef(String, String) - Method in class com.sun.msv.reader.relax.RELAXReader
-
obtains an Expression specified by given (namespace,label) pair.
- resolveElementRef(String, String) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- resolveElementRef(String, String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- resolveEntity(String, String) - Method in class com.sun.msv.driver.textui.DebugController
- resolveEntity(String, String) - Method in class com.sun.msv.reader.Controller
-
Deprecated.
- resolveEntity(String, String) - Method in class com.sun.msv.reader.util.IgnoreController
- resolveEntity(String, String) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- resolveEntity(String, String) - Method in class com.sun.msv.scanner.dtd.Resolver
-
SAX: Resolve the given entity into an input source.
- resolveHedgeRef(String, String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- resolveHedgeRef(String, String) - Method in class com.sun.msv.reader.relax.RELAXReader
-
obtains an Expression specified by given (namespace,label) pair.
- resolveHedgeRef(String, String) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
- resolveHedgeRef(String, String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
- resolveLocation(State, String) - Method in class com.sun.msv.reader.GrammarReader
-
obtains InputSource for the specified url.
- resolveNamespaceOfAttributeDecl(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- resolveNamespaceOfElementDecl(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- resolveNamespacePrefix(String) - Method in class com.sun.msv.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 - Class in com.sun.msv.reader.xmlschema
-
RootIncludedSchemaState + final wrap up.
- RootState() - Constructor for class com.sun.msv.reader.trex.RootState
- RootState(State) - Constructor for class com.sun.msv.reader.xmlschema.RootState
- rule - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
imported ElementDecl object that actually validates this element.
- ruleName - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
name of the imported Rule
- RulesAcceptor - Class in com.sun.msv.relaxns.verifier
-
Acceptor that is used to validate root node of the island.
- RulesAcceptor(REDocumentDeclaration, DeclImpl[]) - Constructor for class com.sun.msv.relaxns.verifier.RulesAcceptor
- run(PrintStream) - Method in class com.sun.msv.generator.Driver
-
Generate XML instances.
- run(String[]) - Static method in class com.sun.msv.driver.textui.Driver
- RunAwayExpressionChecker - Class in com.sun.msv.reader
-
makes sure that the expression does not run away.
- RunAwayExpressionChecker(GrammarReader) - Constructor for class com.sun.msv.reader.RunAwayExpressionChecker
- runBackPatchJob() - Method in class com.sun.msv.reader.GrammarReader
-
Performs all back-patchings.
S
- 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(byte[]) - Static method in class com.sun.msv.datatype.xsd.HexBinaryType
- 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(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
- save(BigInteger) - Static method in class com.sun.msv.datatype.xsd.IntegerType
- SAXEventGenerator - Class in com.sun.msv.util.xml
-
produces SAX2 event from a DOM tree.
- SAXEventGenerator() - Constructor for class com.sun.msv.util.xml.SAXEventGenerator
- SAXParserFactoryImpl - Class in com.sun.msv.verifier.jaxp
-
SAXParserFactory implementation that supports validation.
- SAXParserFactoryImpl() - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance by using the default SAXParserFactory implementation as the underlying parser.
- SAXParserFactoryImpl(File) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXParserFactoryImpl(String) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXParserFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance by specifying the underlying SAXParserFactory implementation.
- SAXParserFactoryImpl(SAXParserFactory, Schema) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
- SAXParserFactoryImpl(Schema) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance by using a default SAXParserFactory implementation and the specified schema object.
- SAXParserFactoryImpl(InputSource) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXRuntimeException - Exception in com.sun.msv.writer
-
This class is used to wrap SAXException by RuntimeException.
- SAXRuntimeException(SAXException) - Constructor for exception com.sun.msv.writer.SAXRuntimeException
- 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) - Constructor for class com.sun.msv.verifier.jarv.SchemaImpl
- SchemaImpl(Grammar, SAXParserFactory, boolean) - Constructor for class com.sun.msv.verifier.jarv.SchemaImpl
- schemaIncluded(State, String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- SchemaIncludedState - Class in com.sun.msv.reader.xmlschema
-
used to parse <schema> element of included schema.
- SchemaIncludedState(String) - Constructor for class com.sun.msv.reader.xmlschema.SchemaIncludedState
- 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(TypedContentHandler) - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
sets the TypedContentHandler which will received the type-augmented infoset.
- setContentHandler(ContentHandler) - Method in class com.sun.msv.generator.DOM2toSAX2
- 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() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
- start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- start(String) - Method in class com.sun.msv.writer.XMLWriter
- start(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
this method should be called immediately after the installment of this PathMatcher.
- start(String, String[]) - Method in class com.sun.msv.writer.XMLWriter
- startAttribute(String, String, String) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of an attribute.
- startCDATA() - Method in class com.sun.msv.reader.dtd.DTDReader
- startCDATA() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification that a CDATA section is beginning.
- startCDATA() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startContentModel(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
- startContentModel(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
receives notification that parsing of content model is beginning.
- startContentModel(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startDocument() - Method in class com.sun.msv.reader.State
- startDocument() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- startDocument() - Method in class com.sun.msv.reader.util.ForkContentHandler
- startDocument() - Method in class com.sun.msv.util.xml.DocumentFilter
- startDocument() - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
- startDocument() - Method in class com.sun.msv.verifier.psvi.TypeDetector
- startDocument() - Method in class com.sun.msv.verifier.Verifier
- startDocument() - Method in class com.sun.msv.verifier.VerifierFilter
- startDocument() - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 start document event.
- startDocument(ValidationContext) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of a document.
- startDTD(InputEntity) - Method in class com.sun.msv.reader.dtd.DTDReader
- startDTD(InputEntity) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of the beginning of the DTD.
- startDTD(InputEntity) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.Matcher
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.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.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, String, String, Attributes) - Method in class com.sun.msv.util.xml.DOMBuilder
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.AbstractVerifier
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.psvi.TypeDetector
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.Verifier
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.VerifierFilter
- startElement(String, String, Attributes) - Method in class com.sun.msv.verifier.identity.FieldMatcher
- startElement(String, AttributeList) - Method in class com.sun.msv.util.xml.DocumentFilter
- startElement(String, AttributeList) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 startElement event.
- startModelGroup() - Method in class com.sun.msv.reader.dtd.DTDReader
- startModelGroup() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- startModelGroup() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.GrammarReader
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.State
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
- startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.VerifierFilter
- startRemembering() - Method in class com.sun.msv.scanner.dtd.InputEntity
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.FacetState
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.ListState
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.UnionState
- startSelf() - Method in class com.sun.msv.reader.ExpressionWithChildState
- startSelf() - Method in class com.sun.msv.reader.relax.core.AttributeState
- startSelf() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
- startSelf() - Method in class com.sun.msv.reader.relax.core.IncludeModuleState
- startSelf() - Method in class com.sun.msv.reader.relax.core.InlineElementState
- startSelf() - Method in class com.sun.msv.reader.relax.core.ModuleMergeState
- startSelf() - Method in class com.sun.msv.reader.relax.core.ModuleState
- startSelf() - Method in class com.sun.msv.reader.State
-
performs a task that should be done before reading any child elements.
- startSelf() - Method in class com.sun.msv.reader.trex.DefineState
- startSelf() - Method in class com.sun.msv.reader.trex.GrammarState
- startSelf() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.DataState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.DefineState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.ElementState
- startSelf() - Method in class com.sun.msv.reader.trex.ng.GrammarState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.ImportState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.IncludeState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.RedefineState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
- startSelf() - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
- startSelf() - Method in class com.sun.msv.relaxns.reader.GrammarState
- startSelf() - Method in class com.sun.msv.relaxns.reader.IncludeGrammarState
- startSelf() - Method in class com.sun.msv.relaxns.reader.NamespaceState
- StartState - Class in com.sun.msv.reader.trex.ng
-
parses <start> declaration.
- StartState - Class in com.sun.msv.reader.trex
-
parses <start> element.
- StartState() - Constructor for class com.sun.msv.reader.trex.ng.StartState
- StartState() - Constructor for class com.sun.msv.reader.trex.StartState
- startTag - Variable in class com.sun.msv.reader.State
-
information of the start tag.
- startTag - Variable in class com.sun.msv.verifier.identity.FieldsMatcher
-
location of the start tag.
- StartTagInfo - Class in com.sun.msv.util
-
immutable start tag information
- StartTagInfo() - Constructor for class com.sun.msv.util.StartTagInfo
- StartTagInfo(String, String, String, Attributes) - Constructor for class com.sun.msv.util.StartTagInfo
- StartTagInfo(String, String, String, Attributes, IDContextProvider) - Constructor for class com.sun.msv.util.StartTagInfo
-
Deprecated.
- StartTagInfo(String, String, String, Attributes, IDContextProvider2) - Constructor for class com.sun.msv.util.StartTagInfo
- startWithNs(String, String) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
- State - Class in com.sun.msv.reader
-
base interface of 'parsing state'.
- State() - Constructor for class com.sun.msv.reader.State
- StateFactory() - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.relax.RELAXReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- StateFactory() - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- stepForward(Acceptor, StringRef) - Method in interface com.sun.msv.verifier.Acceptor
-
eats a child element
- stepForward(Acceptor, StringRef) - Method in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
- stepForward(Acceptor, StringRef) - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
- stepForward(Token, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- stepForwardByContinuation(Expression, StringRef) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
- steps - Variable in class com.sun.msv.grammar.xmlschema.XPath
-
each name class represents each step.
- str - Variable in class com.sun.msv.util.StringRef
- STRICT - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
- string(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
- STRING_IGNORE - Static variable in interface com.sun.msv.verifier.Acceptor
-
character literals are allowed, but Acceptor doesn't care its contents and where it is appeared.
- STRING_PROHIBITED - Static variable in interface com.sun.msv.verifier.Acceptor
-
only whitespaces are allowed.
- STRING_STRICT - Static variable in interface com.sun.msv.verifier.Acceptor
-
attentive handling of characters is required.
- StringCareLevelCalculator - Class in com.sun.msv.verifier.regexp
-
calculates how character literals should be treated.
- StringCareLevelCalculator() - Constructor for class com.sun.msv.verifier.regexp.StringCareLevelCalculator
- StringPair - Class in com.sun.msv.util
-
pair of Strings.
- StringPair(SimpleNameClass) - Constructor for class com.sun.msv.util.StringPair
- StringPair(String, String) - Constructor for class com.sun.msv.util.StringPair
- StringRef - Class in com.sun.msv.util
-
reference to String.
- StringRef() - Constructor for class com.sun.msv.util.StringRef
- StringState - Class in com.sun.msv.reader.trex.classic
-
parses <string> pattern.
- StringState() - Constructor for class com.sun.msv.reader.trex.classic.StringState
- StringToken - Class in com.sun.msv.verifier.regexp
-
chunk of string.
- StringToken(REDocumentDeclaration, String, IDContextProvider2) - Constructor for class com.sun.msv.verifier.regexp.StringToken
- StringToken(REDocumentDeclaration, String, IDContextProvider2, DatatypeRef) - Constructor for class com.sun.msv.verifier.regexp.StringToken
- StringToken(ResidualCalculator, String, IDContextProvider2, DatatypeRef) - Constructor for class com.sun.msv.verifier.regexp.StringToken
- 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
-
The substitution group affiliation property of this component, if any.
- substitutions - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
choices of all elements that can validly substitute this element.
- switchSource(State, State) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- switchSource(State, String, State) - Method in class com.sun.msv.reader.GrammarReader
-
Switchs InputSource to the specified URL and parses it by the specified state.
- switchSource(Source, State) - Method in class com.sun.msv.reader.GrammarReader
-
Start reading input from a source defined by a javax.xml.transform source.
- switchSource(InputSource, State) - Method in class com.sun.msv.reader.GrammarReader
-
start reading input from a source defined by a SAX InputSource.
T
- tag(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- TagClause - Class in com.sun.msv.grammar.relax
-
'tag' of RELAX module.
- TagClause() - Constructor for class com.sun.msv.grammar.relax.TagClause
-
constructor for inline tag.
- TagClause(String) - Constructor for class com.sun.msv.grammar.relax.TagClause
-
RefContainer-controlled creation.
- TagContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.TagContainer
- tagInline(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
- tags - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from role name to TagClause object
- TagState - Class in com.sun.msv.reader.relax.core
-
parses <tag> element.
- TagState() - Constructor for class com.sun.msv.reader.relax.core.TagState
- targetNamespace - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
target namespace URI
- targetNamespace - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
target namespace URI of this schema.
- targetNamespace - Variable in class com.sun.msv.reader.relax.core.ModuleMergeState
-
computed targetNamespace.
- targetNamespace - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
target namespace: currently active 'ns' attribute
- TerminalState - Class in com.sun.msv.reader
-
State that always returns the same expression.
- TerminalState(Expression) - Constructor for class com.sun.msv.reader.TerminalState
- text - Variable in class com.sun.msv.reader.trex.classic.StringState
- text - Variable in class com.sun.msv.reader.trex.NameClassNameState
- text - Variable in class com.sun.msv.reader.trex.ng.DataParamState
- text - Variable in class com.sun.msv.reader.trex.ng.ValueState
- text(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- 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() - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
-
use the default SAXParser.
- TheFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
- theInstance - Static variable in class com.sun.msv.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
-
Deprecated.Use
NameClass.ALL
instead. - theInstance - Static variable in class com.sun.msv.grammar.relax.EmptyStringType
- theInstance - Static variable in class com.sun.msv.grammar.relax.NoneType
- theInstance - Static variable in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
-
the sole instance of this class.
- theInstance - Static variable in exception com.sun.msv.reader.AbortException
- theInstance - Static variable in class com.sun.msv.verifier.regexp.AnyElementToken
-
use this singleton instance instead of creating an object.
- theInstance - Static variable in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
singleton instance.
- theInstance - Static variable in class com.sun.msv.verifier.util.ErrorHandlerImpl
-
the singleton instance of this object.
- 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() - 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.CalendarFormatter
- 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() - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
- TREXGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
- TREXGrammar(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
- TREXGrammar.RefContainer - Class in com.sun.msv.grammar.trex
- TREXGrammarReader - Class in com.sun.msv.reader.trex.classic
-
reads TREX grammar from SAX2 and constructs abstract grammar model.
- TREXGrammarReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
easy-to-use constructor.
- TREXGrammarReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
easy-to-use constructor.
- TREXGrammarReader(GrammarReaderController, SAXParserFactory, TREXGrammarReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
full constructor
- TREXGrammarReader.StateFactory - Class in com.sun.msv.reader.trex.classic
-
creates various State object, which in turn parses grammar.
- TREXIslandSchema - Class in com.sun.msv.relaxns.grammar.trex
-
IslandSchema implementation for TREX pattern.
- TREXIslandSchema(TREXGrammar) - Constructor for class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
- TREXIslandSchemaReader - Class in com.sun.msv.relaxns.reader.trex
-
reads extended-TREX grammar (extended by RELAX Namespace) and constructs IslandSchema.
- TREXIslandSchemaReader(TREXGrammarReader) - Constructor for class com.sun.msv.relaxns.reader.trex.TREXIslandSchemaReader
- TREXNamespace - Static variable in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
Namespace URI of TREX
- TREXSequencedStringChecker - Class in com.sun.msv.reader.trex
-
makes sure that there is no sequenced string.
- TREXSequencedStringChecker(TREXBaseReader, boolean) - Constructor for class com.sun.msv.reader.trex.TREXSequencedStringChecker
- type - Variable in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
- TYPE_CDATA - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ENTITIES - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ENTITY - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ENUMERATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_ID - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_IDREF - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_IDREFS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_NMTOKEN - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_NMTOKENS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- TYPE_NOTATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
- typeBuilder - Variable in class com.sun.msv.reader.trex.ng.DataState
-
type incubator object to be used to create a type.
- TypedContentHandler - Interface in com.sun.msv.verifier.psvi
-
Receives notification of the typed content of the document.
- TypedElementPattern - Class in com.sun.msv.grammar.trex.typed
-
ElementPattern with type.
- TypedElementPattern(NameClass, Expression, String) - Constructor for class com.sun.msv.grammar.trex.typed.TypedElementPattern
- TypedElementState - Class in com.sun.msv.reader.trex.typed
-
reads <element> element with 'label' annotation.
- TypedElementState() - Constructor for class com.sun.msv.reader.trex.typed.TypedElementState
- TypeDetector - Class in com.sun.msv.verifier.psvi
-
assign types to the incoming SAX2 events and reports them to the application handler through TypedContentHandler.
- TypeDetector(DocumentDeclaration, TypedContentHandler, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
- TypeDetector(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
- TypeDetector.AmbiguousDocumentException - Exception in com.sun.msv.verifier.psvi
-
signals that the document is ambiguous.
- TypedTREXGrammarInterceptor - Class in com.sun.msv.reader.trex.typed
-
reads TREX grammar with 'label' annotation.
- TypedTREXGrammarInterceptor() - Constructor for class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
- 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.
U
- UnaryExp - Class in com.sun.msv.grammar
-
Base implementation for those expression who has one child expresison.
- UnaryExp(Expression) - Constructor for class com.sun.msv.grammar.UnaryExp
- unaryVisit(UnaryExp) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
- UNDECIDABLE - Static variable in interface com.sun.msv.datatype.xsd.Comparator
- ungetc() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
two character pushback is guaranteed
- UnicodeUtil - Class in com.sun.msv.datatype.xsd
-
Unicode-related utility functions.
- UnicodeUtil() - Constructor for class com.sun.msv.datatype.xsd.UnicodeUtil
- UniformRand(Random, int) - Constructor for class com.sun.msv.generator.Rand.UniformRand
- unify(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
unifies expressions.
- union(NameClass, NameClass) - Static method in class com.sun.msv.grammar.NameClass
-
Computes the union of two name classes.
- UnionState - Class in com.sun.msv.reader.datatype.xsd
-
State that parses <union> element and its children.
- UnionState(String, String) - Constructor for class com.sun.msv.reader.datatype.xsd.UnionState
- UnionType - Class in com.sun.msv.datatype.xsd
-
union type.
- UnionType(String, String, XSDatatype[]) - Constructor for class com.sun.msv.datatype.xsd.UnionType
-
derives a new datatype from atomic datatypes by union
- unique(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
- UniqueConstraint - Class in com.sun.msv.grammar.xmlschema
-
unique constraint.
- UniqueConstraint(String, String, XPath[], Field[]) - Constructor for class com.sun.msv.grammar.xmlschema.UniqueConstraint
- unparsedContent(DTDEventListener, boolean, String) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
CDATA -- character data, terminated by "]]>" and optionally including unescaped markup delimiters (ampersand and left angle bracket).
- unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
- unparsedEntityDecl(String, String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of an unparsed entity declaration.
- unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- unparsedEntityDecl(String, String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
- UnsignedByteType - Class in com.sun.msv.datatype.xsd
-
"unsignedByte" type.
- UnsignedIntType - Class in com.sun.msv.datatype.xsd
-
"unsignedInt" type.
- UnsignedLongType - Class in com.sun.msv.datatype.xsd
-
"unsignedLong" type.
- UnsignedShortType - Class in com.sun.msv.datatype.xsd
-
"unsignedShort" type.
- uri - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
- Uri - Class in com.sun.msv.util
- Uri() - Constructor for class com.sun.msv.util.Uri
- USE_FIXED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- USE_IMPLIED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- USE_NORMAL - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- USE_REQUIRED - Static variable in interface com.sun.msv.scanner.dtd.DTDEventListener
- Util - Class in com.sun.msv.util
-
Collection of utility methods.
- Util() - Constructor for class com.sun.msv.util.Util
V
- ValidationUnrecoverableException - Exception in com.sun.msv.verifier
-
Exception that signals error was fatal and recovery was not possible.
- ValidationUnrecoverableException(SAXParseException) - Constructor for exception com.sun.msv.verifier.ValidationUnrecoverableException
- ValidityViolation - Exception in com.sun.msv.verifier
-
Contains information about where and how validity violation was happened.
- ValidityViolation(Locator, String, ErrorInfo) - Constructor for exception com.sun.msv.verifier.ValidityViolation
- value - Variable in class com.sun.msv.grammar.ValueExp
-
This expression matches this value only.
- value - Variable in class com.sun.msv.verifier.identity.FieldMatcher
-
the matched value.
- value - Variable in class com.sun.msv.verifier.regexp.AttributeToken
- value(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
- ValueExp - Class in com.sun.msv.grammar
-
Expression that matchs a particular value of a
Datatype
. - ValueExp(Datatype, StringPair, Object) - Constructor for class com.sun.msv.grammar.ValueExp
- valueHashCode(Object) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- values - Variable in class com.sun.msv.datatype.xsd.EnumerationFacet
-
set of valid values
- values - Variable in class com.sun.msv.datatype.xsd.ListValueType
- ValueState - Class in com.sun.msv.reader.trex.ng
-
parses <value> pattern.
- ValueState() - Constructor for class com.sun.msv.reader.trex.ng.ValueState
- VARIETY_ATOMIC - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- VARIETY_LIST - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- VARIETY_UNION - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- Verifier - Class in com.sun.msv.verifier
-
SAX ContentHandler that verifies incoming SAX event stream.
- Verifier(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.Verifier
- VerifierFilter - Class in com.sun.msv.verifier
-
SAX XMLFilter that verifies incoming SAX event stream.
- VerifierFilter(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.VerifierFilter
- VerifierFilter(IVerifier) - Constructor for class com.sun.msv.verifier.VerifierFilter
- verifierTag - Variable in class com.sun.msv.grammar.Expression
-
this field can be used by Verifier implementation to speed up validation.
- verifyText() - Method in class com.sun.msv.verifier.psvi.TypeDetector
- verifyText() - Method in class com.sun.msv.verifier.Verifier
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitor) - Method in class com.sun.msv.grammar.ValueExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.ValueExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitorExpression) - Method in class com.sun.msv.grammar.ValueExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.AttributeExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ChoiceExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ConcurExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.DataExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ElementExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.Expression
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.InterleaveExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ListExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.MixedExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.OneOrMoreExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.OtherExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ReferenceExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.SequenceExp
- visit(ExpressionVisitorVoid) - Method in class com.sun.msv.grammar.ValueExp
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.AnyNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.ChoiceNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.DifferenceNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.dtd.LocalNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NameClass
-
visitor pattern support
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NamespaceNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.NotNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.SimpleNameClass
- visit(NameClassVisitor) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitor) - Method in class com.sun.msv.grammar.relax.TagClause
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitorBoolean) - Method in class com.sun.msv.grammar.relax.TagClause
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitorExpression) - Method in class com.sun.msv.grammar.relax.TagClause
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.Expression
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.AttPoolClause
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.ElementRules
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.HedgeRules
- visit(RELAXExpressionVisitorVoid) - Method in class com.sun.msv.grammar.relax.TagClause
- visit(Document) - Method in class com.sun.msv.util.xml.DOMVisitor
- visit(Element) - Method in class com.sun.msv.util.xml.DOMVisitor
- visit(Element, DOMDecorator.DOMVisitor) - Static method in class com.sun.msv.generator.DOMDecorator
-
visits Elements and Attrs by using a DOMVisitor.
- visitBinExp(String, BinaryExp, Class) - Method in class com.sun.msv.writer.relaxng.PatternWriter
- visitNode(Node) - Method in class com.sun.msv.util.xml.DOMVisitor
-
other nodes.
- visitUnary(Expression) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
print expression but surpress unnecessary sequence.
- vocabulary - Variable in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
W
- warning(Locator[], String) - Method in class com.sun.msv.driver.textui.DebugController
- warning(Locator[], String) - Method in class com.sun.msv.reader.Controller
- warning(Locator[], String) - Method in interface com.sun.msv.reader.GrammarReaderController
- warning(Locator[], String) - Method in class com.sun.msv.reader.util.IgnoreController
- warning(Locator[], String) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
- warning(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
- warning(SAXParseException) - Method in class com.sun.msv.reader.Controller
- warning(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
- warning(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
- warning(SAXParseException) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
- warning(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
- warning(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
- warning(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
- which(Class) - Static method in class com.sun.msv.util.Util
- which(String, ClassLoader) - Static method in class com.sun.msv.util.Util
-
Search the specified classloader for the given classname.
- whiteSpace - Variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
this field characterizes how this datatype treats white space.
- WhiteSpaceFacet - Class in com.sun.msv.datatype.xsd
-
whiteSpace facet validator
- WhiteSpaceProcessor - Class in com.sun.msv.datatype.xsd
-
processes white space normalization
- WhiteSpaceProcessor() - Constructor for class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
- width - Variable in class com.sun.msv.generator.GeneratorOption
-
this object is responsible to calculate how many times '*' or '+' is repeated.
- wildcard - Variable in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
-
Attribute wild card constraint.
- wildcard - Variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
Attribute wild card constraint.
- wrapUp() - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
- wrapUp() - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
- wrapUp() - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
- wrapUp() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
- wrapUp() - Method in class com.sun.msv.reader.trex.TREXBaseReader
-
performs final wrap-up.
- wrapUp() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
performs final wrap-up of parsing.
- wrapUp(Grammar, Expression, SchemaProvider, ErrorHandler) - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
creates pseudo content model and name class.
- wrapUp(ReferenceExp) - Method in class com.sun.msv.reader.trex.ng.RefState
-
Performs the final wrap-up.
- wrapUp(ReferenceExp) - Method in class com.sun.msv.reader.trex.RefState
-
Performs the final wrap-up.
- write(Grammar) - Method in interface com.sun.msv.writer.GrammarWriter
-
Converts this grammar to the XML representation.
- write(Grammar) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- write(Grammar, String) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
generates SAX2 events of the specified grammar.
- writeGrammar(Grammar, OutputStream) - Static method in class com.sun.msv.writer.relaxng.Driver
-
Writes a grammar to the specified output.
- writeIsland(Expression) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
writes a bunch of expression into one tree.
- writeNameClass(NameClass) - Method in interface com.sun.msv.writer.relaxng.Context
- writeNameClass(NameClass) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
- writer - Variable in class com.sun.msv.writer.relaxng.PatternWriter
- writer - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
- WRN_ANYOTHER_NAMESPACE_IGNORED - Static variable in class com.sun.msv.relaxns.grammar.relax.Localizer
- WRN_ATTEMPT_TO_USE_NAMESPACE - Static variable in class com.sun.msv.reader.dtd.DTDReader
- WRN_COMBINE_IGNORED - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- WRN_DEPRECATED_TYPENAME - Static variable in class com.sun.msv.reader.GrammarReader
- WRN_ILLEGAL_RELAXCORE_VERSION - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- WRN_ILLEGAL_RELAXNAMESPACE_VERSION - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
- WRN_IMPLICIT_URTYPE_FOR_ELEMENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- WRN_MAYBE_WRONG_NAMESPACE - Static variable in class com.sun.msv.reader.GrammarReader
- WRN_NO_EXPROTED_LABEL - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
- WRN_OBSOLETED_NAMESPACE - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- WRN_OBSOLETED_XMLSCHEMA_NAMSPACE - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
- WRN_UNSUPPORTED_ANYELEMENT - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- WSDLGrammarReaderController - Class in com.sun.msv.reader.xmlschema
-
Catch error messages and resolve schema locations.
- WSDLGrammarReaderController(GrammarReaderController2, String, Map<String, EmbeddedSchema>) - Constructor for class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
-
create the resolving controller.
- WSDLSchemaReader - Class in com.sun.msv.reader.xmlschema
-
A utility class that reads all the schemas from a WSDL.
X
- XmlChars - Class in com.sun.msv.scanner.dtd
-
Methods in this class are used to determine whether characters may appear in certain roles in XML documents.
- XmlChars - Class in com.sun.xml.util
-
Methods in this class are used to determine whether characters may appear in certain roles in XML documents.
- XmlNames - Class in com.sun.msv.datatype.xsd
-
This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
- XmlNames - Class in com.sun.msv.scanner.dtd
-
This class contains static methods used to determine whether identifiers may appear in certain roles in XML documents.
- XMLNS_URI - Static variable in class com.sun.msv.generator.ContextProviderImpl
- XMLSCHEMA_NSURI - Static variable in interface com.sun.msv.datatype.xsd.XSDatatype
- xmlSchema4XmlSchema - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Schema for schema of W3C XML Schema.
- XMLSchemaGrammar - Class in com.sun.msv.grammar.xmlschema
-
set of XML Schema.
- XMLSchemaGrammar() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
- XMLSchemaGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
- XMLSchemaInstanceNamespace - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
- XMLSchemaNamespace - Static variable in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
-
namespace URI of XML Schema
- XMLSchemaNamespace - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
namespace URI of XML Schema declarations.
- XMLSchemaNamespace - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- XMLSchemaNamespace_old - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaNamespace2 - Static variable in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
- XMLSchemaReader - Class in com.sun.msv.reader.xmlschema
-
parses XML representation of XML Schema and constructs AGM.
- XMLSchemaReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
easy-to-use constructor.
- XMLSchemaReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaReader(GrammarReaderController, SAXParserFactory, XMLSchemaReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaReader.RefResolver - Interface in com.sun.msv.reader.xmlschema
- XMLSchemaReader.StateFactory - Class in com.sun.msv.reader.xmlschema
-
creates various State object, which in turn parses grammar.
- XMLSchemaSchema - Class in com.sun.msv.grammar.xmlschema
-
XML Schema object.
- XMLSchemaSchema(String, XMLSchemaGrammar) - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
- XMLSchemaSchema.AttributeDeclContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.AttributeGroupContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.ComplexTypeContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.ElementDeclContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.GroupDeclContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.IdentityConstraintContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchema.SimpleTypeContainer - Class in com.sun.msv.grammar.xmlschema
- XMLSchemaSchemaLocationAttributes - Static variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
- XMLSchemaTypeExp - Class in com.sun.msv.grammar.xmlschema
-
Base class of
ComplexTypeExp
andSimpleTypeExp
. - XMLWriter - Class in com.sun.msv.writer
-
Helper class that wraps
DocumentHandler
and provides utility methods. - XMLWriter() - Constructor for class com.sun.msv.writer.XMLWriter
- XPath - Class in com.sun.msv.grammar.xmlschema
-
internal representation of XPath ('aaa/bbb/ccc/ ...
- XPath() - Constructor for class com.sun.msv.grammar.xmlschema.XPath
- XSAcceptor - Class in com.sun.msv.verifier.regexp.xmlschema
-
Acceptor implementation for XSREDocDecl.
- XSAcceptor(XSREDocDecl, Expression, ElementExp, Expression) - Constructor for class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- XSDatatype - Interface in com.sun.msv.datatype.xsd
-
Publicly accesible interface of W3C XML Schema datatype (simple type).
- XSDatatypeExp - Class in com.sun.msv.reader.datatype.xsd
-
A wrapper of XSDatatype that serves as an expression and encapsulates lazy-constructed datatypes.
- XSDatatypeExp(XSDatatype, ExpressionPool) - Constructor for class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Creates this object from existing XSDatatype.
- XSDatatypeExp(String, String, GrammarReader, XSDatatypeExp.Renderer) - Constructor for class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Creates lazily created datatype.
- XSDatatypeExp.Renderer - Interface in com.sun.msv.reader.datatype.xsd
-
this object renders the actual datatype object.
- XSDatatypeExp.RenderingContext - Class in com.sun.msv.reader.datatype.xsd
-
this object is used to keep the information about the dependency between late-bind datatype objects.
- XSDatatypeImpl - Class in com.sun.msv.datatype.xsd
-
base implementaion for XSDatatype interface.
- XSDatatypeImpl(String, String, WhiteSpaceProcessor) - Constructor for class com.sun.msv.datatype.xsd.XSDatatypeImpl
- XSDatatypeResolver - Interface in com.sun.msv.reader.datatype.xsd
-
Resolves a datatype name to the corresponding XSDatatypeExp object.
- xsdSchema - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
XMLSchemaSchema object that has XMLSchemaNamespace as its target namespace.
- XSDVocabulary - Class in com.sun.msv.reader.datatype.xsd
-
XSD implementation of
DataTypeVocabulary
. - XSDVocabulary() - Constructor for class com.sun.msv.reader.datatype.xsd.XSDVocabulary
- XSElementExp(SimpleNameClass, Expression) - Constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
- XSFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation for XML Schema.
- XSFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.XSFactoryImpl
- xsiAttExp - Variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
AttributeExp that matches to "xsi:***" attributes.
- XSINamespace - Static variable in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
- xsiSchemaLocationExp - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
content model that matches to optional xsi:schemaLocation or xsi:noNamespaceSchemaLocation.
- XSREDocDecl - Class in com.sun.msv.verifier.regexp.xmlschema
-
REDocumentDeclaration
that supports several W3C XML Schema specific semantics. - XSREDocDecl(XMLSchemaGrammar) - Constructor for class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
- XSTypeIncubator - Interface in com.sun.msv.reader.datatype.xsd
-
Interface for the type incubator.
- XSTypeOwner - Interface in com.sun.msv.reader.datatype.xsd
-
Type owner for XML Schema datatypes.
Y
- year - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
Z
- ZERO - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
-
The
TimeZone
representation that corresponds to the ZERO singleton instance. - zeroOrMore(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
- ZeroOrMoreState - Class in com.sun.msv.reader.trex
-
parses <zeroOrMore> pattern.
- ZeroOrMoreState() - Constructor for class com.sun.msv.reader.trex.ZeroOrMoreState
_
- _assert(boolean) - Static method in class com.sun.msv.reader.State
- _checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ConcreteType
- _checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
- _checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ListType
-
The current implementation detects which list item is considered wrong.
- _checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.Proxy
- _checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnionType
- _checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
actual 'meat' of the checkValid method
- _createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ConcreteType
- _createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
- _createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.IntegerType
- _createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.Proxy
- _createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
- _createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.AnyURIType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.Base64BinaryType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.BooleanType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ByteType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DoubleType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DurationType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.EntityType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.EnumerationFacet
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ErrorType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.FloatType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.IntegerType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.IntType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.LanguageType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.LengthFacet
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ListType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.LongType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.MaxLengthFacet
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.MinLengthFacet
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NameType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NcnameType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NegativeIntegerType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NmtokenType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.NumberType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.PositiveIntegerType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.Proxy
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.RangeFacet
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ShortType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.SimpleURType
-
the value object of the simple ur-type is the lexical value itself.
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.StringType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnionType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedByteType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedIntType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedLongType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.UnsignedShortType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceFacet
- _createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
converts a whitespace-processed lexical value into the corresponding value object
- _createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.EmptyStringType
- _createValue(String, ValidationContext) - Method in class com.sun.msv.grammar.relax.NoneType
- _generate(Datatype, ContextProviderImpl) - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
actual generation.
- _get(String) - Method in class com.sun.msv.grammar.ReferenceContainer
-
gets a referenced expression Derived class should provide type-safe accesser methods.
- _getOrCreate(String) - Method in class com.sun.msv.grammar.ReferenceContainer
-
gets or creates ReferenceExp object.
- _parse(Object, Locator) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
All Classes All Packages