- 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.
- Abort() - Constructor for exception com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker.Abort
-
- 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.
- AbortException() - Constructor for exception com.sun.msv.reader.AbortException
-
- AbortException() - Constructor for exception com.sun.msv.reader.trex.ng.RELAXNGReader.AbortException
-
- AbstractCalendarFormatter - Class in com.sun.msv.datatype.xsd.datetime
-
- AbstractCalendarFormatter() - Constructor for class com.sun.msv.datatype.xsd.datetime.AbstractCalendarFormatter
-
- AbstractCalendarParser - Class in com.sun.msv.datatype.xsd.datetime
-
Parses XML Schema date/time related types into a structure.
- AbstractCalendarParser(String, String) - Constructor for class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- AbstractVerifier - Class in com.sun.msv.verifier
-
Base implementation for various Verifier implementations.
- AbstractVerifier() - Constructor for class com.sun.msv.verifier.AbstractVerifier
-
- acceptedPatterns - Variable in class com.sun.msv.verifier.regexp.ElementToken
-
- Acceptor - Interface in com.sun.msv.verifier
-
exposes the low-level validation engine interface.
- acceptor - Variable in class com.sun.msv.verifier.Verifier.Context
-
- accepts(String, String) - Method in class com.sun.msv.grammar.AnyNameClass
-
AnyNameClass accpets any name, as its name suggests.
- accepts(String, String) - Method in class com.sun.msv.grammar.ChoiceNameClass
-
accepts a name if it is accepted by nc1 or nc2.
- accepts(String, String) - Method in class com.sun.msv.grammar.DifferenceNameClass
-
accepts a name if it is accepted by nc1 and not by nc2.
- accepts(String, String) - Method in class com.sun.msv.grammar.dtd.LocalNameClass
-
- accepts(String, String) - Method in class com.sun.msv.grammar.NameClass
-
checks if this name class accepts given namespace:localName pair.
- accepts(StringPair) - Method in class com.sun.msv.grammar.NameClass
-
- accepts(String, String) - Method in class com.sun.msv.grammar.NamespaceNameClass
-
accepts a name if its namespace URI matches to the namespaceURI field.
- accepts(String, String) - Method in class com.sun.msv.grammar.NotNameClass
-
accepts a name if it is not accepted by the child name class.
- accepts(String, String) - Method in class com.sun.msv.grammar.SimpleNameClass
-
- accepts(String, String) - Method in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
-
- activeScopes - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
a map from IdentityConstraint
to a LightStack
of
SelectorMatcher
.
- activeSteps - Variable in class com.sun.msv.verifier.identity.PathMatcher.SinglePathMatcher
-
stores matched steps.
- add - Variable in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- add(Map, XSDatatypeImpl) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
- add(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- add(ITimeDurationValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
returns the result of addition of this object and TimeDuration.
- add(String, String, boolean, ValidationContext) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
- add(XSDatatype) - Method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
-
- add(String, IdentityConstraint) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
-
- add(NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Adds newly found element or attribute.
- add(Matcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- addBackPatchJob(GrammarReader.BackPatch) - Method in class com.sun.msv.reader.GrammarReader
-
- addBackPatchJob(XSDatatypeExp) - Method in class com.sun.msv.reader.GrammarReader
-
- addChild(Token) - Method in class com.sun.msv.datatype.regexp.Token
-
- addChild(Token) - Method in class com.sun.msv.datatype.regexp.Token.UnionToken
-
- 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.
- addElement(Op) - Method in class com.sun.msv.datatype.regexp.Op.UnionOp
-
- 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 class com.sun.msv.reader.datatype.xsd.LazyTypeIncubator
-
- 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
-
- additionalNamespaceMap - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- 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
-
- addParameter(String, String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.ngimpl.DatatypeBuilderImpl
-
- addParameter(String, String, ValidationContext) - Method in class com.sun.msv.grammar.relaxng.datatype.DatatypeBuilderImpl
-
- addRange(int, int) - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- addRange(int, int) - Method in class com.sun.msv.datatype.regexp.Token
-
- addUserDefinedType(XSDatatypeExp) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- afterRoot() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- ALL - Static variable in class com.sun.msv.grammar.NameClass
-
name class that accepts everything.
- ALL - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- all(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- allowEmptyChoice - Variable in class com.sun.msv.reader.ChoiceState
-
- allowEmptySequence - Variable in class com.sun.msv.reader.SequenceState
-
- allowNullChild - Variable in class com.sun.msv.reader.trex.NameClassWithChildState
-
if this flag is true, then it is OK not to have any children.
- AmbiguousDocumentException() - Constructor for exception com.sun.msv.verifier.psvi.TypeDetector.AmbiguousDocumentException
-
- analyzeFirstCharacter(RangeToken, int) - Method in class com.sun.msv.datatype.regexp.Token
-
- ANCHOR - Static variable in class com.sun.msv.datatype.regexp.Op
-
- ANCHOR - Static variable in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- annealType(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.TypeWithOneChildState
-
performs final wrap-up and returns a fully created DataType object
that represents this element.
- 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
-
- ANY_STRING - Static variable in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
- 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.
- AnyElementToken() - Constructor for class com.sun.msv.verifier.regexp.AnyElementToken
-
- 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
-
- AnyStringExpression() - Constructor for class com.sun.msv.grammar.Expression.AnyStringExpression
-
- AnyURIType - Class in com.sun.msv.datatype.xsd
-
"anyURI" type.
- AnyURIType() - Constructor for class com.sun.msv.datatype.xsd.AnyURIType
-
- appendByte(StringBuffer, int) - Static method in class com.sun.msv.datatype.xsd.AnyURIType
-
- appendEscaped(StringBuffer, char) - Static method in class com.sun.msv.datatype.xsd.AnyURIType
-
convert one 'char' in BMP to UTF-8 encoding.
- appendEscaped(StringBuffer, char, char) - Static method in class com.sun.msv.datatype.xsd.AnyURIType
-
convert one surrogate pair to UTF-8 encoding.
- appendHex(StringBuffer, int) - Static method in class com.sun.msv.datatype.xsd.AnyURIType
-
- 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.
- AsciiReader(InputStream) - Constructor for class com.sun.msv.scanner.dtd.XmlReader.AsciiReader
-
- assignedEncoding - Variable in class com.sun.msv.scanner.dtd.XmlReader
-
- assignType(Datatype) - Method in class com.sun.msv.verifier.regexp.StringToken
-
- attAdapter - Variable in class com.sun.msv.writer.ContentHandlerAdaptor
-
- attDupChecker - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Object that checks duplicate attributes in a content model.
- attFeeder - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- attLocalName - Variable in class com.sun.msv.verifier.ErrorInfo.BadAttribute
-
- AttModel(Expression, boolean) - Constructor for class com.sun.msv.reader.dtd.DTDReader.AttModel
-
- 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.generator.Generator
-
all AttributeExps in the grammar.
- 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
-
- AttributeListAdapter() - Constructor for class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Construct a new adapter.
- 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
-
- attributePrunedExpression - Variable in class com.sun.msv.verifier.regexp.OptimizationTag
-
AttributePruner.prune(exp)
- 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
-
- AttributeRecoveryToken - Class in com.sun.msv.verifier.regexp
-
special AttributeToken that memorizes
AttributeExp
that fails to
validate itself.
- AttributeRecoveryToken(REDocumentDeclaration, String, String, String, StringToken) - Constructor for class com.sun.msv.verifier.regexp.AttributeRecoveryToken
-
- 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.generator.ElementDeclCollector
-
- attributes - Variable in class com.sun.msv.util.StartTagInfo
-
- attributesDecls - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
map from name to DeclImpl.
- AttributeState - Class in com.sun.msv.reader.relax.core
-
parses <attribute> element.
- AttributeState() - Constructor for class com.sun.msv.reader.relax.core.AttributeState
-
- AttributeState - Class in com.sun.msv.reader.trex
-
parses <attribute> pattern.
- AttributeState() - Constructor for class com.sun.msv.reader.trex.AttributeState
-
- AttributeState - Class in com.sun.msv.reader.trex.ng
-
parses <attribute> pattern.
- AttributeState() - Constructor for class com.sun.msv.reader.trex.ng.AttributeState
-
- AttributeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <attribute > element.
- AttributeState() - Constructor for class com.sun.msv.reader.xmlschema.AttributeState
-
- attributeStep - Variable in class com.sun.msv.grammar.xmlschema.XPath
-
optional attribute step that can only appear as the last child.
- AttributeToken - Class in com.sun.msv.verifier.regexp
-
represents attribute and its value.
- AttributeToken(REDocumentDeclaration) - 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
-
- AttributeToken(REDocumentDeclaration, String, String, String, StringToken) - Constructor for class com.sun.msv.verifier.regexp.AttributeToken
-
- attributeType - Variable in class com.sun.msv.verifier.Verifier
-
the same instance is reused by the feedAttribute method to reduce
the number of the object creation.
- 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
-
- atts - Variable in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
-
map of StringPairs to ReferenceExp(TagClause/AttPoolClause).
- atts - Variable in class com.sun.msv.writer.ContentHandlerAdaptor
-
- 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
-
- cache - Variable in class com.sun.msv.scanner.dtd.MessageCatalog
-
- cachedHashCode - Variable in class com.sun.msv.grammar.Expression
-
Hash code of this object.
- CACHESIZE - Static variable in class com.sun.msv.datatype.regexp.REUtil
-
- cal - Variable in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- calc(NameClass) - Static method in class com.sun.msv.grammar.util.PossibleNamesCollector
-
computes all possibile names for this name class, and returns
the set of
StringPair
.
- calc(Expression) - Static method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
- calcCompleteWildcard(AttributeWildcard, Set) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
-
Computes the "complete attribute wildcard"
- calcComplexTypeWildcard(AttributeWildcard, AttributeWildcard) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
-
- 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.AnyStringExpression
-
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.Expression
-
computes epsilon reducibility
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.Expression.EpsilonExpression
-
- calcEpsilonReducibility() - Method in class com.sun.msv.grammar.Expression.NullSetExpression
-
- 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.AnyStringExpression
-
- calcHashCode() - Method in class com.sun.msv.grammar.Expression
-
Computes the hashCode again.
- calcHashCode() - Method in class com.sun.msv.grammar.Expression.EpsilonExpression
-
- calcHashCode() - Method in class com.sun.msv.grammar.Expression.NullSetExpression
-
- 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
-
- calcLength(char[]) - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
computes the length of binary data.
- calcResidual(Expression, ElementToken) - Method in class com.sun.msv.verifier.regexp.ResidualCalculator
-
compute the residual
- 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.
- CalendarFormatter() - Constructor for class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
-
- CalendarParser - Class in com.sun.msv.datatype.xsd.datetime
-
Parses XML Schema date/time related types into Calendar
.
- CalendarParser(String, String) - Constructor for class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- callInterceptExpression(Expression) - Method in class com.sun.msv.reader.State
-
- callStack - Variable in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp.RenderingContext
-
- canHaveOccurs(ExpressionState) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
returns true if the given state can have "occurs" attribute.
- canHaveOccurs(State) - Method in class com.sun.msv.reader.relax.RELAXReader
-
returns true if the given state can have "occurs" attribute.
- canHaveOccurs(ExpressionState) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
returns true if the given state can have "occurs" attribute.
- canonicalize(String[]) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
-
- CAPTURE - Static variable in class com.sun.msv.datatype.regexp.Op
-
- CARRIAGE_RETURN - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
- 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.ClauseState
-
- 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
-
- Catalog() - Constructor for class com.sun.msv.scanner.dtd.DTDParser.Catalog
-
- categories - Static variable in class com.sun.msv.datatype.regexp.Token
-
- categories2 - Static variable in class com.sun.msv.datatype.regexp.Token
-
- categoryNames - Static variable in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- CERR_COMPETING - Static variable in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- CERR_COMPETING2 - Static variable in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- CERR_DEFVALUE_COMPETING_ELEMENTS - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_DEFVALUE_COMPLEX_ELEMENTNAME - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_DEFVALUE_CONTEXT_DEPENDENT_TYPE - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_DEFVALUE_DIFFERENT_VALUES - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_DEFVALUE_INVALID - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_DEFVALUE_NAME_IS_NOT_SIMPLE - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_DEFVALUE_NOT_OPTIONAL - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_DEFVALUE_REPEATABLE - Static variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- CERR_ID_TYPE_WITH_NON_SIMPLE_ATTNAME - Static variable in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- CERR_ID_TYPE_WITH_NON_SIMPLE_ELEMENTNAME - Static variable in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- CERR_MALPLACED_ID_TYPE - Static variable in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- 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.
- CHAR - Static variable in class com.sun.msv.datatype.regexp.Op
-
- CHAR - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_FINAL_QUOTE - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_INIT_QUOTE - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_LETTER - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_MARK - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_NUMBER - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_OTHER - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_PUNCTUATION - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_SEPARATOR - Static variable in class com.sun.msv.datatype.regexp.Token
-
- CHAR_SYMBOL - Static variable in class com.sun.msv.datatype.regexp.Token
-
- 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.identity.MatcherBundle
-
- 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
-
- characterType - Variable in class com.sun.msv.verifier.psvi.TypeDetector
-
- characterType - Variable in class com.sun.msv.verifier.Verifier
-
this field is used to receive type information of character literals.
- charData - Variable in class com.sun.msv.datatype.regexp.Op.CharOp
-
- chardata - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- chardata - Variable in class com.sun.msv.datatype.regexp.Token.CharToken
-
- CharOp(int, int) - Constructor for class com.sun.msv.datatype.regexp.Op.CharOp
-
- chars - Variable in class com.sun.msv.scanner.dtd.DTDParser.NameCacheEntry
-
- charsets - Static variable in class com.sun.msv.scanner.dtd.XmlReader
-
- charSource - Variable in class com.sun.msv.datatype.regexp.Match
-
- charTarget - Variable in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- charTmp - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- CharToken(int, int) - Constructor for class com.sun.msv.datatype.regexp.Token.CharToken
-
- check(NameClass, NameClass) - Method in class com.sun.msv.grammar.util.NameClassComparator
-
Returns true if two name classes collide.
- check(TagClause, RELAXCoreReader) - Method in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
-
- check(RELAXCoreReader, RELAXModule) - Static method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
- check(Expression) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
-
- check(GrammarReader, Expression) - Static method in class com.sun.msv.reader.RunAwayExpressionChecker
-
- check() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Traverses the grammar and performs the contextual check.
- check(NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateAttributesChecker
-
- check(NameClassAndExpression) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateElementsChecker
-
- 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.
- checkAttributeInfiniteName(AttributeExp) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DefaultChecker
-
- checkedExps - Variable in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
set of checked Expressions.
- checkedRefExps - Variable in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
set of checked ReferenceExps.
- checker - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Name class checker object.
- 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.DataTypeWithLexicalConstraintFacet
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DataTypeWithValueConstraintFacet
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.DateTimeBaseType
-
- 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.FloatingNumberType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- checkFormat(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.IntegerDerivedType
-
- 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.DataTypeWithLexicalConstraintFacet
-
- 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.
- checkQuestion(int) - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- checkQuestion(int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- checkRangeConsistency(XSDatatypeImpl, String, String) - Static method in class com.sun.msv.datatype.xsd.TypeIncubator
-
check (min,max) facet specification and makes sure that
they are consistent
- checkRecursion(InputEntity) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- checkRunawayExpression(ReferenceExp, Stack, Set) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- checkSurrogatePair(int) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- checkTagName - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
- checkValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- child - Variable in class com.sun.msv.datatype.regexp.Op.ChildOp
-
- child - Variable in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- child - Variable in class com.sun.msv.datatype.regexp.Token.ConcatToken
-
- child - Variable in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- child - Variable in class com.sun.msv.datatype.regexp.Token.ParenToken
-
- child - Variable in class com.sun.msv.grammar.NotNameClass
-
- child2 - Variable in class com.sun.msv.datatype.regexp.Token.ConcatToken
-
- 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
-
- ChildOp(int) - Constructor for class com.sun.msv.datatype.regexp.Op.ChildOp
-
- children - Variable in class com.sun.msv.datatype.regexp.Token.UnionToken
-
- children() - Method in class com.sun.msv.grammar.BinaryExp
-
iterates all child expressions.
- children - Variable in class com.sun.msv.verifier.identity.MatcherBundle
-
child matchers.
- 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.
- ChoiceExp(Expression, Expression) - Constructor for class com.sun.msv.grammar.ChoiceExp
-
- ChoiceNameClass - Class in com.sun.msv.grammar
-
Union of two NameClasses.
- ChoiceNameClass(NameClass, NameClass) - Constructor for class com.sun.msv.grammar.ChoiceNameClass
-
- choiceOfExported(ReferenceContainer) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- 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.
- ciSource - Variable in class com.sun.msv.datatype.regexp.Match
-
- ciTarget - Variable in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- clause - Variable in class com.sun.msv.grammar.relax.ElementRule
-
constraints over start tag of the element
- clause - Variable in class com.sun.msv.reader.relax.core.ElementRuleBaseState
-
- ClauseState - Class in com.sun.msv.reader.relax.core
-
common part of <tag> and <attPool>.
- ClauseState() - Constructor for class com.sun.msv.reader.relax.core.ClauseState
-
- clear() - Method in class com.sun.msv.scanner.dtd.SimpleHashtable
-
- clone() - Method in class com.sun.msv.datatype.regexp.Match
-
- close() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- close() - Method in class com.sun.msv.scanner.dtd.XmlReader.BaseReader
-
- close() - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Closes the reader.
- closed - Variable in class com.sun.msv.scanner.dtd.XmlReader
-
- ClosedHash() - Constructor for class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- ClosedHash(ExpressionPool.ClosedHash) - Constructor for class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- CLOSURE - Static variable in class com.sun.msv.datatype.regexp.Op
-
- CLOSURE - Static variable in class com.sun.msv.datatype.regexp.Token
-
- ClosureToken(int, Token) - Constructor for class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- collapse(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- Collapse() - Constructor for class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Collapse
-
- 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
-
- CommandLineException(String) - Constructor for exception com.sun.msv.generator.Driver.CommandLineException
-
- 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
-
- compacted - Variable in class com.sun.msv.datatype.regexp.RangeToken
-
- compactRanges() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
this.ranges is sorted.
- compactRanges() - Method in class com.sun.msv.datatype.regexp.Token
-
- Comparator - Interface in com.sun.msv.datatype.xsd
-
Comparable datatype.
- compare(Object, Object) - Method in interface com.sun.msv.datatype.xsd.Comparator
-
compare to value types and decides its order relation
- compare(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- compare(BigDateTimeValueType, BigDateTimeValueType) - Static method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
compares two BigDateTimeValueType and returns one of the constant defined in
Comparator
.
- compare(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- compare(BigTimeDurationValueType, BigTimeDurationValueType) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- compare(IDateTimeValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
compare two DateTimeValueType as defined in
com.sun.msv.datatype/Comparator
- compare(ITimeDurationValueType) - Method in interface com.sun.msv.datatype.xsd.datetime.ITimeDurationValueType
-
compare two ITimeDurationValueType as defined in
com.sun.msv.datatype/Comparator
- compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.DateTimeBaseType
-
compare two DateTimeValueType
- 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.FloatingNumberType
-
- compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.IntegerDerivedType
-
- compare(Object, Object) - Method in class com.sun.msv.datatype.xsd.NumberType
-
- compareTo(Object) - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- CompatibilityChecker - Class in com.sun.msv.reader.trex.ng.comp
-
- CompatibilityChecker(RELAXNGCompReader) - Constructor for class com.sun.msv.reader.trex.ng.comp.CompatibilityChecker
-
- 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
-
- compatibilityLib - Variable in class com.sun.msv.reader.trex.ng.DefaultDatatypeLibraryFactory
-
- 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(Token) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Compiles a token tree into an operation flow.
- compile(Token, Op, boolean) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Converts a token to an operation.
- compile(String) - Method in class com.sun.msv.datatype.xsd.regex.JDKImpl
-
- compile(String) - Method in class com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- compile(String) - Method in class com.sun.msv.datatype.xsd.regex.XercesImpl
-
- compileRegExps() - Method in class com.sun.msv.datatype.xsd.PatternFacet
-
Compiles all the regular expressions.
- compileSchema(InputSource) - Method in class com.sun.msv.verifier.jarv.FactoryImpl
-
- complementRanges(Token) - Static method in class com.sun.msv.datatype.regexp.RangeToken
-
for RANGE: Creates complement.
- complementRanges(Token) - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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.
- composeFromSurrogates(int, int) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- compute(XMLSchemaReader, Expression) - Static method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
-
- compute(Expression) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
-
- CONCAT - Static variable in class com.sun.msv.datatype.regexp.Token
-
- concatenateMessages(List, boolean, String, String) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
format list of candidates to one string.
- concatenateMessages(Set, boolean, String, String) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
- ConcatToken(Token, Token) - Constructor for class com.sun.msv.datatype.regexp.Token.ConcatToken
-
- ConcreteType - Class in com.sun.msv.datatype.xsd
-
base class for types that union/list/atomic.
- ConcreteType(String, String, WhiteSpaceProcessor) - Constructor for class com.sun.msv.datatype.xsd.ConcreteType
-
- ConcreteType(String, String) - Constructor for class com.sun.msv.datatype.xsd.ConcreteType
-
- concreteType - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
base concrete type
- concur(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
-
- ConcurExp - Class in com.sun.msv.grammar
-
<concur> pattern of TREX.
- ConcurExp(Expression, Expression) - Constructor for class com.sun.msv.grammar.ConcurExp
-
- ConcurState - Class in com.sun.msv.reader.trex.classic
-
parses <concur> pattern.
- ConcurState() - Constructor for class com.sun.msv.reader.trex.classic.ConcurState
-
- CONDITION - Static variable in class com.sun.msv.datatype.regexp.Op
-
- condition - Variable in class com.sun.msv.datatype.regexp.Op.ConditionOp
-
- CONDITION - Static variable in class com.sun.msv.datatype.regexp.Token
-
- condition - Variable in class com.sun.msv.datatype.regexp.Token.ConditionToken
-
- ConditionOp(int, int, Op, Op, Op) - Constructor for class com.sun.msv.datatype.regexp.Op.ConditionOp
-
- ConditionToken(int, Token, Token, Token) - Constructor for class com.sun.msv.datatype.regexp.Token.ConditionToken
-
- 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
-
- connectorType - Variable in class com.sun.msv.reader.dtd.DTDReader.Context
-
- Const - Class in com.sun.msv.verifier.jarv
-
Constant values related to JARV.
- Const() - Constructor for class com.sun.msv.verifier.jarv.Const
-
- Const - Class in com.sun.msv.verifier.jaxp
-
- Const() - Constructor for class com.sun.msv.verifier.jaxp.Const
-
- contains(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
checks if the specified facet was added to this map
- 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
-
- 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
-
- contentHandler - Variable in class com.sun.msv.writer.ContentHandlerAdaptor
-
- ContentHandlerAdaptor - Class in com.sun.msv.writer
-
Adapt SAX2 ContentHandler as a SAX1 DocumentHandler.
- ContentHandlerAdaptor(ContentHandler) - Constructor for class com.sun.msv.writer.ContentHandlerAdaptor
-
- ContentHandlerAdaptor.AttributeListAdapter - Class in com.sun.msv.writer
-
Adapt a SAX1 AttributeList as a SAX2 Attributes object.
- contentModel - Variable in class com.sun.msv.grammar.ElementExp
-
content model of this element declaration.
- CONTENTMODEL - Static variable in class com.sun.msv.grammar.util.ExpressionPrinter
-
in this mode, element declaration is
one of the terminal symbol of stringnization.
- contentModel - Variable in class com.sun.msv.reader.dtd.DTDReader
-
- contentModel - Variable in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
-
- contentModel - Variable in class com.sun.msv.reader.relax.HedgeRuleBaseState
-
- contentModel - Variable in class com.sun.msv.reader.RunAwayExpressionChecker
-
Expressions which are used as the content model of current element.
- 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
-
- ContentModelRefExpRemover.Remover - Class in com.sun.msv.verifier.regexp
-
- contents - Variable in class com.sun.msv.verifier.regexp.ComplexAcceptorBaseImpl
-
- context - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- context - Variable in class com.sun.msv.datatype.regexp.RegularExpression
-
- Context() - Constructor for class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- context - Variable in class com.sun.msv.reader.datatype.xsd.LazyTypeIncubator.Facet
-
- Context(DTDReader.Context, Expression, short) - Constructor for class com.sun.msv.reader.dtd.DTDReader.Context
-
- 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(Verifier.Context, Acceptor, int, int) - Constructor for class com.sun.msv.verifier.Verifier.Context
-
- Context - Interface in com.sun.msv.writer.relaxng
-
- context - Variable in class com.sun.msv.writer.relaxng.PatternWriter
-
- contextDependentTypeChecker - Variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
checks if the expression contains context-dependent datatypes.
- ContextProviderImpl - Class in com.sun.msv.generator
-
dummy implementation of ValidationContextProvider.
- ContextProviderImpl(Element) - Constructor for class com.sun.msv.generator.ContextProviderImpl
-
- contextPushed - Variable in class com.sun.msv.verifier.AbstractVerifier
-
- contextStack - Variable in class com.sun.msv.reader.dtd.DTDReader
-
- continuation - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
- continuation - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
-
- continuation - Variable in class com.sun.msv.verifier.regexp.OptimizationTag.OwnerAndCont
-
- continuation - Variable in class com.sun.msv.verifier.regexp.SimpleAcceptor
-
the expression that should be used by the parent acceptor
once if this acceptor is satisfied.
- continueGet(Expression, StartTagInfo, boolean) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
- Controller - Class in com.sun.msv.reader
-
Internal view of GrammarReaderController.
- Controller(GrammarReaderController) - Constructor for class com.sun.msv.reader.Controller
-
- controller - Variable in class com.sun.msv.reader.dtd.DTDReader
-
- controller - Variable in class com.sun.msv.reader.GrammarReader
-
this object receives errors and warnings
- controller - Variable in class com.sun.msv.reader.util.GrammarLoader
-
- 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.DateTimeBaseType
-
- 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.IntegerDerivedType
-
- 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
-
- core - Variable in class com.sun.msv.grammar.util.IDContextProviderWrapper
-
- core - Variable in class com.sun.msv.reader.Controller
-
Controller works as a wrapper to this object.
- core - Variable in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
-
- core - Variable in class com.sun.msv.relaxns.verifier.SchemaProviderImpl.ErrorHandlerFilter
-
- core - Variable in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
Wrapped DocumentBuilderFactory that does everything else.
- core - Variable in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
Wrapped DocumentBuilder that does everything else.
- core - Variable in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Actual SAXParserFactory implementation.
- core - Variable in class com.sun.msv.verifier.jaxp.SAXParserImpl
-
The underlying SAX parser.
- COUNT - Static variable in class com.sun.msv.datatype.regexp.Op
-
- count - Variable in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
The total number of mappings in the hash table.
- count - Variable in class com.sun.msv.scanner.dtd.SimpleHashtable
-
- countCheck(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
-
- counter - Variable in class com.sun.msv.driver.textui.ReportErrorHandler
-
- countLength(Object) - Method in class com.sun.msv.datatype.xsd.AnyURIType
-
- countLength(Object) - Method in class com.sun.msv.datatype.xsd.BinaryBaseType
-
- countLength(Object) - Method in interface com.sun.msv.datatype.xsd.Discrete
-
count the number of item in value type.
- 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.
- COUNTTOKENS - Static variable in class com.sun.msv.datatype.regexp.Token
-
- create(BigInteger) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
-
translates a BigInteger to an IntegerValueType.
- create(String) - Static method in class com.sun.msv.datatype.xsd.IntegerValueType
-
translates non-canonicalized representation of an integer into
an IntegerValueType.
- create(IDContextProvider) - Static method in class com.sun.msv.grammar.util.IDContextProviderWrapper
-
- create(RELAXModule, Expression) - Method in class com.sun.msv.relaxns.grammar.relax.ExportedAttPoolGenerator
-
- createAcceptor() - Method in interface com.sun.msv.verifier.DocumentDeclaration
-
creates a new Acceptor that will validate the document element.
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.ContentModelAcceptor
-
creates actual Acceptor object from the computed result.
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
- createAcceptor() - Method in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- createAcceptor(Expression, Expression, ElementExp[], int) - Method in class com.sun.msv.verifier.regexp.xmlschema.XSAcceptor
-
creates an XSAcceptor instead of default acceptor implementations.
- createAcceptor() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
- createAnchor(int) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createAnchor(int) - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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".
- createBackReference(int) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createBackReference(int) - Static method in class com.sun.msv.datatype.regexp.Token
-
- createBuiltinList(String, XSDatatypeImpl) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
- createCalendar() - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- createCapture(int, Op) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createChar(int) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createChar(int) - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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.ClauseState
-
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.DivInModuleState
-
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.ElementRuleBaseState
-
- 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.core.RootModuleMergeState
-
- createChildState(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RootModuleState
-
- 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.relax.InterfaceStateEx
-
- createChildState(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.RootGrammarMergeState
-
- 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.StringRecoveryToken
-
- createChildStringToken(String, DatatypeRef) - Method in class com.sun.msv.verifier.regexp.StringToken
-
- createChoice(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createChoiceOfAllExportedRules(SchemaProvider) - Method in class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
-
creates a choice expression of all exported rules in the given provider.
- 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
-
- createClosure(int) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createClosure(Token) - Static method in class com.sun.msv.datatype.regexp.Token
-
- createCombined(ExpressionPool, DeclImpl[]) - Static method in class com.sun.msv.relaxns.verifier.RulesAcceptor
-
helper function for constructor
- createConcat(Token, Token) - Static method in class com.sun.msv.datatype.regexp.Token
-
- createConcat() - Static method in class com.sun.msv.datatype.regexp.Token
-
- createConcur(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createCondition(Op, int, Op, Op, Op) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createCondition(int, Token, Token, Token) - Static method in class com.sun.msv.datatype.regexp.Token
-
- createData(XSDatatype) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createData(Datatype, StringPair) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createData(Datatype, StringPair, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createDatatype(String) - Method in class com.sun.msv.datatype.ErrorDatatypeLibrary
-
- createDatatype() - Method in class com.sun.msv.datatype.ErrorDatatypeLibrary
-
- createDatatype() - Method in class com.sun.msv.datatype.xsd.ngimpl.DatatypeBuilderImpl
-
- 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() - Method in class com.sun.msv.grammar.relaxng.datatype.DatatypeBuilderImpl
-
- 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
-
- createDatatypeLibrary(String) - Method in class com.sun.msv.reader.trex.ng.DefaultDatatypeLibraryFactory
-
- createDefaultContentModels(ElementExp[], ExpressionPool) - Static method in class com.sun.msv.verifier.regexp.ComplexAcceptor
-
- createDot() - Static method in class com.sun.msv.datatype.regexp.Op
-
- 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.
- createEmpty() - Static method in class com.sun.msv.datatype.regexp.Token
-
- createEpsilon() - Method in class com.sun.msv.grammar.ExpressionPool
-
- createError - Variable in class com.sun.msv.generator.Driver
-
- 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.
- createIndependent(Op, Op) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createInitialBuiltinTypesMap() - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
creates a map that contains frequently-used built-in types
- createInitialNamespaceMap() - Static method in class com.sun.msv.reader.dtd.DTDReader
-
- createInputSource(String, InputStream, boolean, String) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Returns an input source, using the MIME type information and URL
scheme to statically determine the correct character encoding if
possible and otherwise autodetecting it.
- createInputSource(URL, boolean) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Creates an input source from a given URI.
- createInputSource(File) - Static method in class com.sun.msv.scanner.dtd.Resolver
-
Creates an input source from a given file, autodetecting
the character encoding.
- createInterleave(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createJavaObject(String, ValidationContext) - Method in interface com.sun.msv.datatype.DatabindableDatatype
-
converts lexcial value to a corresponding Java-friendly object
by using the given context information.
- createJavaObject(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- createJavaTimeZone() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- createLaxNameClass(NameClass, XMLSchemaReader.RefResolver) - Method in class com.sun.msv.reader.xmlschema.AnyState
-
- createList(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createLook(int, Op, Op) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createLook(int, Token) - Static method in class com.sun.msv.datatype.regexp.Token
-
- createMap() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- 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".
- createModifier(Op, Op, int, int) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createModifierGroup(Token, int, int) - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- createNGClosure(Token) - Static method in class com.sun.msv.datatype.regexp.Token
-
- createNonGreedyClosure() - Static method in class com.sun.msv.datatype.regexp.Op
-
- createNRange() - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- createOptionString(int) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- createParen(Token, int) - Static method in class com.sun.msv.datatype.regexp.Token
-
- createParserFactory() - Static method in class com.sun.msv.reader.GrammarReader
-
Creates a default SAXParserFactory.
- createQuestion(boolean) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createRange(Token) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createRange() - Static method in class com.sun.msv.datatype.regexp.Token
-
- createRangeFacet(XSDatatypeImpl, Number, Number) - Static method in class com.sun.msv.datatype.xsd.IntegerDerivedType
-
Apply a range facet.
- createReader(InputStream) - Static method in class com.sun.msv.scanner.dtd.XmlReader
-
Constructs the reader from an input stream, autodetecting
the encoding to use according to the heuristic specified
in the XML 1.0 recommendation.
- createReader(InputStream, String) - Static method in class com.sun.msv.scanner.dtd.XmlReader
-
Creates a reader supporting the given encoding, mapping
from standard encoding names to ones that understood by
Java where necessary.
- createRecoveryAcceptors() - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
creates Acceptor that recovers from errors.
- createRecoveryAttToken() - Method in class com.sun.msv.verifier.regexp.AttributeToken
-
creates a special AttributeToken which matchs any content restrictions.
- 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
-
- createRegex(String, String) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
Creates a RegularExpression instance.
- createRegExp() - Static method in class com.sun.msv.datatype.xsd.AnyURIType
-
- createSequence(Expression, Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createStreamingValidator(ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- createString(String) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createString(String) - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- createTopLevelReaderState(StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.UndefinedDataTypeVocabulary
-
- createTopLevelVerifier() - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
- createTypeIncubator() - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
-
- createUnion(int) - Static method in class com.sun.msv.datatype.regexp.Op
-
- createUnion() - Static method in class com.sun.msv.datatype.regexp.Token
-
- createUricMap() - Static method in class com.sun.msv.datatype.xsd.AnyURIType
-
- createValue(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- createValue(XSDatatype, Object) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createValue(Datatype, StringPair, Object) - Method in class com.sun.msv.grammar.ExpressionPool
-
- createVerifier(Grammar) - Static method in class com.sun.msv.verifier.jarv.FactoryImpl
-
gets the VGM by sniffing its type.
- createXMLReader() - Method in class com.sun.msv.verifier.jarv.SchemaImpl
-
- createZeroOrMore(Expression) - Method in class com.sun.msv.grammar.ExpressionPool
-
- ctor - Variable in class com.sun.msv.datatype.xsd.regex.JDKImpl
-
- ctor - Variable in class com.sun.msv.datatype.xsd.regex.XercesImpl
-
- current - Variable in class com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker
-
current clause.
- current - Variable in class com.sun.msv.scanner.dtd.SimpleHashtable
-
- current - Variable in class com.sun.msv.verifier.Verifier
-
- currentBucket - Variable in class com.sun.msv.scanner.dtd.SimpleHashtable
-
- 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
-
- currentTagName - Variable in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
- 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.
- CutInFilter() - Constructor for class com.sun.msv.relaxns.reader.NamespaceState.CutInFilter
-
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
-
- data(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- DatabindableDatatype - Interface in com.sun.msv.datatype
-
Datatype interface that supports Java databinding.
- dataExcept(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- DataExp - Class in com.sun.msv.grammar
-
Expression that matchs characters of the particular Datatype
.
- DataExp(Datatype, StringPair, Expression) - Constructor for class com.sun.msv.grammar.DataExp
-
- DataOrValueExp - Interface in com.sun.msv.grammar
-
- dataParam(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- DataParamState - Class in com.sun.msv.reader.trex.ng
-
parses <param> element inside <data> element.
- DataParamState() - Constructor for class com.sun.msv.reader.trex.ng.DataParamState
-
- DataState - Class in com.sun.msv.reader.trex.classic
-
parses <data> pattern.
- DataState() - Constructor for class com.sun.msv.reader.trex.classic.DataState
-
- DataState - Class in com.sun.msv.reader.trex.ng
-
parses <data> pattern.
- DataState() - Constructor for class com.sun.msv.reader.trex.ng.DataState
-
- DatatypeBuilderImpl - Class in com.sun.msv.datatype.xsd.ngimpl
-
- DatatypeBuilderImpl(XSDatatype) - Constructor for class com.sun.msv.datatype.xsd.ngimpl.DatatypeBuilderImpl
-
- DatatypeBuilderImpl - Class in com.sun.msv.grammar.relaxng.datatype
-
DataTypeBuilder implementation.
- DatatypeBuilderImpl(Datatype) - Constructor for class com.sun.msv.grammar.relaxng.datatype.DatatypeBuilderImpl
-
- DatatypeContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
-
- DatatypeFactory - Class in com.sun.msv.datatype.xsd
-
Datatype object factory.
- DatatypeFactory() - Constructor for class com.sun.msv.datatype.xsd.DatatypeFactory
-
- 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
-
- datatypeLib - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
currently active datatype library.
- datatypeLibrary - Variable in class com.sun.msv.reader.dtd.DTDReader
-
Used to create Datatype objects.
- datatypeLibraryFactory - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
DatatypeLibrary factory object.
- datatypeLibraryFactory - Variable in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
-
- 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
- DataTypeWithFacet(String, String, XSDatatypeImpl, String, boolean) - Constructor for class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
constructor for facets other than WhiteSpaceFacet
- DataTypeWithFacet(String, String, XSDatatypeImpl, String, boolean, WhiteSpaceProcessor) - Constructor for class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
constructor for WhiteSpaceFacet
- DataTypeWithLexicalConstraintFacet - Class in com.sun.msv.datatype.xsd
-
base class for facets which constrains lexical space of data
- DataTypeWithLexicalConstraintFacet(String, String, XSDatatypeImpl, String, boolean) - Constructor for class com.sun.msv.datatype.xsd.DataTypeWithLexicalConstraintFacet
-
- DataTypeWithValueConstraintFacet - Class in com.sun.msv.datatype.xsd
-
base class for facets which constrain value space.
- DataTypeWithValueConstraintFacet(String, String, XSDatatypeImpl, String, boolean) - Constructor for class com.sun.msv.datatype.xsd.DataTypeWithValueConstraintFacet
-
- DateTimeBaseType - Class in com.sun.msv.datatype.xsd
-
base implementation of dateTime and dateTime-truncated types.
- DateTimeBaseType(String) - Constructor for class com.sun.msv.datatype.xsd.DateTimeBaseType
-
- 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.
- DateTimeType() - Constructor for class com.sun.msv.datatype.xsd.DateTimeType
-
- DateType - Class in com.sun.msv.datatype.xsd
-
"date" type.
- DateType() - Constructor for class com.sun.msv.datatype.xsd.DateType
-
- day - Variable in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
day (always normalized, between 0-30)
this variable is null if no year is specified
- day - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- day - Variable in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- dayInMonth - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- 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
-
- DblAttrConstraintChecker.Eureka - Exception in com.sun.msv.reader.relax.core.checker
-
- DEBUG - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
- Debug - Class in com.sun.msv.driver.textui
-
- Debug() - Constructor for class com.sun.msv.driver.textui.Debug
-
- debug - Static variable in class com.sun.msv.driver.textui.Debug
-
- debug - Variable in class com.sun.msv.generator.Driver
-
- DebugController - Class in com.sun.msv.driver.textui
-
GrammarReaderController that prints all errors and warnings.
- DebugController(boolean) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- DebugController(boolean, boolean) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- DebugController(boolean, boolean, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- DebugController(boolean, boolean, PrintStream) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- DebugController(boolean, boolean, PrintStream, EntityResolver) - Constructor for class com.sun.msv.driver.textui.DebugController
-
- decimal0 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- 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
-
- declaredLocations - Variable in class com.sun.msv.reader.dtd.DTDReader
-
this map remembers where ReferenceExps are defined,
and where user defined types are defined.
- declaredLocations - Variable in class com.sun.msv.reader.GrammarReader
-
this map remembers where ReferenceExps are defined,
and where user defined types are defined.
- 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
-
- decodeEscaped() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- decodeEscaped() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- decodeMap - Static variable in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- decomposeToSurrogates(int) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- decorate(Document) - Static method in class com.sun.msv.generator.DOMDecorator
-
- DefAttCompatibilityChecker - Class in com.sun.msv.reader.trex.ng.comp
-
- DefAttCompatibilityChecker(RELAXNGCompReader, Map) - Constructor for class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- DefAttCompatibilityChecker.Abort - Exception in com.sun.msv.reader.trex.ng.comp
-
used to abort the check.
- DefAttCompatibilityChecker.DefAttMap - Class in com.sun.msv.reader.trex.ng.comp
-
- DefAttMap(ElementExp, Map) - Constructor for class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker.DefAttMap
-
- DEFAULT_PANIC_LEVEL - Static variable in class com.sun.msv.verifier.Verifier
-
- defaultAttributes - Variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker.DefAttMap
-
the map from the attribute name (as StringPair) to the default value (as String).
- DefaultChecker() - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker.DefaultChecker
-
- DefaultDatatypeLibraryFactory - Class in com.sun.msv.reader.trex.ng
-
Default implementation of Datatype
- DefaultDatatypeLibraryFactory() - Constructor for class com.sun.msv.reader.trex.ng.DefaultDatatypeLibraryFactory
-
- defaultedAttributes - Variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- defaultedAttributes - Variable in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
- 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.NameClassWriter
-
Namespace URI of the inherited "ns" attribute, if any.
- 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
-
- definedSchemata - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
set of XMLSchemaGrammar that is already defined.
- DefineState - Class in com.sun.msv.reader.trex.classic
-
parses <define> declaration.
- DefineState() - Constructor for class com.sun.msv.reader.trex.classic.DefineState
-
- DefineState - Class in com.sun.msv.reader.trex
-
parses <define> declaration.
- DefineState() - Constructor for class com.sun.msv.reader.trex.DefineState
-
- DefineState - Class in com.sun.msv.reader.trex.ng
-
parses <define> declaration.
- DefineState() - Constructor for class com.sun.msv.reader.trex.ng.DefineState
-
- delayedBackPatchJobs - Variable in class com.sun.msv.reader.GrammarReader
-
- depth - Variable in class com.sun.msv.generator.Generator
-
current nest level (depth of elements).
- depth - Variable in class com.sun.msv.reader.IgnoreState
-
- depth - Variable in class com.sun.msv.relaxns.reader.NamespaceState.CutInFilter
-
- depth - Variable in class com.sun.msv.verifier.identity.MatcherBundle
-
depth.
- 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 class com.sun.msv.reader.datatype.xsd.LazyTypeIncubator
-
- derive(String, String) - Method in interface com.sun.msv.reader.datatype.xsd.XSTypeIncubator
-
- deriveByList(String, String, XSDatatype) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
derives a new type by list.
- deriveByList(String, XSDatatype) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- deriveByUnion(String, String, XSDatatype[]) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
derives a new type by union.
- deriveByUnion(String, XSDatatype[]) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- deriveByUnion(String, Collection) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
Deprecated.
- deriveByUnion(String, String, Collection) - Static method in class com.sun.msv.datatype.xsd.DatatypeFactory
-
- detectCollision(ReferenceContainer, ReferenceContainer, String) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- detectDoubleAttributeConstraints(RELAXModule) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
detect two AttributeExps that share the same target name.
- 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
-
- diagnoseBadAttributeValue(AttributeRecoveryToken) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
computes diagnosis message for bad attribute value
- diagnoseBadTagName(StartTagInfo) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
computes diagnosis message for bad tag name
- 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
- diagnoseMissingAttribute(StartTagInfo) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
computes diagnosis message for missing attribute
- diagnoseUncompletedContent() - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
diagnoses "uncompleted content model" error.
- diagnoseUnexpectedLiteral(StringToken) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
diagnoses an error when a StringToken is rejected.
- DifferenceNameClass - Class in com.sun.msv.grammar
-
<difference> name class.
- DifferenceNameClass(NameClass, NameClass) - Constructor for class com.sun.msv.grammar.DifferenceNameClass
-
- DIGITS - Static variable in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- 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.)
- Discrete - Interface in com.sun.msv.datatype.xsd
-
base interface of types to which length-related facets are applicable.
- dispatcher - Variable in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
-
- dispatcher - Variable in class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
- 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.
- displayWarning - Variable in class com.sun.msv.driver.textui.DebugController
-
if true, warnings are reported.
- divideAndRemainder(BigInteger, BigInteger) - Static method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- 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.driver.textui.Driver.SimpleVerifier
-
- 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
- doChoice(BinaryExp) - Method in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
- 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
-
- DocumentBuilderImpl - Class in com.sun.msv.verifier.jaxp
-
DocumentBuilder implementation that supports validation.
- DocumentBuilderImpl(DocumentBuilder, Schema) - Constructor for class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- 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.
- doFormat(String, Object) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarFormatter
-
- doLexicalPE - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- dom - Variable in class com.sun.msv.util.xml.DOMBuilder
-
- DOM2toSAX2 - Class in com.sun.msv.generator
-
- DOM2toSAX2() - Constructor for class com.sun.msv.generator.DOM2toSAX2
-
- DOMBuilder - Class in com.sun.msv.util.xml
-
builds DOM from SAX2 event stream.
- DOMBuilder(Document) - Constructor for class com.sun.msv.util.xml.DOMBuilder
-
- DOMBuilder() - Constructor for class com.sun.msv.util.xml.DOMBuilder
-
- DOMDecorator - Class in com.sun.msv.generator
-
Decorates DOM with missing information so that it will be nicely serialized.
- DOMDecorator() - Constructor for class com.sun.msv.generator.DOMDecorator
-
- DOMDecorator.DOMVisitor - Interface in com.sun.msv.generator
-
- domDoc - Variable in class com.sun.msv.generator.Generator
-
- domFactory - Variable in class com.sun.msv.generator.Driver
-
- 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
-
- DOT - Static variable in class com.sun.msv.datatype.regexp.Op
-
- DOT - Static variable in class com.sun.msv.datatype.regexp.Token
-
- doubleMatchError() - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
this field matches more than once.
- DoubleType - Class in com.sun.msv.datatype.xsd
-
"double" type.
- DoubleType() - Constructor for class com.sun.msv.datatype.xsd.DoubleType
-
- doubleValue() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- Driver - Class in com.sun.msv.driver.textui
-
command line Verifier.
- Driver() - Constructor for class com.sun.msv.driver.textui.Driver
-
- Driver - Class in com.sun.msv.generator
-
command line driver.
- Driver() - Constructor for class com.sun.msv.generator.Driver
-
- Driver - Class in com.sun.msv.writer.relaxng
-
converts any supported languages into the equivalent RELAX NG grammar.
- Driver() - Constructor for class com.sun.msv.writer.relaxng.Driver
-
- Driver.CommandLineException - Exception in com.sun.msv.generator
-
Command line argument error.
- Driver.DocumentVerifier - Interface in com.sun.msv.driver.textui
-
acts as a function closure to validate a document.
- Driver.RELAXNSVerifier - Class in com.sun.msv.driver.textui
-
validates a document by using divide & validate framework.
- Driver.SimpleVerifier - Class in com.sun.msv.driver.textui
-
- Driver.XMLSchemaVerifier - Class in com.sun.msv.driver.textui
-
- 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.
- dt - Variable in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Datatype object wrapped by this expression.
- DTDEventListener - Interface in com.sun.msv.scanner.dtd
-
All DTD parsing events are signaled through this interface.
- DTDFactoryImpl - Class in com.sun.msv.verifier.jarv
-
- DTDFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
- DTDFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
use the default SAXParser.
- dtdHandler - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- 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
-
- DTDParser.Catalog - Class in com.sun.msv.scanner.dtd
-
- DTDParser.NameCache - Class in com.sun.msv.scanner.dtd
-
- DTDParser.NameCacheEntry - Class in com.sun.msv.scanner.dtd
-
- 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.AttModel - Class in com.sun.msv.reader.dtd
-
- DTDReader.Context - Class in com.sun.msv.reader.dtd
-
- dtGenerator - Variable in class com.sun.msv.generator.GeneratorOption
-
- dtgi - Variable in class com.sun.msv.generator.Driver
-
- dtLibStack - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- dtLibURIStack - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- 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.
- dumpRanges() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- dumpRELAXGrammar(RELAXGrammar) - Static method in class com.sun.msv.driver.textui.Driver
-
- dumpRELAXModule(RELAXModule) - Static method in class com.sun.msv.driver.textui.Driver
-
- dumpString(String) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- 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
-
- DuplicateAttributesChecker() - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateAttributesChecker
-
- DuplicateElementsChecker() - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateElementsChecker
-
- duplicateIds - Variable in class com.sun.msv.verifier.Verifier
-
Stores all duplicate id values.
- DuplicateNameChecker() - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
- DurationType - Class in com.sun.msv.datatype.xsd
-
"duration" type.
- DurationType() - Constructor for class com.sun.msv.datatype.xsd.DurationType
-
- e - Variable in exception com.sun.msv.reader.util.GrammarLoader.GrammarLoaderException
-
- e - Variable in exception com.sun.msv.util.xml.SAXEventGenerator.SAXWrapper
-
- e - Variable in exception com.sun.msv.verifier.jarv.FactoryImpl.WrapperException
-
- e - Variable in exception com.sun.msv.writer.SAXRuntimeException
-
- ecc - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- elemDupChecker - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Object that checks conflicting elements in interleave.
- element - Variable in class com.sun.msv.generator.ContextProviderImpl
-
- element - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- 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 - Variable in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- element(String) - Method in class com.sun.msv.writer.XMLWriter
-
- element(String, String[]) - Method in class com.sun.msv.writer.XMLWriter
-
- elementAt(int) - Method in class com.sun.msv.datatype.regexp.Op
-
- elementAt(int) - Method in class com.sun.msv.datatype.regexp.Op.UnionOp
-
- 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.
- ElementDeclCollector() - Constructor for class com.sun.msv.generator.ElementDeclCollector
-
- ElementDeclContainer() - Constructor for class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
-
- ElementDeclExp - Class in com.sun.msv.grammar.xmlschema
-
Element declaration.
- ElementDeclExp(XMLSchemaSchema, String) - Constructor for class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- ElementDeclExp.XSElementExp - Class in com.sun.msv.grammar.xmlschema
-
- elementDecls - Variable in class com.sun.msv.generator.Generator
-
all ElementExps in the grammar.
- elementDecls - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
map from attribute declaration name to AttributeDeclExp object
- elementDecls - Variable in class com.sun.msv.reader.dtd.DTDReader
-
map from element name to its content model.
- elementDecls - Variable in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
map from name to DeclImpl.
- ElementDeclState - Class in com.sun.msv.reader.xmlschema
-
used to parse <element > element without ref attribute.
- ElementDeclState() - Constructor for class com.sun.msv.reader.xmlschema.ElementDeclState
-
- ElementErrorInfo(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
-
- ElementErrorInfo(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.ElementErrorInfo
-
- ElementExp - Class in com.sun.msv.grammar
-
Element declaration.
- ElementExp(Expression, boolean) - Constructor for class com.sun.msv.grammar.ElementExp
-
- elementFormDefault - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
value of the "elementFormDefault" attribute.
- elementMatched - Variable in class com.sun.msv.verifier.identity.PathMatcher.SinglePathMatcher
-
this flag is set to true when the path contains an attribute step
and the current element matches the element part of the path.
- elementName - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
-
- ElementPattern - Class in com.sun.msv.grammar.trex
-
<element> pattern of TREX.
- ElementPattern(NameClass, Expression) - Constructor for class com.sun.msv.grammar.trex.ElementPattern
-
- elementRef(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- ElementRefState - Class in com.sun.msv.reader.relax
-
parses <ref label="..." /> element.
- ElementRefState() - Constructor for class com.sun.msv.reader.relax.ElementRefState
-
- ElementRefState - Class in com.sun.msv.reader.xmlschema
-
used to parse <element > element with ref attribute.
- ElementRefState() - Constructor for class com.sun.msv.reader.xmlschema.ElementRefState
-
- ElementRule - Class in com.sun.msv.grammar.relax
-
ElementRule declaration of RELAX.
- ElementRule(ExpressionPool, TagClause, Expression) - Constructor for class com.sun.msv.grammar.relax.ElementRule
-
- elementRule(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- ElementRuleBaseState - Class in com.sun.msv.reader.relax.core
-
Base implementation for ElementRuleWithHedgeState and ElementRuleWithTypeState.
- ElementRuleBaseState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleBaseState
-
- ElementRules - Class in com.sun.msv.grammar.relax
-
Set of ElementRule objects that share the label name.
- ElementRules(String, RELAXModule) - Constructor for class com.sun.msv.grammar.relax.ElementRules
-
- elementRules - Variable in class com.sun.msv.grammar.relax.RELAXModule
-
map from label name to ElementRules object
- ElementRulesContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
-
- ElementRuleWithHedgeState - Class in com.sun.msv.reader.relax.core
-
parses <elementRule> without 'type' attribute.
- ElementRuleWithHedgeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
-
- ElementRuleWithTypeState - Class in com.sun.msv.reader.relax.core
-
parses <elementRule> with 'type' attribute.
- ElementRuleWithTypeState() - Constructor for class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
-
- elements - Variable in class com.sun.msv.generator.ElementDeclCollector
-
- ElementsOfConcernCollector - Class in com.sun.msv.verifier.regexp
-
Collects "elements of concern".
- ElementsOfConcernCollector() - Constructor for class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
-
- ElementState - Class in com.sun.msv.reader.trex
-
parses <element> pattern.
- ElementState() - Constructor for class com.sun.msv.reader.trex.ElementState
-
- ElementState - Class in com.sun.msv.reader.trex.ng
-
parses <element> pattern.
- ElementState() - Constructor for class com.sun.msv.reader.trex.ng.ElementState
-
- elementText - Variable in class com.sun.msv.verifier.identity.FieldMatcher
-
this field is set to non-null if it's found that an element
is matched to this XPath.
- ElementToken - Class in com.sun.msv.verifier.regexp
-
a token that represents an XML element.
- ElementToken(ElementExp[]) - Constructor for class com.sun.msv.verifier.regexp.ElementToken
-
- EmbeddedSchema - Class in com.sun.msv.reader.xmlschema
-
A schema in a DOM Element.
- EmbeddedSchema(String, Element) - Constructor for class com.sun.msv.reader.xmlschema.EmbeddedSchema
-
Create object to represent one of the schemas in a WSDL
- EMPTY - Static variable in class com.sun.msv.datatype.regexp.Token
-
- 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.
- EmptyStringType() - Constructor for class com.sun.msv.grammar.relax.EmptyStringType
-
- encode(int) - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- encode(int) - Static method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- encodeMap - Static variable in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- encoding - Variable in class com.sun.msv.generator.Driver
-
- 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
-
- endChildIsland(String, ElementDecl[]) - Method in class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
- endContentModel(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- endContentModel(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
receives notification that parsing of content model is finished.
- endContentModel(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- endDocument() - Method in class com.sun.msv.reader.IgnoreState
-
- endDocument() - Method in class com.sun.msv.reader.SimpleState
-
- endDocument() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- endDocument() - Method in class com.sun.msv.reader.util.ForkContentHandler
-
- endDocument() - Method in class com.sun.msv.relaxns.reader.NamespaceState
-
- endDocument() - Method in class com.sun.msv.util.xml.DocumentFilter
-
- endDocument() - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- endDocument() - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the end of a document.
- endDocument() - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
- endDocument() - Method in class com.sun.msv.verifier.Verifier
-
- endDocument() - Method in class com.sun.msv.verifier.VerifierFilter
-
- endDocument() - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 end document event.
- endDTD() - Method in class com.sun.msv.reader.dtd.DTDReader
-
- endDTD() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of the end of a DTD.
- endDTD() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- endElement(String, String, String) - Method in class com.sun.msv.reader.IgnoreState
-
- endElement(String, String, String) - Method in class com.sun.msv.reader.SimpleState
-
- endElement(String, String, String) - Method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
- endElement(String, String, String) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- endElement(String, String, String) - Method in class com.sun.msv.reader.trex.TREXBaseReader
-
- endElement(String, String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
-
- endElement(String, String, String) - Method in class com.sun.msv.relaxns.reader.NamespaceState.CutInFilter
-
- endElement(String, String, String) - Method in class com.sun.msv.relaxns.reader.NamespaceState
-
- endElement(String) - Method in class com.sun.msv.util.xml.DocumentFilter
-
- endElement(String, String, String) - Method in class com.sun.msv.util.xml.DOMBuilder
-
- endElement(String, String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
-
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
- endElement(String, String, String) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.Matcher
-
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.MatcherBundle
-
- endElement(Datatype) - Method in class com.sun.msv.verifier.identity.PathMatcher.SinglePathMatcher
-
- endElement(String, String, String, ElementExp) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the end of an element.
- endElement(String, String, String) - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
- endElement(String, String, String) - Method in class com.sun.msv.verifier.Verifier
-
- endElement(String, String, String) - Method in class com.sun.msv.verifier.VerifierFilter
-
- endElement(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 end element event.
- endIsland() - Method in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
-
- endIsland() - Method in class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
- 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
-
- EndOfInputException - Exception in com.sun.msv.scanner.dtd
-
- EndOfInputException() - Constructor for exception com.sun.msv.scanner.dtd.EndOfInputException
-
- endpos - Variable in class com.sun.msv.datatype.regexp.Match
-
- endPrefixMapping(String) - Method in class com.sun.msv.reader.GrammarReader
-
- endPrefixMapping(String) - Method in class com.sun.msv.reader.State
-
- endPrefixMapping(String) - Method in class com.sun.msv.reader.util.ForkContentHandler
-
- endPrefixMapping(String) - Method in class com.sun.msv.verifier.AbstractVerifier
-
- endPrefixMapping(String) - Method in class com.sun.msv.verifier.VerifierFilter
-
- endRightBranch() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
- endSelf() - Method in class com.sun.msv.reader.datatype.xsd.TypeState
-
- 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.ElementRuleBaseState
-
- endSelf(Expression) - Method in class com.sun.msv.reader.relax.core.HedgeRuleState
-
- endSelf() - Method in class com.sun.msv.reader.relax.core.InlineTagState
-
- endSelf() - Method in class com.sun.msv.reader.relax.core.RootModuleState
-
- endSelf() - Method in class com.sun.msv.reader.relax.core.TagState
-
- endSelf() - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
-
- endSelf(Expression) - Method in class com.sun.msv.reader.relax.HedgeRuleBaseState
-
derived class will receive child expression by this method
- endSelf() - Method in class com.sun.msv.reader.SimpleState
-
this method is called in endElement method
when the state is about to be removed.
- endSelf() - Method in class com.sun.msv.reader.trex.DefineState
-
- endSelf() - Method in class com.sun.msv.reader.trex.GrammarState
-
- endSelf() - Method in class com.sun.msv.reader.trex.IncludeMergeState
-
- endSelf() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
-
- endSelf() - Method in class com.sun.msv.reader.trex.NameClassState
-
- endSelf() - Method in class com.sun.msv.reader.trex.ng.AttributeState
-
- endSelf() - Method in class com.sun.msv.reader.trex.ng.DataParamState
-
- endSelf() - Method in class com.sun.msv.reader.trex.ng.DefineState
-
- endSelf() - Method in class com.sun.msv.reader.trex.ng.ElementState
-
- endSelf() - Method in class com.sun.msv.reader.trex.ng.IncludeMergeState
-
- endSelf() - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
-
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RedefineState
-
- endSelf() - Method in class com.sun.msv.reader.xmlschema.RootState
-
- endSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- endSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaState
-
- endSelf() - Method in class com.sun.msv.relaxns.reader.RootGrammarState
-
- endSelf(Expression) - Method in class com.sun.msv.relaxns.reader.TopLevelState
-
- enter(Expression) - Method in class com.sun.msv.reader.RunAwayExpressionChecker
-
- entities - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- EntityDecl - Class in com.sun.msv.scanner.dtd
-
Base class for entity declarations as used by the parser.
- EntityDecl() - Constructor for class com.sun.msv.scanner.dtd.EntityDecl
-
- EntityType - Class in com.sun.msv.datatype.xsd
-
"ENTITY" type.
- EntityType() - Constructor for class com.sun.msv.datatype.xsd.EntityType
-
- Entry(int, Object, Object, SimpleHashtable.Entry) - Constructor for class com.sun.msv.scanner.dtd.SimpleHashtable.Entry
-
- 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 (ε).
- EpsilonExpression() - Constructor for class com.sun.msv.grammar.Expression.EpsilonExpression
-
- epsilonReducibility - Variable in class com.sun.msv.grammar.Expression
-
cached value of epsilon reducibility.
- EQUAL - Static variable in interface com.sun.msv.datatype.xsd.Comparator
-
- equals(Object) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Return true if patterns are the same and the options are equivalent.
- equals(String, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.BinaryValueType
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- equals(IDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- equals(BigDateTimeValueType, BigDateTimeValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- equals(ITimeDurationValueType) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- equals(Object) - Method in class com.sun.msv.datatype.xsd.ListValueType
-
Two ListValueType are equal if and only if all the array members
are equal respectively.
- equals(Object) - Method in class com.sun.msv.datatype.xsd.QnameValueType
-
- equals(Object) - Method in class com.sun.msv.grammar.AttributeExp
-
- equals(Object) - Method in class com.sun.msv.grammar.BinaryExp
-
- equals(Object) - Method in class com.sun.msv.grammar.DataExp
-
- equals(Object) - Method in class com.sun.msv.grammar.ElementExp
-
- equals(Object) - Method in class com.sun.msv.grammar.Expression.AnyStringExpression
-
- equals(Object) - Method in class com.sun.msv.grammar.Expression.EpsilonExpression
-
- equals(Object) - Method in class com.sun.msv.grammar.Expression
-
- equals(Object) - Method in class com.sun.msv.grammar.Expression.NullSetExpression
-
- 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
-
- equals(Object) - Method in class com.sun.msv.verifier.identity.KeyValue
-
- equivalentNameClass - Variable in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
-
equivalent name class by conventional primitives.
- ERR_ANYNAME_IN_ANYNAME - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ANYNAME_IN_NSNAME - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ATTRIBUTE_IN_ATTRIBUTE - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ATTRIBUTE_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ATTRIBUTE_IN_LIST - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ATTRIBUTE_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_DATA_IN_INTERLEAVE_IN_LIST - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_DATA_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_ATTRIBUTES - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_ELEMENTS - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_ELEMENT_IN_ATTRIBUTE - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ELEMENT_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ELEMENT_IN_LIST - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_EMPTY_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_EMPTY_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_INTERLEAVE_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_INTERLEAVE_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_LIST_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_LIST_IN_LIST - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_LIST_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_NSNAME_IN_NSNAME - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ONEORMORE_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_ONEORMORE_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_PARAMETER_UNSUPPORTED - Static variable in class com.sun.msv.grammar.relaxng.datatype.DatatypeBuilderImpl
-
- 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_GROUPED_ATTRIBUTE - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_SEQUENCE_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_SEQUENCE_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_SEQUENCED_STRING - Static variable in class com.sun.msv.reader.trex.TREXBaseReader
-
- ERR_TEXT_IN_EXCEPT - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_TEXT_IN_LIST - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- ERR_TEXT_IN_START - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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_VALUE_IN_INTERLEAVE_IN_LIST - Static variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- 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
-
- errHandler - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.driver.textui.DebugController
-
- error(SAXParseException) - Method in class com.sun.msv.driver.textui.ReportErrorHandler
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.Controller
-
- error(String, Exception) - Method in class com.sun.msv.reader.Controller
-
- error(SAXParseException) - Method in class com.sun.msv.reader.Controller
-
- error(IOException, Locator) - Method in class com.sun.msv.reader.Controller
-
- error(SAXException, Locator) - Method in class com.sun.msv.reader.Controller
-
- error(ParserConfigurationException, Locator) - Method in class com.sun.msv.reader.Controller
-
- error(SAXParseException) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- error(Locator[], String, Exception) - Method in interface com.sun.msv.reader.GrammarReaderController
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.util.GrammarLoader.ThrowController
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.util.IgnoreController
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
-
- error(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.ErrorHandlerAdaptor
-
- error(SAXParseException) - Method in class com.sun.msv.relaxns.verifier.SchemaProviderImpl.ErrorHandlerFilter
-
- error(SAXParseException) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
- error(SAXParseException) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- error(String, Object[]) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- error(Locator[], String, Exception) - Method in class com.sun.msv.verifier.jarv.FactoryImpl.ThrowController
-
- error(SAXParseException) - Method in class com.sun.msv.verifier.util.ErrorHandlerImpl
-
- error(SAXParseException) - Method in class com.sun.msv.verifier.util.IgnoreErrorHandler
-
- errorContext - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
The source location of this expression should be also reported in case of error.
- ErrorDatatypeLibrary - Class in com.sun.msv.datatype
-
Dummy DatatypeLibrary
implementation which is used
to recover from "unknown datatype library" error.
- ErrorDatatypeLibrary() - Constructor for class com.sun.msv.datatype.ErrorDatatypeLibrary
-
- errorGenerated - Variable in class com.sun.msv.generator.Generator
-
this flag is set to true once an error is generated.
- 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
-
- ErrorHandlerFilter(ErrorHandler) - Constructor for class com.sun.msv.relaxns.verifier.SchemaProviderImpl.ErrorHandlerFilter
-
- 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 - Variable in exception com.sun.msv.verifier.ValidityViolation
-
- 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
- escapeCharInCharClass(int) - Static method in class com.sun.msv.datatype.regexp.RangeToken
-
- 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(StringPair) - Constructor for exception com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker.Eureka
-
- eureka - Static variable in class com.sun.msv.reader.RunAwayExpressionChecker
-
this exception is thrown to abort check when a error is found.
- ex(String, int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- 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.
- excluded - Static variable in class com.sun.msv.util.Uri
-
- excludeNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
- exclusiveFacetPairs - Static variable in class com.sun.msv.datatype.xsd.TypeIncubator
-
- 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.dtd.DTDReader.Context
-
- exp - Variable in class com.sun.msv.reader.ExpressionWithChildState
-
expression object that is being created.
- exp - Variable in class com.sun.msv.reader.relax.core.ClauseState
-
expression object that is being created.
- exp - Variable in class com.sun.msv.reader.TerminalState
-
- 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.
- expandedExp - Variable in class com.sun.msv.grammar.Expression
-
Cached value of the expression after ReferenceExps are removed.
- expandEntityInLiteral(String, SimpleHashtable, boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- expectedNamespace - Variable in class com.sun.msv.reader.relax.core.RootModuleState
-
- 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.
- ExportedAttPoolGenerator - Class in com.sun.msv.relaxns.grammar.relax
-
creates Expression that validates exported attPool.
- ExportedAttPoolGenerator(ExpressionPool) - Constructor for class com.sun.msv.relaxns.grammar.relax.ExportedAttPoolGenerator
-
- ExportedHedgeRuleChecker - Class in com.sun.msv.reader.relax.core.checker
-
the purpose of this function object is to make sure
that the expression does not contain references to modules
other than one specified by this variable.
- ExportedHedgeRuleChecker(RELAXModule) - Constructor for class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
-
- Expression - Class in com.sun.msv.grammar
-
Primitive of the tree regular expression.
- Expression(int) - Constructor for class com.sun.msv.grammar.Expression
-
- Expression() - Constructor for class com.sun.msv.grammar.Expression
-
this constructor can be used for the ununified expressions.
- expression - Variable in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
- Expression.AnyStringExpression - Class in com.sun.msv.grammar
-
- Expression.EpsilonExpression - Class in com.sun.msv.grammar
-
- Expression.NullSetExpression - Class in com.sun.msv.grammar
-
- ExpressionAcceptor - Class in com.sun.msv.verifier.regexp
-
- ExpressionAcceptor(REDocumentDeclaration, Expression, boolean) - Constructor for class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
- ExpressionCloner - Class in com.sun.msv.grammar
-
clones an expression.
- ExpressionCloner(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionCloner
-
- ExpressionFinder - Class in com.sun.msv.grammar.util
-
Base class for "finding" something from an expression.
- ExpressionFinder() - Constructor for class com.sun.msv.grammar.util.ExpressionFinder
-
- ExpressionOwner - Interface in com.sun.msv.reader
-
interface that must be implemented by the parent state of ExpressionState.
- ExpressionPair(Expression, Expression) - Constructor for class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator.ExpressionPair
-
- ExpressionPool - Class in com.sun.msv.grammar
-
Creates a new Expression by combining existing expressions.
- ExpressionPool(ExpressionPool) - Constructor for class com.sun.msv.grammar.ExpressionPool
-
creates new expression pool as a child pool of the given parent pool.
- ExpressionPool() - Constructor for class com.sun.msv.grammar.ExpressionPool
-
- ExpressionPool.ClosedHash - Class in com.sun.msv.grammar
-
expression cache by closed hash.
- ExpressionPrinter - Class in com.sun.msv.grammar.util
-
creates a string representation of the expression.
- ExpressionPrinter(int) - Constructor for class com.sun.msv.grammar.util.ExpressionPrinter
-
- ExpressionState - Class in com.sun.msv.reader
-
Base implementation for those states who read tags representing an expression.
- ExpressionState() - Constructor for class com.sun.msv.reader.ExpressionState
-
- ExpressionVisitor - Interface in com.sun.msv.grammar
-
Visitor interface for Expression and its derived types.
- ExpressionVisitorBoolean - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns boolean.
- ExpressionVisitorExpression - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns Expression object.
- ExpressionVisitorVoid - Interface in com.sun.msv.grammar
-
ExpressionVisitor that returns void.
- ExpressionWalker - Class in com.sun.msv.grammar.util
-
Visits all reachable expressions but do nothing.
- ExpressionWalker() - Constructor for class com.sun.msv.grammar.util.ExpressionWalker
-
- ExpressionWithChildState - Class in com.sun.msv.reader
-
State that parses Expression which contains other expressions.
- ExpressionWithChildState() - Constructor for class com.sun.msv.reader.ExpressionWithChildState
-
- ExpressionWithoutChildState - Class in com.sun.msv.reader
-
Base implementation for those states who cannot have any children.
- ExpressionWithoutChildState() - Constructor for class com.sun.msv.reader.ExpressionWithoutChildState
-
- exps - Variable in class com.sun.msv.datatype.xsd.PatternFacet
-
actual object that performs regular expression validation.
- exps - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
ElementExps will be added into this array.
- exps - Variable in class com.sun.msv.relaxns.verifier.AnyOtherElementVerifier
-
this Verifier validates these expressions.
- expsLen - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
Number of items in the atts array.
- expTable - Variable in class com.sun.msv.grammar.ExpressionPool
-
hash table that contains all expressions currently known to this table.
- EXTENDED_COMMENT - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
"x"
- EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- EXTENSION - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
-
- extension - Variable in class com.sun.msv.reader.xmlschema.ComplexContentBodyState
-
if this state is used to parse <extension>, then true.
- ExternalAttributeExp - Class in com.sun.msv.relaxns.grammar
-
place holder for imported attributes declaration.
- ExternalAttributeExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalAttributeExp
-
- ExternalElementExp - Class in com.sun.msv.relaxns.grammar
-
place holder for imported element declaration.
- ExternalElementExp(ExpressionPool, String, String, Locator) - Constructor for class com.sun.msv.relaxns.grammar.ExternalElementExp
-
- externalElementExps - Variable in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
map from StringPair(namespace,label) to ExternalElementExp.
- ExternalEntity - Class in com.sun.msv.scanner.dtd
-
- ExternalEntity(InputEntity) - Constructor for class com.sun.msv.scanner.dtd.ExternalEntity
-
- 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
-
- externalParameterEntity(ExternalEntity) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- externalParameterEntityDecl(String, String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of an external parameter entity declaration
event.
- externalParameterEntityDecl(String, String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- externalRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- GDayType - Class in com.sun.msv.datatype.xsd
-
"gDay" type.
- GDayType() - Constructor for class com.sun.msv.datatype.xsd.GDayType
-
- generate(Datatype, ContextProviderImpl) - Method in interface com.sun.msv.generator.DataTypeGenerator
-
- generate(Datatype, ContextProviderImpl) - Method in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- generate(Expression, Document) - Static method in class com.sun.msv.generator.Generator
-
generates instance by using default settings.
- generate(Expression, Document, GeneratorOption) - Static method in class com.sun.msv.generator.Generator
-
generates instance by custom settings.
- generate(NameClass) - Method in class com.sun.msv.generator.NameGenerator
-
- generateBase64Binary() - 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(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
returns a WhiteSpaceProcessor object if "whiteSpace" facet is specified.
- get(int, Expression, Class) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- get(Expression) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.AttPoolContainer
-
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
-
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.ElementRulesContainer
-
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.HedgeRulesContainer
-
- get(String) - Method in class com.sun.msv.grammar.relax.RELAXModule.TagContainer
-
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeDeclContainer
-
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.AttributeGroupContainer
-
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ComplexTypeContainer
-
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.ElementDeclContainer
-
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.GroupDeclContainer
-
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
-
- get(String) - Method in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.SimpleTypeContainer
-
- get(String) - Method in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
-
obtains an DataTypeVocabulary associated to the namespace.
- get(XMLSchemaSchema) - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.RefResolver
-
- get(String) - Method in class com.sun.msv.scanner.dtd.SimpleHashtable
-
Returns the value to which the specified key is mapped in this hashtable.
- get(Expression, StartTagInfo, boolean) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
computes a combined child content pattern and its continuation, with error recovery.
- get(Expression, StartTagInfo) - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
computes a combined child content pattern and (,if possible,) its continuation.
- getActiveScope(IdentityConstraint) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- getAdditionalNamespaceMap() - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- getAll() - Method in class com.sun.msv.grammar.ReferenceContainer
-
obtains all items in this container.
- getAncestorBuiltinType() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
Gets the nearest ancestor built-in type.
- getAncestorBuiltinType() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- getAnyExp() - Method in class com.sun.msv.reader.dtd.DTDReader
-
Gets the expression that corresponds to the "ANY".
- getApplicableFacetNames() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
Gets the names of all applicable facets.
- getApplicableFacetNames() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- getAttFeeder() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
- getAttribute(String) - Method in class com.sun.msv.util.StartTagInfo
-
gets value of the specified attribute.
- getAttribute(String, String) - Method in class com.sun.msv.util.StartTagInfo
-
- getAttribute(String) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- getAttributesDeclByName(String) - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
- getAttributesDecls() - Method in class com.sun.msv.relaxns.verifier.IslandSchemaImpl
-
- getAttributeWildcard() - Method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
-
- getAttributeWildcard() - Method in interface com.sun.msv.grammar.xmlschema.AttWildcardExp
-
Gets the attribute wildcard property of this schema component.
- getAttributeWildcard() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- getBackwardCompatibleType(String) - Method in class com.sun.msv.reader.GrammarReader
-
tries to obtain a DataType object by resolving obsolete names.
- getBaseType() - Method in class com.sun.msv.datatype.xsd.AnyURIType
-
- getBaseType() - Method in class com.sun.msv.datatype.xsd.BinaryBaseType
-
- 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.DateTimeBaseType
-
- 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
-
- getBaseType() - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.Type
-
- getBaseUri() - Method in class com.sun.msv.generator.ContextProviderImpl
-
- getBaseUri() - Method in class com.sun.msv.grammar.util.IDContextProviderWrapper
-
- getBaseUri() - Method in class com.sun.msv.reader.GrammarReader
-
- getBaseURI() - Method in class com.sun.msv.reader.State
-
- getBaseURI() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- getBaseUri() - Method in class com.sun.msv.verifier.AbstractVerifier
-
- getBeginning(int) - Method in class com.sun.msv.datatype.regexp.Match
-
Return a start position in the target text matched to specified regular expression group.
- 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
-
- getBinExp(int, 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.
- getBlockValue() - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.Type
-
- getBody() - Method in class com.sun.msv.reader.xmlschema.SimpleContentExtensionState
-
Gets the expression for the base type.
- 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.DTDParser
-
- 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.
- getCapturedText(int) - Method in class com.sun.msv.datatype.regexp.Match
-
Return an substring of the target text matched to specified regular expression group.
- getCaseInsensitiveToken() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- getCCCEC() - Method in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
- getCertifiedText() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- getChar() - Method in class com.sun.msv.datatype.regexp.Token.CharToken
-
- getChar() - Method in class com.sun.msv.datatype.regexp.Token
-
- getCharacterStream() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- getChild() - Method in class com.sun.msv.datatype.regexp.Op.ChildOp
-
- getChild() - Method in class com.sun.msv.datatype.regexp.Op
-
- getChild(int) - Method in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- getChild(int) - Method in class com.sun.msv.datatype.regexp.Token.ConcatToken
-
- getChild(int) - Method in class com.sun.msv.datatype.regexp.Token.ConditionToken
-
- getChild(int) - Method in class com.sun.msv.datatype.regexp.Token
-
- getChild(int) - Method in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- getChild(int) - Method in class com.sun.msv.datatype.regexp.Token.ParenToken
-
- getChild(int) - Method in class com.sun.msv.datatype.regexp.Token.UnionToken
-
- getChildren(BinaryExp) - Method in class com.sun.msv.generator.Generator
-
enumerates children of BinaryExp into a vector.
- 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
- getCombiningCharacterSequence() - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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.ElementRuleBaseState
-
gets content model of this elementRule
- getContentModel() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithHedgeState
-
- getContentModel() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
-
- getContents(DeclImpl[]) - Static method in class com.sun.msv.relaxns.verifier.RulesAcceptor
-
helper function for constructor
- 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
-
- getCore() - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.Type
-
- getcps(String, InputEntity) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- 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.
- getData() - Method in class com.sun.msv.datatype.regexp.Op.CharOp
-
- getData() - Method in class com.sun.msv.datatype.regexp.Op
-
- getData() - Method in class com.sun.msv.datatype.regexp.Op.ModifierOp
-
- getData2() - Method in class com.sun.msv.datatype.regexp.Op
-
- getData2() - Method in class com.sun.msv.datatype.regexp.Op.ModifierOp
-
- 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
-
- getDepth() - Method in class com.sun.msv.verifier.identity.MatcherBundle
-
- getDerivationMethod() - Method in interface com.sun.msv.reader.xmlschema.XMLSchemaReader.Type
-
- getDiagnosisFromTypedString(DataOrValueExp, StringToken) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
gets error diagnosis message from datatype.
- getDocument() - Method in class com.sun.msv.util.xml.DOMBuilder
-
returns DOM.
- getDocumentHandler() - Method in class com.sun.msv.writer.XMLWriter
-
- getDOMImplementation() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- 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.
- getEncoding() - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Returns the standard name of the encoding in use
- getEnd(int) - Method in class com.sun.msv.datatype.regexp.Match
-
Return an end position in the target text matched to specified regular expression group.
- 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.DuplicateAttributesChecker
-
- getErrorMessage() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateElementsChecker
-
- 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.
- getExtElementExp(String, String) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader
-
- 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.IntegerDerivedType
-
- 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
- getFailedExp() - Method in class com.sun.msv.verifier.regexp.AttributeRecoveryToken
-
- 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.DateTimeBaseType
-
- 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
-
- getFrequency() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- 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.
- getGraphemePattern() - Static method in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- getIndex(String, String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Look up an attribute index by Namespace name.
- getIndex(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Look up an attribute index by qualified (prefixed) name.
- getInputEntity(DTDEventListener, Locale) - Static method in class com.sun.msv.scanner.dtd.InputEntity
-
- getInputSource(String) - Static method in class com.sun.msv.generator.Driver
-
- getInputSource(EntityResolver) - Method in class com.sun.msv.scanner.dtd.ExternalEntity
-
- 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.BinaryBaseType
-
- 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.DateTimeBaseType
-
- 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
-
- getLength() - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Return the length of the attribute list.
- 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.
- getLocale(String) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
-
- getLocalName(int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Return the local name of the specified attribute.
- getLocation() - Method in exception com.sun.msv.datatype.regexp.ParseException
-
- getLocation() - Method in class com.sun.msv.reader.State
-
- getLocation() - Method in exception com.sun.msv.verifier.psvi.TypeDetector.AmbiguousDocumentException
-
returns the source of the error.
- getLocator(SAXParseException) - Method in class com.sun.msv.reader.Controller
-
- getLocator() - Method in class com.sun.msv.reader.GrammarReader
-
- getLocator() - Method in class com.sun.msv.verifier.AbstractVerifier
-
- getLocator() - Method in interface com.sun.msv.verifier.IVerifier
-
- getLocator() - Method in class com.sun.msv.verifier.VerifierFilter
-
- getLSResourceResolver() - Method in class com.sun.msv.reader.Controller
-
Return the full resolver.
- getLSResourceResolver() - Method in interface com.sun.msv.reader.GrammarReaderController2
-
- getLSResourceResolver() - Method in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
-
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState.AnyNameState
-
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState
-
this method should return the name class that is used as the base.
- getMainNameClass() - Method in class com.sun.msv.reader.trex.ng.NGNameState.NsNameState
-
- getMarkupDeclname(String, boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- getMatchedElements() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
obtains matched elements.
- getMax() - Method in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- getMax() - Method in class com.sun.msv.datatype.regexp.Token
-
- getMaxLength() - Method in class com.sun.msv.datatype.regexp.Token
-
- 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.
- getMin() - Method in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- getMin() - Method in class com.sun.msv.datatype.regexp.Token
-
- getMinLength() - Method in class com.sun.msv.datatype.regexp.Token
-
How many characters are needed?
- getMinute() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- getMinute() - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- getMixed(String, InputEntity) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- getMixedOrChildren(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
returns content model type.
- 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.Collapse
-
- getName() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
gets the name of the white space processing mode.
- getName() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Preserve
-
- getName() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Replace
-
- 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(NameClass) - Method in class com.sun.msv.generator.Generator
-
generaets a name that satisfies given NameClass
- getName() - Method in class com.sun.msv.grammar.DataExp
-
- getName() - Method in interface com.sun.msv.grammar.DataOrValueExp
-
- getName() - Method in class com.sun.msv.grammar.ValueExp
-
- getName() - Method in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
Gets the target of the name class.
- getName() - Method in class com.sun.msv.relaxns.grammar.DeclImpl
-
- getName() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
- getName() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- getNameChar() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
returns the next name char, or NUL ...
- getNameClass() - Method in class com.sun.msv.grammar.AttributeExp
-
- getNameClass() - Method in class com.sun.msv.grammar.ElementExp
-
obtains a constraint over tag name.
- getNameClass() - Method in interface com.sun.msv.grammar.NameClassAndExpression
-
- getNameClass() - Method in class com.sun.msv.grammar.relax.ElementRule
-
- getNameClass() - Method in class com.sun.msv.grammar.trex.ElementPattern
-
- getNameClass() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp.XSElementExp
-
- getNameClass(String, boolean) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- getNameClass(String, XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.AnyState
-
processes 'namepsace' attribute and gets corresponding NameClass object.
- getNameClass() - Method in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
- getNameClass() - Method in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyAttributeState
-
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyElementState
-
- getNameClassFrom(ReferenceExp) - Method in class com.sun.msv.reader.xmlschema.AnyState
-
- getNamespace() - Method in class com.sun.msv.reader.trex.AttributeState
-
- getNamespace() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
-
gets namespace URI to which this declaration belongs
- getNamespacePrefix(String) - Method in interface com.sun.msv.datatype.SerializationContext
-
get namespace prefix for the given namespace URI.
- getNamespacePrefix(String) - Method in class com.sun.msv.generator.ContextProviderImpl
-
- getNamespaceUri() - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
Gets the namespace URI of this simple type definition.
- getNamespaceUri() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- getNamespaceURI(String) - Method in class com.sun.msv.reader.xmlschema.WSDLSchemaReader.SimpleNamespaceContext
-
- getNmtoken() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- getNonInterned(String) - Method in class com.sun.msv.scanner.dtd.SimpleHashtable
-
Returns the value to which the specified key is mapped in this
hashtable ...
- 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.
- getNumberOfGroups() - Method in class com.sun.msv.datatype.regexp.Match
-
Return the number of regular expression groups.
- getNumberOfGroups() - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Return the number of regular expression groups.
- getOptions() - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Returns a option string.
- getOptions() - Method in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- getOptionsMask() - Method in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- getOptionValue(int) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- 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
-
- getParenNumber() - Method in class com.sun.msv.datatype.regexp.Token
-
- getParenNumber() - Method in class com.sun.msv.datatype.regexp.Token.ParenToken
-
- getParent() - Method in class com.sun.msv.grammar.relax.ElementRule
-
gets the parent ElementRules object.
- getParent() - Method in class com.sun.msv.reader.datatype.xsd.TypeState
-
Gets the parent state as TypeOwner.
- getParentGrammar() - Method in class com.sun.msv.grammar.trex.TREXGrammar
-
gets a parent TREXGrammar.
- getParentState() - Method in class com.sun.msv.reader.State
-
- getParser() - Method in class com.sun.msv.verifier.jaxp.SAXParserImpl
-
Deprecated.
- getPattern() - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- 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.
- getPossibleNamespaces(String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- getPrefix(String) - Method in class com.sun.msv.reader.xmlschema.WSDLSchemaReader.SimpleNamespaceContext
-
- getPrefixes(String) - Method in class com.sun.msv.reader.xmlschema.WSDLSchemaReader.SimpleNamespaceContext
-
- getPreviousWordType(char[], int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- getPreviousWordType(String, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- getPreviousWordType(CharacterIterator, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- 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
-
- getProperty(String) - Method in class com.sun.msv.verifier.jaxp.SAXParserImpl
-
- 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
- getQName(int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Return the qualified (prefixed) name of the specified attribute.
- getQuotedString(String, String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- getRandomName() - Method in class com.sun.msv.generator.NameGenerator
-
- getRandomURI() - Method in class com.sun.msv.generator.NameGenerator
-
- getRange(String, boolean) - Static method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- getRange(String, boolean) - Static method in class com.sun.msv.datatype.regexp.Token
-
- getRange(String, boolean, boolean) - Static method in class com.sun.msv.datatype.regexp.Token
-
- getRatio(String) - Method in class com.sun.msv.generator.Driver
-
- getReader() - Method in class com.sun.msv.reader.relax.core.ClauseState
-
gets reader in type-safe fashion
- getReader() - Method in class com.sun.msv.reader.relax.core.DivInModuleState
-
gets reader in type-safe fashion
- getReader() - Method in class com.sun.msv.reader.relax.core.ElementRuleBaseState
-
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
-
- getReferenceNumber() - Method in class com.sun.msv.datatype.regexp.Token
-
- getReferenceNumber() - Method in class com.sun.msv.datatype.regexp.Token.StringToken
-
- 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
-
- getSatisfiedElementDecls() - Method in class com.sun.msv.relaxns.verifier.RulesAcceptor
-
collects satisfied ElementDeclImpls.
- getSatisfiedOwners() - Method in class com.sun.msv.verifier.regexp.ComplexAcceptor
-
collects satisfied ElementExps.
- getSAXParserFactory() - Method in class com.sun.msv.reader.util.GrammarLoader
-
- getSchema(IslandSchemaReader) - Method in class com.sun.msv.relaxns.reader.NamespaceState
-
- 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
-
- getSemanticsStr(int) - Static method in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- getSignum(BigInteger) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- getSignum(BigDecimal) - 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
-
- getString() - Method in class com.sun.msv.datatype.regexp.Op
-
- getString() - Method in class com.sun.msv.datatype.regexp.Op.StringOp
-
- getString() - Method in class com.sun.msv.datatype.regexp.Token
-
- getString() - Method in class com.sun.msv.datatype.regexp.Token.StringToken
-
- getStringCareLevel() - Method in interface com.sun.msv.verifier.Acceptor
-
gets how this acceptor handles characters.
- getStringCareLevel() - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
- getStringData() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- getSystemId() - Method in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- getSystemId() - Method in class com.sun.msv.reader.xmlschema.EmbeddedSchema
-
- getSystemId() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- getSystemId() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
Returns the system ID of this input source, if known
- getTargetNamespace() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- getTargetNamespace() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- getTargetNamespace() - Method in class com.sun.msv.reader.trex.TREXBaseReader
-
- getTargetNamespace() - Method in interface com.sun.msv.writer.relaxng.Context
-
- getTargetNamespace() - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
- getTargetNamespaceUri() - Method in class com.sun.msv.reader.datatype.xsd.TypeState
-
- 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
-
- getToken() - Method in class com.sun.msv.datatype.regexp.Op
-
- getToken() - Method in class com.sun.msv.datatype.regexp.Op.RangeOp
-
- getTokenForShorthand(int) - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- getTokenForShorthand(int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- getTopEntity() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- 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(String) - Method in class com.sun.msv.datatype.xsd.ngimpl.DataTypeLibraryImpl
-
- getType() - Method in class com.sun.msv.grammar.DataExp
-
- getType() - Method in interface com.sun.msv.grammar.DataOrValueExp
-
- getType() - Method in class com.sun.msv.grammar.ValueExp
-
- getType() - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
-
gets the XSDatatypeExp object that represents this simple type.
- getType(String) - Method in interface com.sun.msv.reader.datatype.DataTypeVocabulary
-
resolves a type name to Datatype object.
- getType(XSDatatypeExp.RenderingContext) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Gets the type definition.
- getType(String) - Method in class com.sun.msv.reader.datatype.xsd.XSDVocabulary
-
- getType(String) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.UndefinedDataTypeVocabulary
-
- getType(XMLSchemaTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- getType(XSDatatype) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- getType(int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Return the type of the specified attribute.
- getType(String, String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Look up the type of an attribute by Namespace name.
- getType(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Look up the type of an attribute by qualified (prefixed) name.
- 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
-
- getURI(int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Return the Namespace URI of the specified attribute.
- getValue(int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Return the value of the specified attribute.
- getValue(String, String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Look up the value of an attribute by Namespace name.
- getValue(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Look up the value of an attribute by qualified (prefixed) name.
- 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
-
- getVerifierHandler() - Method in class com.sun.msv.verifier.jarv.VerifierImpl
-
- getWordType(char[], int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- getWordType(String, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- getWordType(CharacterIterator, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- getWordType0(char, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- getWriter() - Method in interface com.sun.msv.writer.relaxng.Context
-
- getWriter() - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
- getXMLReader() - Method in class com.sun.msv.verifier.jaxp.SAXParserImpl
-
- 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.
- GMonthDayType() - Constructor for class com.sun.msv.datatype.xsd.GMonthDayType
-
- GMonthType - Class in com.sun.msv.datatype.xsd
-
"gMonth" type.
- GMonthType() - Constructor for class com.sun.msv.datatype.xsd.GMonthType
-
- grammar - Variable in class com.sun.msv.driver.textui.Driver.XMLSchemaVerifier
-
- grammar - Variable in class com.sun.msv.generator.Driver
-
- Grammar - Interface in com.sun.msv.grammar
-
base interface of the "grammar".
- grammar - Variable in class com.sun.msv.reader.dtd.DTDReader
-
- grammar - Variable in class com.sun.msv.reader.trex.ng.comp.CompatibilityChecker
-
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- grammar - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
grammar object currently being loaded.
- grammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- grammar - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
grammar object which is being under construction.
- grammar - Variable in class com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
-
underlying TREX pattern which this IslandSchema is representing
- grammar - Variable in class com.sun.msv.relaxns.reader.RELAXNSReader
-
RELAX grammar that is currentlt being loaded
- grammar - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
the grammar object against which we are validating.
- grammar - Variable in class com.sun.msv.verifier.jarv.SchemaImpl
-
- grammar - Variable in class com.sun.msv.verifier.regexp.xmlschema.XSREDocDecl
-
the grammar which this VGM is using.
- grammar - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
Grammar object which we are writing.
- GrammarLoader - Class in com.sun.msv.reader.util
-
loads any supported grammar (except XML DTD)
by automatically detecting the schema language.
- GrammarLoader() - Constructor for class com.sun.msv.reader.util.GrammarLoader
-
- GrammarLoader.GrammarLoaderException - Exception in com.sun.msv.reader.util
-
wrapper exception so that we can throw it from the GrammarReaderController.
- GrammarLoader.ThrowController - Class in com.sun.msv.reader.util
-
- GrammarLoaderException(SAXException) - Constructor for exception com.sun.msv.reader.util.GrammarLoader.GrammarLoaderException
-
- 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.InclusionContext - Class in com.sun.msv.reader
-
information that must be sheltered before switching InputSource
(typically by inclusion).
- GrammarReader.PrefixResolver - Interface in com.sun.msv.reader
-
namespace prefix to URI conversion map.
- GrammarReaderController - Interface in com.sun.msv.reader
-
Event notification interface for controlling grammar parsing process.
- GrammarReaderController2 - Interface in com.sun.msv.reader
-
- GrammarState - Class in com.sun.msv.reader.trex
-
parses <grammar> element.
- GrammarState() - Constructor for class com.sun.msv.reader.trex.GrammarState
-
- GrammarState - Class in com.sun.msv.reader.trex.ng
-
parses <grammar> element.
- GrammarState() - Constructor for class com.sun.msv.reader.trex.ng.GrammarState
-
- GrammarState - Class in com.sun.msv.relaxns.reader
-
parses <grammar> element.
- GrammarState() - Constructor for class com.sun.msv.relaxns.reader.GrammarState
-
- GrammarWriter - Interface in com.sun.msv.writer
-
Converter from AGM to the XML representation.
- grandParent - Variable in class com.sun.msv.reader.trex.RootIncludedPatternState
-
parsed external pattern will be reported to this object.
- 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.
- GYearMonthType() - Constructor for class com.sun.msv.datatype.xsd.GYearMonthType
-
- GYearType - Class in com.sun.msv.datatype.xsd
-
"gYear" type.
- GYearType() - Constructor for class com.sun.msv.datatype.xsd.GYearType
-
- icaseCache - Variable in class com.sun.msv.datatype.regexp.RangeToken
-
- id2loader - Variable in class com.sun.msv.scanner.dtd.Resolver
-
- id2resource - Variable in class com.sun.msv.scanner.dtd.Resolver
-
- id2uri - Variable in class com.sun.msv.scanner.dtd.Resolver
-
- IdAbuseChecker - Class in com.sun.msv.reader.relax.core.checker
-
makes sure that ID/IDREF are not abused.
- IdAbuseChecker(RELAXCoreReader, RELAXModule) - Constructor for class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
- IDateTimeValueType - Interface in com.sun.msv.datatype.xsd.datetime
-
Interface as value type of DateTimeType
- IDAttMap(ElementExp) - Constructor for class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker.IDAttMap
-
- idAttributes - Variable in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
set of AttributeExps: that have ID/IDREF values
- idatts - Variable in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker.IDAttMap
-
- IDCompatibilityChecker - Class in com.sun.msv.reader.trex.ng.comp
-
checks the compatibility of RELAX NG grammar with the ID/IDREF feature.
- IDCompatibilityChecker(RELAXNGCompReader) - Constructor for class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- IDCompatibilityChecker.IDAttMap - Class in com.sun.msv.reader.trex.ng.comp
-
- idConst - Variable in class com.sun.msv.verifier.identity.SelectorMatcher
-
- IDConstraintChecker - Class in com.sun.msv.verifier.identity
-
Verifier with XML Schema-related enforcement.
- IDConstraintChecker(XMLSchemaGrammar, ErrorHandler) - Constructor for class com.sun.msv.verifier.identity.IDConstraintChecker
-
- IDContextProvider - Interface in com.sun.msv.grammar
-
- IDContextProvider2 - Interface in com.sun.msv.grammar
-
ValidationContextProvider that supports limited ID/IDREF implementation.
- IDContextProviderWrapper - Class in com.sun.msv.grammar.util
-
- IDContextProviderWrapper(IDContextProvider) - Constructor for class com.sun.msv.grammar.util.IDContextProviderWrapper
-
- 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.generator.Generator
-
Text nodes of IDREFs that should be "patched" by IDs.
- 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.generator.Generator
-
ID tokens that are used
- ids - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- ids - Variable in class com.sun.msv.verifier.AbstractVerifier
-
this map remembers every ID token encountered in this document
- IDType - Class in com.sun.msv.datatype.xsd
-
very limited 'ID' type of XML Schema Part 2.
- IDType() - Constructor for class com.sun.msv.datatype.xsd.IDType
-
- ignorable - Variable in class com.sun.msv.verifier.regexp.StringToken
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.State
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.classic.StringState
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.NameClassNameState
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.DataParamState
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.trex.ng.ValueState
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.reader.util.ForkContentHandler
-
- ignorableWhitespace(char[], int, int) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- ignorableWhitespace(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
whitespace in markup (flagged to app, discardable)
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.util.xml.DocumentFilter
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.util.xml.DOMBuilder
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.Verifier
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.verifier.VerifierFilter
-
- ignorableWhitespace(char[], int, int) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 ignorable whitespace event.
- IGNORE_CASE - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
"i"
- ignoreCase - Variable in class com.sun.msv.datatype.regexp.BMPattern
-
- ignoreContents - Variable in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
this flag is set to true to indicate all the contents of this element
will be skipped (due to the double inclusion).
- IgnoreController - Class in com.sun.msv.reader.util
-
Default implementation of GrammarReaderController.
- IgnoreController() - Constructor for class com.sun.msv.reader.util.IgnoreController
-
- ignoredType - Static variable in class com.sun.msv.verifier.regexp.StringToken
-
- 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.
- ignoringMIME - Variable in class com.sun.msv.scanner.dtd.Resolver
-
- impl - Variable in class com.sun.msv.datatype.xsd.TypeIncubator
-
storage for non-repeatable facets
- impl - Variable in class com.sun.msv.grammar.ReferenceContainer
-
- impl - Variable in class com.sun.msv.reader.datatype.DataTypeVocabularyMap
-
map from namespace URI to DataTypeVocabulary
- impl - Variable in class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
-
- 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
-
- in - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- in - Variable in class com.sun.msv.scanner.dtd.XmlReader
-
- inAnnotation - Variable in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
- inAnyNameClass - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of AnyNameClass
- inAttribute - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of attributes.
- include(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- include(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- included - Variable in class com.sun.msv.reader.trex.IncludePatternState
-
- includedGrammar() - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- includeGrammar(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- IncludeGrammarState - Class in com.sun.msv.relaxns.reader
-
parses <include> element of RELAX Namespace.
- IncludeGrammarState() - Constructor for class com.sun.msv.relaxns.reader.IncludeGrammarState
-
- IncludeMergeState - Class in com.sun.msv.reader.trex
-
<include> element as an immediate child of <grammar> element.
- IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.IncludeMergeState
-
- IncludeMergeState - Class in com.sun.msv.reader.trex.ng
-
parses <include> element as a child of <grammar> element.
- IncludeMergeState() - Constructor for class com.sun.msv.reader.trex.ng.IncludeMergeState
-
- IncludeModuleState - Class in com.sun.msv.reader.relax.core
-
parses <include> element of RELAX Core.
- IncludeModuleState() - Constructor for class com.sun.msv.reader.relax.core.IncludeModuleState
-
- includeNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
- includePattern(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
-
- IncludePatternState - Class in com.sun.msv.reader.trex
-
<include> element in the pattern.
- IncludePatternState() - Constructor for class com.sun.msv.reader.trex.IncludePatternState
-
- includes(NameClass) - Method in class com.sun.msv.grammar.NameClass
-
Returns true if this name class is a superset of another name class.
- IncludeState - Class in com.sun.msv.reader.xmlschema
-
used to parse <include> element.
- IncludeState() - Constructor for class com.sun.msv.reader.xmlschema.IncludeState
-
- InclusionContext(GrammarReader.PrefixResolver, Locator, String, GrammarReader.InclusionContext) - Constructor for class com.sun.msv.reader.GrammarReader.InclusionContext
-
- IncompleteContentModel(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
-
- IncompleteContentModel(StartTagInfo) - Constructor for class com.sun.msv.verifier.ErrorInfo.IncompleteContentModel
-
- incubator - Variable in class com.sun.msv.datatype.xsd.ngimpl.DatatypeBuilderImpl
-
- 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
- INDEPENDENT - Static variable in class com.sun.msv.datatype.regexp.Op
-
- INDEPENDENT - Static variable in class com.sun.msv.datatype.regexp.Token
-
- indirectRefs - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
ReferenceExps which are referenced from this pattern indirectly
(with ElementExp in between.)
- inElement - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of elements.
- inExcept - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of the 'except' clause of data.
- infosetURI - Static variable in class com.sun.msv.reader.trex.ng.AttributeState
-
- inGroupInOneOrMoreInElement - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of group/interleave in oneOrMore in elements.
- inInterleaveInList - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of interleaves in lists.
- init(GrammarReader, State, StartTagInfo) - Method in class com.sun.msv.reader.State
-
- init() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- init(InputSource, String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- init(char[], String, InputEntity, boolean) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- init() - Method in class com.sun.msv.verifier.AbstractVerifier
-
- init() - Method in class com.sun.msv.verifier.Verifier
-
- initDecodeMap() - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- initEncodeMap() - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- initFacetNames() - Static method in class com.sun.msv.reader.datatype.xsd.FacetState
-
- initialCapacity - Static variable in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- initialExpression() - Method in class com.sun.msv.reader.ChoiceState
-
- initialExpression() - Method in class com.sun.msv.reader.ExpressionWithChildState
-
sets initial pattern
- initialExpression() - Method in class com.sun.msv.reader.relax.core.ClauseState
-
- 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
-
- initialPanicLevel - Variable in class com.sun.msv.verifier.Verifier
-
Initial panic level when an error is found.
- InlineElementState - Class in com.sun.msv.reader.relax.core
-
parses <element> element.
- InlineElementState() - Constructor for class com.sun.msv.reader.relax.core.InlineElementState
-
- inlineModuleExpected - Variable in class com.sun.msv.relaxns.reader.NamespaceState
-
this flag indicates this object expects a module element to
appear as the child.
- 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
-
- inList - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of lists.
- inNameClass - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit name classes.
- inNsNameClass - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of NamespaceNameClass
- inOneOrMoreInElement - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit children of oneOrMore in elements.
- input - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- InputEntity - Class in com.sun.msv.scanner.dtd
-
This is how the parser talks to its input entities, of all kinds.
- InputEntity() - Constructor for class com.sun.msv.scanner.dtd.InputEntity
-
- 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.
- inStart - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Used to visit the start pattern.
- instream - Variable in class com.sun.msv.scanner.dtd.XmlReader.BaseReader
-
- int0 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- int2bi(int) - Static method in class com.sun.msv.datatype.xsd.datetime.Util
-
creates BigInteger that corresponds with v
- int2bi(Integer) - Static method in class com.sun.msv.datatype.xsd.datetime.Util
-
- IntegerDerivedType - Class in com.sun.msv.datatype.xsd
-
base class for types derived from integer.
- IntegerDerivedType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.IntegerDerivedType
-
- 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.
- IntegerValueType(String) - Constructor for class com.sun.msv.datatype.xsd.IntegerValueType
-
internal use only: construct object from canonicalized value
- IntegerValueType(long) - Constructor for class com.sun.msv.datatype.xsd.IntegerValueType
-
- 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
-
- interface_(State, StartTagInfo) - Method in class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader.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
-
- InterfaceStateEx - Class in com.sun.msv.relaxns.reader.relax
-
parses <interface> element and <div> in interface.
- InterfaceStateEx() - Constructor for class com.sun.msv.relaxns.reader.relax.InterfaceStateEx
-
- 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.
- InterleaveExp(Expression, Expression) - Constructor for class com.sun.msv.grammar.InterleaveExp
-
- InterleaveState - Class in com.sun.msv.reader
-
state that creates an InterleaveExp.
- InterleaveState() - Constructor for class com.sun.msv.reader.InterleaveState
-
- InternalEntity - Class in com.sun.msv.scanner.dtd
-
- InternalEntity(String, char[]) - Constructor for class com.sun.msv.scanner.dtd.InternalEntity
-
- internalGeneralEntityDecl(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- internalGeneralEntityDecl(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of a internal general entity declaration event.
- internalGeneralEntityDecl(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- InternalImpl - Class in com.sun.msv.datatype.regexp
-
- InternalImpl() - Constructor for class com.sun.msv.datatype.regexp.InternalImpl
-
- internalParameterEntityDecl(String, String) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- internalParameterEntityDecl(String, String) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of a internal parameter entity declaration
event.
- internalParameterEntityDecl(String, String) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- intersection(NameClass, NameClass) - Static method in class com.sun.msv.grammar.NameClass
-
Computes the intersection of two name classes.
- intersectRanges(Token) - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- intersectRanges(Token) - Method in class com.sun.msv.datatype.regexp.Token
-
- intPool - Static variable in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
integer pool implementation.
- 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
-
- inuse - Variable in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- 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
- isAlpha(char) - Static method in class com.sun.msv.util.Uri
-
- isAlwaysValid - Variable in class com.sun.msv.datatype.xsd.StringType
-
Value returned from the isAlwaysValid method.
- 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.
- isClosed - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- isCoalescing() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- isCompacted() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- isCompatibilityChar(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
- isCompatibilityChar(char) - Static method in class com.sun.xml.util.XmlChars
-
- isComplex(Expression) - Static method in class com.sun.msv.grammar.util.ExpressionPrinter
-
determines whether brackets should be used to represent the pattern
- isComplex() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
checks if the result of 'get' method is not the union of all
elements of concern.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.EntityType
-
ENTITY type always returns true.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.ListType
-
The list type is context-dependent if its item type is so.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.Proxy
-
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.QnameType
-
QName type always returns true.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.UnionType
-
The union type is context-dependent if one of the member types is so.
- isContextDependent() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
A property for RELAX NG DTD compatibility datatypes.
- isDefaultAttributeValueCompatible - Variable in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
the compatibility property of the default attribute feature.
- isDefined() - Method in class com.sun.msv.grammar.ReferenceExp
-
checks if this ReferenceExp is properly defined.
- isDefined() - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
implementation detail.
- isDefined() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- isDerivedTypeOf(XSDatatype, boolean) - Method in interface com.sun.msv.datatype.xsd.XSDatatype
-
tests if this type is a derived type of the specified type.
- isDerivedTypeOf(XSDatatype, boolean) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- isDerivedTypeOf(XSDatatype, XSDatatype, boolean) - Static method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- isDerivedTypeOf(ComplexTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
Checks if this type is a derived type of the specified type.
- isDerivedTypeOf(XSDatatype, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- isDerivedTypeOf(XMLSchemaTypeExp, int) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- isDigit(char) - Static method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- isDigit(char) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- isDigit(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
- isDigit(char) - Static method in class com.sun.msv.util.Uri
-
- isDigitOrPeriod(char) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- isDigitOrPeriodOrSign(char) - Static method in class com.sun.msv.datatype.xsd.FloatingNumberType
-
- 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 ...
- isEOLChar(int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- isEpsilon(Expression) - Method in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
returns true if the exp is equivalent to <empty/> after
the simplification.
- 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.
- isError(Object, Object) - Static method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
It is an error if a pattern with data is combined to other patterns.
- isExcluded(char) - Static method in class com.sun.msv.util.Uri
-
- 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
-
- isExtender(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
- isExtender(char) - Static method in class com.sun.xml.util.XmlChars
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.AnyURIType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.BinaryBaseType
-
- 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.DateTimeBaseType
-
- 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.FloatingNumberType
-
- isFacetApplicable(String) - Method in class com.sun.msv.datatype.xsd.IntegerDerivedType
-
- 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.
- isFinished - Variable in class com.sun.msv.verifier.Verifier
-
This flag will be set to true after endDocument method is called.
- isFixed(String) - Method in class com.sun.msv.datatype.xsd.TypeIncubator
-
returns true if that facet is fixed.
- isFromInternalSubset - Variable in class com.sun.msv.scanner.dtd.EntityDecl
-
- isGlobal() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.AttributeState
-
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.ElementDeclState
-
Returns true if this element declaration is a global element declaration.
- isGlobal() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.GrammarReader
-
checks if given element is that of the grammar elements.
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.SimpleState
-
checks if this element belongs to the grammar.
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
- isGrammarElement(StartTagInfo) - Method in class com.sun.msv.relaxns.reader.TopLevelState
-
- isHexDigit(char) - Static method in class com.sun.msv.util.Uri
-
- isHighSurrogate(int) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- isIDcompatible - Variable in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
the compatibility property of the ID/IDREF feature.
- isIgnorable() - Method in class com.sun.msv.verifier.regexp.StringToken
-
checks if this token is ignorable.
- isIgnorable() - Method in class com.sun.msv.verifier.regexp.Token
-
checks if this token is ignorable.
- 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".
- isLetter2(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
- isLetter2(char) - Static method in class com.sun.xml.util.XmlChars
-
- isLocaleSupported(String) - Method in class com.sun.msv.scanner.dtd.MessageCatalog
-
Returns true iff the specified locale has explicit language support.
- isLowSurrogate(int) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- 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.DocumentBuilderImpl
-
- isNamespaceAware() - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- isNamespaceAware() - Method in class com.sun.msv.verifier.jaxp.SAXParserImpl
-
- isNCName(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
-
- isNCNameChar(char) - Static method in class com.sun.msv.scanner.dtd.XmlChars
-
Returns true if the character is allowed to be a non-initial
character in unscoped names according to the rules of the XML
Namespaces proposed recommendation.
- isNCNameChar(char) - Static method in class com.sun.xml.util.XmlChars
-
Returns true if the character is allowed to be a non-initial
character in unscoped names according to the rules of the XML
Namespaces proposed recommendation.
- isNCNmtoken(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
-
This method returns true if the identifier is a "name token" as
defined by the XML Namespaces proposed recommendation.
- isNCNmtoken(String) - Static method in class com.sun.msv.scanner.dtd.XmlNames
-
This method returns true if the identifier is a "name token" as
defined by the XML Namespaces proposed recommendation.
- isNegative() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
returns true if the value if negative (less than zero)
- isNillable - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- isNmtoken(String) - Static method in class com.sun.msv.datatype.xsd.XmlNames
-
This method returns true if the identifier is a "name token"
as defined in the XML specification.
- isNmtoken(String) - Static method in class com.sun.msv.scanner.dtd.XmlNames
-
This method returns true if the identifier is a "name token"
as defined in the XML specification.
- isNonNegative() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
returns true if the value if non-negative (greater than or equal to zero)
- isNonPositive() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
returns true if the value if non-positive (less than or equal to zero)
- isNotation(String) - Method in class com.sun.msv.generator.ContextProviderImpl
-
- isNotation(String) - Method in class com.sun.msv.grammar.util.IDContextProviderWrapper
-
- isNotation(String) - Method in class com.sun.msv.reader.GrammarReader
-
- isNotation(String) - Method in class com.sun.msv.verifier.AbstractVerifier
-
- isNull() - Method in class com.sun.msv.grammar.NameClass
-
Returns true if this name class doesn't accept anything.
- Iso8859_1Reader(InputStream) - Constructor for class com.sun.msv.scanner.dtd.XmlReader.Iso8859_1Reader
-
- isParameterEntity() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- isPE - Variable in class com.sun.msv.scanner.dtd.EntityDecl
-
- isPE - Variable 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.
- isRegisterNonXS(String) - Static method in class com.sun.msv.datatype.regexp.Token
-
- isRepeatable(String) - Static method in class com.sun.msv.datatype.xsd.TypeIncubator
-
returns true if the specified facet is a facet which can be set multiple times.
- 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
-
- isSchemeChar(char) - Static method in class com.sun.msv.util.Uri
-
- isSet(int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- isSet(int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- isSet(int, int) - Static method in class com.sun.msv.datatype.regexp.Token
-
- isShorterThan(Token) - Method in class com.sun.msv.datatype.regexp.Token
-
- isSorted() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- 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.
- isSubstitutable(ElementDeclExp, ElementDeclExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
implementation of "SCC: Substitution Group OK (Transitive)".
- isSubstitutionBlocked() - Method in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- issuedOldNamespaceWarning - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- issueObsoletedXMLSchemaNamespace - Variable in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
- 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.relaxns.verifier.TREXIslandVerifier
-
- 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.
- isUric - Static variable in class com.sun.msv.datatype.xsd.AnyURIType
-
a table that indicates whether a particular character has to be
escaped or not.
- isValid(String, ValidationContext) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- isValid(String) - Static method in class com.sun.msv.util.Uri
-
- isValid() - Method in interface com.sun.msv.verifier.IVerifier
-
checks if the document was valid.
- isValid() - Method in class com.sun.msv.verifier.Verifier
-
- isValid() - Method in class com.sun.msv.verifier.VerifierFilter
-
- isValidating() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- isValidating() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- isValidating() - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- isValidating() - Method in class com.sun.msv.verifier.jaxp.SAXParserImpl
-
- isValidFragment(String) - Static method in class com.sun.msv.util.Uri
-
- isValidPercent(String) - Static method in class com.sun.msv.util.Uri
-
- isValidScheme(String) - Static method in class com.sun.msv.util.Uri
-
- isValueFacet(String) - Static method in class com.sun.msv.datatype.xsd.TypeIncubator
-
returns true if the specified facet is a facet that needs value-space-level check.
- isWhiteSpace(char) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
returns true if the specified char is a white space character.
- isWordChar(int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- isXmlLang(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- 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.
- m - Variable in class com.sun.msv.grammar.relax.RELAXModule.DatatypeContainer
-
- MAGIC - Variable in class com.sun.msv.grammar.util.NameClassComparator
-
- MAGIC - Static variable in class com.sun.msv.grammar.util.PossibleNamesCollector
-
- main(String[]) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
Sample entry.
- 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.relax.LabelRefState
-
- 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.TypeState
-
This method is called from endElement method.
- makeType() - Method in class com.sun.msv.reader.datatype.xsd.TypeWithOneChildState
-
- 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.
- map - Variable in class com.sun.msv.datatype.regexp.RangeToken
-
- mapNamespace(String) - Method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
maps obsoleted XML Schema namespace to the current one.
- mapResource(String) - Method in class com.sun.msv.scanner.dtd.Resolver
-
- MAPSIZE - Static variable in class com.sun.msv.datatype.regexp.RangeToken
-
- mark(int) - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Sets a mark allowing a limited number of characters to
be "peeked", by reading and then resetting.
- markSchemaAsDefined(XMLSchemaSchema) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- markSupported() - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Returns true iff the reader supports mark/reset.
- mask - Variable in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- Match - Class in com.sun.msv.datatype.regexp
-
An instance of this class has ranges captured in matching.
- Match() - Constructor for class com.sun.msv.datatype.regexp.Match
-
Creates an instance.
- match(int) - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- match - Variable in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- match(int) - Method in class com.sun.msv.datatype.regexp.Token.CharToken
-
- match(int) - Method in class com.sun.msv.datatype.regexp.Token
-
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.AnyElementToken
-
- match(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeRecoveryToken
-
- match(AttributeExp) - Method in class com.sun.msv.verifier.regexp.AttributeToken
-
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.ElementToken
-
- match(DataExp) - Method in class com.sun.msv.verifier.regexp.StringRecoveryToken
-
- match(ValueExp) - Method in class com.sun.msv.verifier.regexp.StringRecoveryToken
-
- match(ListExp) - Method in class com.sun.msv.verifier.regexp.StringRecoveryToken
-
- match(DataExp) - Method in class com.sun.msv.verifier.regexp.StringToken
-
DataExp can consume this token if its datatype can accept this string
- match(ValueExp) - Method in class com.sun.msv.verifier.regexp.StringToken
-
- match(ListExp) - Method in class com.sun.msv.verifier.regexp.StringToken
-
ListExp can consume this token if its pattern accepts this string
- match(ElementExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given ElementExp can consume this token
- match(AttributeExp) - Method in class com.sun.msv.verifier.regexp.Token
-
- match(DataExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given DataExp can consume this token
- match(ValueExp) - Method in class com.sun.msv.verifier.regexp.Token
-
- match(ListExp) - Method in class com.sun.msv.verifier.regexp.Token
-
returns true if the given ListExp can consume this 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
- matchCharacterIterator(RegularExpression.Context, Op, int, int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- matchCharArray(RegularExpression.Context, Op, int, int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- 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.
- Matcher(IDConstraintChecker) - Constructor for class com.sun.msv.verifier.identity.Matcher
-
- MatcherBundle - Class in com.sun.msv.verifier.identity
-
Base implementation of Matcher coordinator.
- MatcherBundle(IDConstraintChecker) - Constructor for class com.sun.msv.verifier.identity.MatcherBundle
-
the derived class must initialize the children field appropriately.
- matchers - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
active mathcers.
- matches(CharacterIterator, int, int) - Method in class com.sun.msv.datatype.regexp.BMPattern
-
- matches(String, int, int) - Method in class com.sun.msv.datatype.regexp.BMPattern
-
- matches(char[], int, int) - Method in class com.sun.msv.datatype.regexp.BMPattern
-
- matches(char[]) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(char[], int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(char[], Match) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(char[], int, int, Match) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(String) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(String, int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(String, Match) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(String, int, int, Match) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(CharacterIterator) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(CharacterIterator, Match) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(String, String) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- matches(String, String, String) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- matches - Variable in class com.sun.msv.datatype.xsd.regex.JDKImpl
-
- matches(String) - Method in interface com.sun.msv.datatype.xsd.regex.RegExp
-
- matches - Variable in class com.sun.msv.datatype.xsd.regex.XercesImpl
-
- matches(char[], int) - Method in class com.sun.msv.scanner.dtd.DTDParser.NameCacheEntry
-
- matchesIgnoreCase(CharacterIterator, int, int) - Method in class com.sun.msv.datatype.regexp.BMPattern
-
- matchesIgnoreCase(String, int, int) - Method in class com.sun.msv.datatype.regexp.BMPattern
-
- matchesIgnoreCase(char[], int, int) - Method in class com.sun.msv.datatype.regexp.BMPattern
-
- matchFound - Variable in class com.sun.msv.verifier.identity.PathMatcher
-
a flag that indicates that this element/attribute matches the path expression.
- matchIgnoreCase(int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- matchString(RegularExpression.Context, Op, int, int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- max - Variable in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- max - Variable in class com.sun.msv.generator.Rand.UniformRand
-
- 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
-
- maximumDayInMonthFor(int, int) - Static method in class com.sun.msv.datatype.xsd.datetime.Util
-
- maximumDayInMonthFor(BigInteger, int) - Static method in class com.sun.msv.datatype.xsd.datetime.Util
-
- 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, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.MaxLengthFacet
-
- MaxLengthFacet(String, String, XSDatatypeImpl, int, boolean) - Constructor for class com.sun.msv.datatype.xsd.MaxLengthFacet
-
- maxOccurs - Variable in class com.sun.msv.grammar.xmlschema.OccurrenceExp
-
Maximum occurence.
- MAXPUSHBACK - Static variable in class com.sun.msv.scanner.dtd.XmlReader
-
- maybeAttlistDecl() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeComment(boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeConditionalSect() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeElementDecl() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
To validate, subclassers should at this time make sure that
values are of the declared types:
ID and IDREF(S) values are Names
NMTOKEN(S) are Nmtokens
ENUMERATION values match one of the tokens
NOTATION values match a notation name
ENTITIY(IES) values match an unparsed external entity
- maybeEntityDecl() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeExternalID() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeGetName() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeGetNameCacheEntry() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeInCRLF - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- maybeMarkupDecl() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeNotationDecl() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybePEReference() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybePI(boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeReadAttribute(String, boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeTextDecl() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- maybeWhitespace() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- 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
- memberTypes - Variable in class com.sun.msv.reader.datatype.xsd.UnionState
-
- memorizeLink(Object) - Method in class com.sun.msv.reader.GrammarReader.BackwardReferenceMap
-
memorize a reference to an object.
- merge(Object, Object) - Static method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
- mergeContinuation(Expression, Expression) - Method in class com.sun.msv.verifier.regexp.ExpressionAcceptor
-
- mergeRanges(Token) - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- mergeRanges(Token) - Method in class com.sun.msv.datatype.regexp.Token
-
- 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.
- MessageCatalog(Class, String) - 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.
- messages - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- min - Variable in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- 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.regexp.RegularExpression
-
- minLength - Variable in class com.sun.msv.datatype.xsd.MinLengthFacet
-
- MinLengthFacet - Class in com.sun.msv.datatype.xsd
-
'minLength' facet
- MinLengthFacet(String, String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.MinLengthFacet
-
- MinLengthFacet(String, String, XSDatatypeImpl, int, boolean) - 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.BigDateTimeValueType
-
minute (always between 0 and 59)
this variable is null if no year is specified
- minute - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- minute - Variable in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- minutes - Variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
-
- MISSING - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
-
The TimeZone
representation that corresponds
to the missing time zone.
- MissingAttribute(String, String, String) - Constructor for class com.sun.msv.verifier.ErrorInfo.MissingAttribute
-
- MissingAttribute(StartTagInfo) - 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.
- MixedExp(Expression) - Constructor for class com.sun.msv.grammar.MixedExp
-
- MixedState - Class in com.sun.msv.reader.relax.core
-
parses <mixed> element.
- MixedState() - Constructor for class com.sun.msv.reader.relax.core.MixedState
-
- MixedState - Class in com.sun.msv.reader.trex
-
parses <mixed> pattern.
- 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
- MODIFIER - Static variable in class com.sun.msv.datatype.regexp.Op
-
- MODIFIERGROUP - Static variable in class com.sun.msv.datatype.regexp.Token
-
- ModifierOp(int, int, int) - Constructor for class com.sun.msv.datatype.regexp.Op.ModifierOp
-
- ModifierToken(Token, int, int) - Constructor for class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- module - Variable in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
-
- module - Variable in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
- 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
-
- moduleReader - Variable in class com.sun.msv.relaxns.reader.NamespaceState
-
this object will parse inlined grammar.
- 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.BigDateTimeValueType
-
month (always between 0 and 11)
this variable is null if no year is specified
- month - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- month - Variable in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- 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_GRAMMAR_ERROR - Static variable in class com.sun.msv.writer.relaxng.Driver
-
- 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_USAGE - Static variable in class com.sun.msv.writer.relaxng.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
-
- MULTIPLE_LINES - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
"m"
- 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
-
- 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.grammar.xmlschema.AttributeWildcard
-
- name - Variable in class com.sun.msv.reader.datatype.xsd.LazyTypeIncubator.Facet
-
- name - Variable in exception com.sun.msv.reader.relax.core.checker.DblAttrConstraintChecker.Eureka
-
- name - Variable in class com.sun.msv.relaxns.grammar.DeclImpl
-
name of this rule
- name - Variable in class com.sun.msv.scanner.dtd.DTDParser.NameCacheEntry
-
- name - Variable in class com.sun.msv.scanner.dtd.EntityDecl
-
- name - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- name2uri(String) - Method in class com.sun.msv.scanner.dtd.Resolver
-
- nameCache - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- NameCache() - Constructor for class com.sun.msv.scanner.dtd.DTDParser.NameCache
-
- NameCacheEntry() - Constructor for class com.sun.msv.scanner.dtd.DTDParser.NameCacheEntry
-
- NAMECHARS - Static variable in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- nameCharString(char) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- nameClass - Variable in class com.sun.msv.grammar.AttributeExp
-
constraint over attribute name
- NameClass - Class in com.sun.msv.grammar
-
validator of (namespaceURI,localPart) pair.
- NameClass() - Constructor for class com.sun.msv.grammar.NameClass
-
- nameClass - Variable in class com.sun.msv.grammar.relax.TagClause
-
tag name constraint.
- nameClass - Variable in class com.sun.msv.grammar.trex.ElementPattern
-
- nameClass - Variable in class com.sun.msv.reader.trex.NameClassAndExpressionState
-
- nameClass - Variable in class com.sun.msv.reader.trex.NameClassWithChildState
-
name class object that is being created.
- nameClass - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
NamespaceNameClass object that matchs this namespace.
- nameClass - Variable in class com.sun.msv.relaxns.grammar.relax.AnyOtherElementExp
-
this name class matches all the namespaces that are accepted by this anyOtherElement.
- NameClassAndExpression - Interface in com.sun.msv.grammar
-
common interface of AttributeExp and ElementExp.
- NameClassAndExpressionState - Class in com.sun.msv.reader.trex
-
Base implementation for ElementState and AttributeState
This class collects one name class and patterns
- NameClassAndExpressionState() - Constructor for class com.sun.msv.reader.trex.NameClassAndExpressionState
-
- NameClassAnyNameState - Class in com.sun.msv.reader.trex
-
parses <anyName> name class.
- NameClassAnyNameState() - Constructor for class com.sun.msv.reader.trex.NameClassAnyNameState
-
- NameClassChoiceState - Class in com.sun.msv.reader.trex
-
parses <choice> name class.
- NameClassChoiceState() - Constructor for class com.sun.msv.reader.trex.NameClassChoiceState
-
- NameClassCollisionChecker - Class in com.sun.msv.grammar.util
-
Computes if two name classes collide or not.
- NameClassCollisionChecker() - Constructor for class com.sun.msv.grammar.util.NameClassCollisionChecker
-
- NameClassComparator - Class in com.sun.msv.grammar.util
-
Abstract implementation of a function
- NameClassComparator() - Constructor for class com.sun.msv.grammar.util.NameClassComparator
-
- NameClassDifferenceState - Class in com.sun.msv.reader.trex
-
parses <difference> name class.
- NameClassDifferenceState() - Constructor for class com.sun.msv.reader.trex.NameClassDifferenceState
-
- NameClassNameState - Class in com.sun.msv.reader.trex
-
parses <name> name class.
- NameClassNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNameState
-
- NameClassNotState - Class in com.sun.msv.reader.trex
-
parses <not> name class.
- NameClassNotState() - Constructor for class com.sun.msv.reader.trex.NameClassNotState
-
- NameClassNsNameState - Class in com.sun.msv.reader.trex
-
parses <nsName> name class.
- NameClassNsNameState() - Constructor for class com.sun.msv.reader.trex.NameClassNsNameState
-
- NameClassOwner - Interface in com.sun.msv.reader.trex
-
interface that must be implemented by the parent state of NameClassState.
- 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.
- NameClassWalker() - Constructor for class com.sun.msv.reader.trex.ng.RestrictionChecker.NameClassWalker
-
- NameClassWithChildState - Class in com.sun.msv.reader.trex
-
parses name class that has child name classes
- NameClassWithChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithChildState
-
- NameClassWithoutChildState - Class in com.sun.msv.reader.trex
-
Base implementation for those states who cannot have any child name class.
- NameClassWithoutChildState() - Constructor for class com.sun.msv.reader.trex.NameClassWithoutChildState
-
- NameClassWriter - Class in com.sun.msv.writer.relaxng
-
Visits NameClass and writes its XML representation.
- NameClassWriter(Context) - Constructor for class com.sun.msv.writer.relaxng.NameClassWriter
-
- nameClassWriter - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
- namedPatterns - Variable in class com.sun.msv.grammar.trex.TREXGrammar
-
named patterns which are defined by using <define> element.
- nameGenerator - Variable in class com.sun.msv.generator.GeneratorOption
-
- NameGenerator - Class in com.sun.msv.generator
-
generates a namespaceURI/localName pair that satisfies given
NameClass
- NameGenerator(Random) - Constructor for class com.sun.msv.generator.NameGenerator
-
- nameParts - Variable in class com.sun.msv.writer.ContentHandlerAdaptor
-
- names - Variable in class com.sun.msv.grammar.util.PossibleNamesCollector
-
this set will receive all possible names.
- names - Variable in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
-
- namespace - Variable in class com.sun.msv.relaxns.reader.NamespaceState
-
inline module should have this primary namespace
- 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.
- namespaces - Variable in class com.sun.msv.writer.ContentHandlerAdaptor
-
- NamespaceState - Class in com.sun.msv.relaxns.reader
-
parses <namespace> element of RELAX Namespace.
- NamespaceState() - Constructor for class com.sun.msv.relaxns.reader.NamespaceState
-
- NamespaceState.CutInFilter - Class in com.sun.msv.relaxns.reader
-
- 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.datatype.xsd.XSDatatypeImpl
-
- 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.reader.datatype.xsd.XSDatatypeExp
-
Namespace URI of this datatype.
- 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
-
- nameTmp - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- NameType - Class in com.sun.msv.datatype.xsd
-
"Name" type.
- NameType() - Constructor for class com.sun.msv.datatype.xsd.NameType
-
- 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.DataTypeWithValueConstraintFacet
-
- needValueCheck() - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- needValueCheckFlag - Variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
a flag that indicates this type has value-constraint facet.
- NegativeIntegerType - Class in com.sun.msv.datatype.xsd
-
"negativeInteger" type.
- NegativeIntegerType() - Constructor for class com.sun.msv.datatype.xsd.NegativeIntegerType
-
- NEGATIVELOOKAHEAD - Static variable in class com.sun.msv.datatype.regexp.Op
-
- NEGATIVELOOKAHEAD - Static variable in class com.sun.msv.datatype.regexp.Token
-
- NEGATIVELOOKBEHIND - Static variable in class com.sun.msv.datatype.regexp.Op
-
- NEGATIVELOOKBEHIND - Static variable in class com.sun.msv.datatype.regexp.Token
-
- newDocument() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- newDocumentBuilder() - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- newGrammar - Variable in class com.sun.msv.reader.trex.GrammarState
-
- newline - Static variable in class com.sun.msv.scanner.dtd.InputEntity
-
- 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.datatype.regexp.Op
-
- next() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- next() - Method in interface com.sun.msv.generator.Rand
-
- next() - Method in class com.sun.msv.generator.Rand.UniformRand
-
- next - Variable in class com.sun.msv.scanner.dtd.DTDParser.NameCacheEntry
-
- next - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- next - Variable in class com.sun.msv.scanner.dtd.SimpleHashtable.Entry
-
- next - Variable in class com.sun.msv.util.xml.DocumentFilter
-
- nextChar(char, String, String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- nextChar - Variable in class com.sun.msv.scanner.dtd.XmlReader.Utf8Reader
-
- nextController - Variable in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
-
- nextElement() - Method in class com.sun.msv.scanner.dtd.SimpleHashtable
-
Used to view this as an enumeration; returns the next key
in the enumeration.
- nexttoken - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- NGNameState - Class in com.sun.msv.reader.trex.ng
-
parses <anyName> name class.
- NGNameState() - Constructor for class com.sun.msv.reader.trex.ng.NGNameState
-
- 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
-
- no - Variable in class com.sun.msv.datatype.regexp.Op.ConditionOp
-
- no - Variable in class com.sun.msv.datatype.regexp.Token.ConditionToken
-
- NO_STRING - Static variable in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
- node - Variable in class com.sun.msv.generator.Generator
-
current generated node
- nofgroups - Variable in class com.sun.msv.datatype.regexp.Match
-
- nofinstances - Static variable in class com.sun.msv.datatype.regexp.Op
-
- nofparen - Variable in class com.sun.msv.datatype.regexp.RegularExpression
-
The number of parenthesis in the regular expression.
- NONBMP_BLOCK_START - Static variable in class com.sun.msv.datatype.regexp.Token
-
- nonBMPBlockRanges - Static variable in class com.sun.msv.datatype.regexp.Token
-
- NONE - Static variable in class com.sun.msv.grammar.NameClass
-
Name class that accepts nothing.
- none(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.RELAXReader.StateFactory
-
- NoneType - Class in com.sun.msv.grammar.relax
-
'none' datatype of RELAX.
- NoneType() - Constructor for class com.sun.msv.grammar.relax.NoneType
-
- NoneTypeRemover - Class in com.sun.msv.generator
-
removes "none" type of RELAX from AGM.
- NoneTypeRemover(ExpressionPool) - Constructor for class com.sun.msv.generator.NoneTypeRemover
-
- NONGREEDYCLOSURE - Static variable in class com.sun.msv.datatype.regexp.Op
-
- NONGREEDYCLOSURE - Static variable in class com.sun.msv.datatype.regexp.Token
-
- NONGREEDYQUESTION - Static variable in class com.sun.msv.datatype.regexp.Op
-
- nonIdAttrNames - Variable in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
set of Strings: names of non-ID/IDREF attributes
- nonMapIndex - Variable in class com.sun.msv.datatype.regexp.RangeToken
-
- NonNegativeIntegerType - Class in com.sun.msv.datatype.xsd
-
"nonNegativeInteger" type.
- NonNegativeIntegerType() - Constructor for class com.sun.msv.datatype.xsd.NonNegativeIntegerType
-
- NonPositiveIntegerType - Class in com.sun.msv.datatype.xsd
-
"nonPositiveInteger" type.
- NonPositiveIntegerType() - Constructor for class com.sun.msv.datatype.xsd.NonPositiveIntegerType
-
- nonxs - Static variable in class com.sun.msv.datatype.regexp.Token
-
- 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.
- normalize(boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- NormalizedStringType - Class in com.sun.msv.datatype.xsd
-
"normalizedString" type.
- NormalizedStringType(String, boolean) - Constructor for class com.sun.msv.datatype.xsd.NormalizedStringType
-
- normalizedValue - Variable in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
normalized DateTimeValue of this object.
- 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
-
- notation - Variable in class com.sun.msv.scanner.dtd.ExternalEntity
-
- 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
-
- notations - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- notations - Variable in class com.sun.msv.verifier.AbstractVerifier
-
declared notations.
- notBeingRedefined - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
This named pattern is not being redefined.
- noteError(String) - Method in class com.sun.msv.generator.Generator
-
annotate DOM by adding a comment that an error is generated.
- NotNameClass - Class in com.sun.msv.grammar
-
NameClass that acts a not operator.
- NotNameClass(NameClass) - Constructor for class com.sun.msv.grammar.NotNameClass
-
- NRANGE - Static variable in class com.sun.msv.datatype.regexp.Op
-
- NRANGE - Static variable in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- nsStack - Variable in class com.sun.msv.reader.trex.TREXBaseReader
-
stack that stores value of ancestor 'ns' attribute.
- nsSupport - Variable in class com.sun.msv.writer.ContentHandlerAdaptor
-
- nullAdjust(String) - Static method in class com.sun.msv.generator.DOM2toSAX2
-
- nullAdjust(String) - Static method in class com.sun.msv.generator.DOMDecorator
-
- nullAs0(BigInteger) - Static method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- nullAs0(BigDecimal) - Static method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- nullAsZero(BigInteger) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- nullSet - Static variable in class com.sun.msv.grammar.Expression
-
special expression object that represents the empty set (Φ).
- NullSetExpression() - Constructor for class com.sun.msv.grammar.Expression.NullSetExpression
-
- number - Variable in class com.sun.msv.generator.Driver
-
- numberOfClosures - Variable in class com.sun.msv.datatype.regexp.RegularExpression
-
- NumberType - Class in com.sun.msv.datatype.xsd
-
"decimal" type.
- NumberType() - Constructor for class com.sun.msv.datatype.xsd.NumberType
-
- numElements - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
- numMatchedElements() - Method in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
gets the number of matched elements.
- PADDING - Static variable in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- pairForAny - Static variable in class com.sun.msv.grammar.util.PossibleNamesCollector
-
- 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.Context
-
- panicLevel - Variable in class com.sun.msv.verifier.Verifier
-
Panic level.
- PARAGRAPH_SEPARATOR - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
- param(String, String) - Method in class com.sun.msv.writer.relaxng.PatternWriter
-
- params - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- PAREN - Static variable in class com.sun.msv.datatype.regexp.Token
-
- parennumber - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- parennumber - Variable in class com.sun.msv.datatype.regexp.Token.ParenToken
-
- parent - Variable in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
The parent hash table.
- 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.util.xml.DOMBuilder
-
- 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.
- ParenToken(int, Token, int) - Constructor for class com.sun.msv.datatype.regexp.Token.ParenToken
-
- parentRef(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- parentRef - Variable in class com.sun.msv.reader.trex.RefState
-
- parentState - Variable in class com.sun.msv.reader.State
-
parent state of this state.
- parse(String, int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- parse() - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- parse(String, String) - Static method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- parse(String, String) - Static method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.dtd.DTDReader
-
- parse(InputSource, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.dtd.DTDReader
-
- parse(String) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(InputSource) - Method in class com.sun.msv.reader.GrammarReader
-
parses a grammar from the specified source
- parse(Source) - Method in class com.sun.msv.reader.GrammarReader
-
Parse from an arbitrary javax.xml.transform source.
- parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
loads RELAX module
- parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
loads RELAX module
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
loads TREX pattern
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
loads TREX pattern
- parse(String, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(InputSource, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
loads RELAX NG pattern.
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
loads RELAX NG pattern
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
loads RELAX NG pattern
- parse(InputSource) - Method in class com.sun.msv.reader.util.GrammarLoader
-
- parse(String) - Method in class com.sun.msv.reader.util.GrammarLoader
-
- parse(Source) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parse a schema supplied by a javax.xml.transform Source.
- parse(String) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
- parse(InputSource) - Method in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
Parses an additional schema.
- parse(String, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- parse(InputSource, SAXParserFactory, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
loads XML Schema
- parse(Source, GrammarReaderController) - Static method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Convenience method to create a reader and read a single scheme.
- parse(String, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- parse(InputSource, SAXParserFactory, GrammarReaderController, ExpressionPool) - Static method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
loads RELAX grammar
- parse(InputSource) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- parse(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
Parse a DTD.
- parse(Document, ContentHandler) - Static method in class com.sun.msv.util.xml.SAXEventGenerator
-
scans the specified DOM and sends SAX2 events to the handler.
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
- parse(String, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.DTDFactoryImpl
-
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.FactoryImpl
-
parses a Grammar from the specified source.
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.RELAXCoreFactoryImpl
-
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
-
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TheFactoryImpl
-
- parse(String, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TheFactoryImpl
-
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.TREXFactoryImpl
-
- parse(InputSource, GrammarReaderController) - Method in class com.sun.msv.verifier.jarv.XSFactoryImpl
-
- parse(InputSource) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- parse(File) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- parse(InputStream) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- parse(InputStream, String) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- parse(String) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- parseArguments(String[]) - Method in class com.sun.msv.generator.Driver
-
Parses the arguments and fill the fields accordingly.
- parseAtom() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
atom ::= char | '.' | char-class | '(' regex ')' | '(?:' regex ')' | '\' [0-9]
| '\w' | '\W' | '\d' | '\D' | '\s' | '\S' | category-block
| '(?>' regex ')'
char ::= '\\' | '\' [efnrt] | bmp-code | character-1
- parseBigDecimal(String, String, int) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- parseBigInteger(int, int) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
Parses the digits from vidx into a BigInteger
.
- parseBigInteger(String, String, int) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- parseCharacterClass(boolean) - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
Parses a character-class-expression, not a character-class-escape.
- parseCharacterClass(boolean) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
char-class ::= '[' ( '^'? range ','?)+ ']'
range ::= '\d' | '\w' | '\s' | category-block | range-char
| range-char '-' range-char
range-char ::= '\[' | '\]' | '\\' | '\' [,-efnrtv] | bmp-code | character-2
bmp-code ::= '\' 'u' [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F]
- parseCharNumber() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- parsedContent(DTDEventListener) - Method in class com.sun.msv.scanner.dtd.InputEntity
-
normal content; whitespace in markup may be handled
specially if the parser uses the content model.
- parsedFiles - Variable in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
tables that store all SystemIds that we've read.
- ParseException - Exception in com.sun.msv.datatype.regexp
-
- ParseException(String, int) - Constructor for exception com.sun.msv.datatype.regexp.ParseException
-
- parseFactor() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
factor ::= ('^' | '$' | '\A' | '\Z' | '\z' | '\b' | '\B' | '\<' | '\>'
| atom (('*' | '+' | '?' | minmax ) '?'? )?)
| '(?=' regex ')' | '(?!' regex ')' | '(?<=' regex ')' | '(?<!' regex ')'
| '(?#' [^)]* ')'
minmax ::= '{' min (',' max?)? '}'
min ::= [0-9]+
max ::= [0-9]+
- parseField(String) - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
-
- parseFinalValue(String, String) - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
-
parses the value of the block/finel attribute.
- parseFractionSeconds() - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- parseFractionSeconds() - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- parseFractionSeconds() - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- parseInt(int, int) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- parseInternal(InputSource) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- parseLiteral(boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- parseOptions(String) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- parsePath(XPath, String, boolean) - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
-
parses "aa/bb/cc/.../".
- parsePiece(String, int[]) - Static method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- parsePublicId() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- parseRegex() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
regex ::= term (`|` term)*
term ::= factor+
factor ::= ('^' | '$' | '\A' | '\Z' | '\z' | '\b' | '\B' | '\<' | '\>'
| atom (('*' | '+' | '?' | minmax ) '?'? )?)
| '(?=' regex ')' | '(?!' regex ')' | '(?<=' regex ')' | '(?<!' regex ')'
atom ::= char | '.' | range | '(' regex ')' | '(?:' regex ')' | '\' [0-9]
| '\w' | '\W' | '\d' | '\D' | '\s' | '\S' | category-block
- parserFactory - Variable in class com.sun.msv.reader.GrammarReader
-
Reader may create another SAXParser from this factory
- ParserForXMLSchema - Class in com.sun.msv.datatype.regexp
-
A regular expression parser for the XML Shema.
- ParserForXMLSchema() - Constructor for class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- ParserForXMLSchema(Locale) - Constructor for class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- parseSelector(String) - Method in class com.sun.msv.reader.xmlschema.IdentityConstraintState
-
- parseSetOperations() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- parseSetOperations() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
'(?[' ...
- parseSystemId() - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- parseTerm() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
term ::= factor+
- 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.
- path - Variable in class com.sun.msv.verifier.identity.PathMatcher.SinglePathMatcher
-
- 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
-
- PathMatcher.SinglePathMatcher - Class in com.sun.msv.verifier.identity
-
the XPath matching engine.
- paths - Variable in class com.sun.msv.grammar.xmlschema.Field
-
XPath that characterizes this field.
- pattern - Variable in class com.sun.msv.datatype.regexp.BMPattern
-
- PatternFacet - Class in com.sun.msv.datatype.xsd
-
"pattern" facet validator
"pattern" is a constraint facet which is applied against lexical space.
- PatternFacet(String, String, XSDatatypeImpl, TypeIncubator) - Constructor for class com.sun.msv.datatype.xsd.PatternFacet
-
- patterns - Variable in class com.sun.msv.datatype.xsd.PatternFacet
-
string representations of the above RegularExpressions.
- PatternWriter - Class in com.sun.msv.writer.relaxng
-
Visits Expression and writes it as RELAX NG.
- PatternWriter(Context) - Constructor for class com.sun.msv.writer.relaxng.PatternWriter
-
- patternWriter - Variable in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
- peek() - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- peek(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- 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
- peekDeclaration(String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- 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.
- pendingIncludes - Variable in class com.sun.msv.reader.GrammarReader
-
current inclusion context
- 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.Generator
-
- 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.datatype.xsd.XSDatatypeExp
-
ExpressionPool that can be used if necessary.
- 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.reader.util.GrammarLoader
-
- 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.relaxns.verifier.SchemaProviderImpl
-
shared expression pool.
- pool - Variable in class com.sun.msv.verifier.regexp.AttributeFeeder
-
- pool - Variable in class com.sun.msv.verifier.regexp.AttributePicker
-
- 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
-
- popInclusionContext() - Method in class com.sun.msv.reader.GrammarReader
-
- popState() - Method in class com.sun.msv.reader.GrammarReader
-
pops the previous state from the stack
- position - Variable in class com.sun.msv.datatype.regexp.RegexParser.ReferencePosition
-
- PositiveIntegerType - Class in com.sun.msv.datatype.xsd
-
"positiveInteger" type.
- PositiveIntegerType() - Constructor for class com.sun.msv.datatype.xsd.PositiveIntegerType
-
- 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
-
- PreciseCalendarFormatter() - Constructor for class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
-
- PreciseCalendarParser - Class in com.sun.msv.datatype.xsd.datetime
-
- PreciseCalendarParser(String, String) - Constructor for class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- precision() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
- precision - Variable in class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
maximum number of total digits.
- prefix - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
-
- prefixes - Variable in class com.sun.msv.writer.ContentHandlerAdaptor
-
- prefixResolver - Variable in class com.sun.msv.reader.GrammarReader.InclusionContext
-
- prefixResolver - Variable in class com.sun.msv.reader.GrammarReader
-
- prepare() - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Prepares for matching.
- prepareLocation(Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
- prepareXMLReader() - Method in class com.sun.msv.verifier.jarv.VerifierImpl
-
- Preserve() - Constructor for class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Preserve
-
- prevDuplicateCheck - Variable in class com.sun.msv.reader.xmlschema.RedefineState
-
previous value of reader#doDuplicateDefinitionCheck.
- previous - Variable in class com.sun.msv.reader.dtd.DTDReader.Context
-
- previous - Variable in class com.sun.msv.reader.GrammarReader.ChainPrefixResolver
-
- previous - Variable in class com.sun.msv.verifier.Verifier.Context
-
- previousAttributeFormDefault - Variable in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- previousBlockDefault - Variable in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- previousChameleonTargetNamespace - Variable in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- previousContext - Variable in class com.sun.msv.reader.GrammarReader.InclusionContext
-
- previousDirectReference - Variable in class com.sun.msv.reader.trex.ng.ElementState
-
- previousDirectRefernce - Variable in class com.sun.msv.reader.trex.ng.DefineState
-
- previousElementFormDefault - Variable in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- previousFinalDefault - Variable in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- previousGrammar - Variable in class com.sun.msv.reader.trex.GrammarState
-
- prevNamedPattern - Variable in class com.sun.msv.reader.trex.ng.DefineState
-
- 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
-
- printLocation(Locator) - Method in class com.sun.msv.driver.textui.DebugController
-
- 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
-
- printVersion() - Static method in class com.sun.msv.driver.textui.Driver
-
Prints the version number.
- 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.Collapse
-
- process(String) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Preserve
-
- process(String) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
returns whitespace normalized text.
- process(String) - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Replace
-
- processBackreference() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBackreference() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_A() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_A() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_b() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_B() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_b() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_B() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_c() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_C() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_c() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_C() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_g() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_g() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_gt() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_gt() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_i() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_I() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_i() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_I() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_lt() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_lt() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_pP(int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_X() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_X() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_Z() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_z() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processBacksolidus_Z() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processBacksolidus_z() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processCaret() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processCaret() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processChoice(ChoiceNameClass) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
-
- processCIinCharacterClass(RangeToken, int) - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processCIinCharacterClass(RangeToken, int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processCondition() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processCondition() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processDollar() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processDollar() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processIndependent() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processIndependent() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- 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.
- processLookahead() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processLookahead() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processLookbehind() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processLookbehind() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processMode - Variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
- processModifiers() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processModifiers() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processName(String, boolean) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
- processNegativelookahead() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processNegativelookahead() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processNegativelookbehind() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processNegativelookbehind() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processOccurs(Expression, short) - Method in class com.sun.msv.reader.dtd.DTDReader
-
processes occurence (?,+,*) of the given expression
- processOccurs(StartTagInfo, Expression) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Adds maxOccurs/minOccurs semantics to a given expression.
- processOccurs(Expression, int, int) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
Adds maxOccurs/minOccurs semantics to a given expression.
- processParen() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processParen() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processParen2() - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processParen2() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processPlus(Token) - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processPlus(Token) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processQuestion(Token) - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processQuestion(Token) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- processStar(Token) - Method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- processStar(Token) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- PROHIBIT_FIXED_STRING_OPTIMIZATION - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
"F"
- PROHIBIT_HEAD_CHARACTER_OPTIMIZATION - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
"H"
- PROP_NAME - Static variable in class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
-
- propagateAttributes(ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
-
Computes the propagated attributes.
- 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
-
- publicId - Variable in class com.sun.msv.scanner.dtd.ExternalEntity
-
- push(Object) - Method in class com.sun.msv.util.LightStack
-
- pushActiveScope(IdentityConstraint, SelectorMatcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- pushInclusionContext() - Method in class com.sun.msv.reader.GrammarReader
-
- pushReader(char[], String, boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- pushReader(ExternalEntity) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- 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.
- put(Object, Object) - Method in class com.sun.msv.scanner.dtd.SimpleHashtable
-
Maps the specified key
to the specified
value
in this hashtable.
- Rand - Interface in com.sun.msv.generator
-
creates random integer.
- rand - Variable in class com.sun.msv.generator.Rand.UniformRand
-
- Rand.UniformRand - Class in com.sun.msv.generator
-
uniform distribution of [0,x).
- random - Variable in class com.sun.msv.generator.DataTypeGeneratorImpl
-
- random - Variable in class com.sun.msv.generator.GeneratorOption
-
random number generator.
- random - Variable in class com.sun.msv.generator.NameGenerator
-
- RANGE - Static variable in class com.sun.msv.datatype.regexp.Op
-
- RANGE - Static variable in class com.sun.msv.datatype.regexp.Token
-
- 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
-
- RangeOp(int, Token) - Constructor for class com.sun.msv.datatype.regexp.Op.RangeOp
-
- ranges - Static variable in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- ranges - Variable in class com.sun.msv.datatype.regexp.RangeToken
-
- ranges2 - Static variable in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- RangeToken - Class in com.sun.msv.datatype.regexp
-
This class represents a character class such as [a-z] or a period.
- RangeToken(int) - Constructor for class com.sun.msv.datatype.regexp.RangeToken
-
- rawData - Variable in class com.sun.msv.datatype.xsd.BinaryValueType
-
raw byte data
- read() - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- read() - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- read(Source, SAXParserFactory, GrammarReaderController2) - Static method in class com.sun.msv.reader.xmlschema.WSDLSchemaReader
-
Read the schemas from a WSDL.
- read(char[], int, int) - Method in class com.sun.msv.scanner.dtd.XmlReader.AsciiReader
-
- read(char[], int, int) - Method in class com.sun.msv.scanner.dtd.XmlReader.Iso8859_1Reader
-
- read(char[], int, int) - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Reads the number of characters read into the buffer, or -1 on EOF.
- read() - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Reads a single character.
- read(char[], int, int) - Method in class com.sun.msv.scanner.dtd.XmlReader.Utf8Reader
-
- readEncoding(boolean) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- reader - Variable in class com.sun.msv.reader.datatype.xsd.LazyTypeIncubator
-
- reader - Variable in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
- reader - Variable in class com.sun.msv.reader.RunAwayExpressionChecker
-
- reader - Variable in class com.sun.msv.reader.State
-
reader object who is the owner of this object.
- reader - Variable in class com.sun.msv.reader.trex.ng.comp.CompatibilityChecker
-
- reader - Variable in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
Reader object to which errors are reported.
- reader - Variable in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
- reader - Variable in class com.sun.msv.reader.xmlschema.AttributeWildcardComputer
-
- reader - Variable in class com.sun.msv.reader.xmlschema.MultiSchemaReader
-
- reader - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- readObject(ObjectInputStream) - Method in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- readObject(ObjectInputStream) - Method in class com.sun.msv.datatype.xsd.PatternFacet
-
- readObject(ObjectInputStream) - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.BuiltinAtomicType
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.datetime.TimeZone.JavaMissingTimeZone
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.datetime.TimeZone.JavaZeroTimeZone
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.datetime.TimeZone
-
- readResolve() - Method in class com.sun.msv.datatype.xsd.datetime.TimeZone.ZeroTimeZone
-
Deprecated.
- 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.AnyNameClass
-
- readResolve() - Method in class com.sun.msv.grammar.Expression.AnyStringExpression
-
- readResolve() - Method in class com.sun.msv.grammar.Expression.EpsilonExpression
-
- readResolve() - Method in class com.sun.msv.grammar.Expression.NullSetExpression
-
- readResolve() - Method in class com.sun.msv.grammar.Expression
-
- readVersion(boolean, String) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- ready() - Method in class com.sun.msv.scanner.dtd.XmlReader.BaseReader
-
- ready() - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Returns true iff input characters are known to be ready.
- recursive - Variable in class com.sun.msv.grammar.util.RefExpRemover
-
- RedefinableDeclState - Class in com.sun.msv.reader.xmlschema
-
state that parses redefinable declaration.
- RedefinableDeclState() - Constructor for class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
- RedefinableExp - Class in com.sun.msv.grammar.xmlschema
-
declaration that can be redefined by using <redefine> element.
- RedefinableExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.RedefinableExp
-
- redefine(String, ReferenceExp) - Method in class com.sun.msv.grammar.ReferenceContainer
-
replaces the current ReferenceExp by newly specified reference exp.
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
-
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.RedefinableExp
-
assigns contents of rhs to this object.
- redefine(RedefinableExp) - Method in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
-
- redefine(XSDatatypeExp) - Method in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Updates this object by copying the state from rhs
- redefine(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- redefine(State, StartTagInfo) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- redefinedPatterns - Variable in class com.sun.msv.reader.trex.ng.IncludeMergeState
-
set of ReferenceExps which are redefined by this inclusion.
- redefineStart(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- RedefineState - Class in com.sun.msv.reader.xmlschema
-
used to parse <redefine> element.
- RedefineState() - Constructor for class com.sun.msv.reader.xmlschema.RedefineState
-
- redefinition - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
Current redefinition status.
- RedefinitionStatus() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo.RedefinitionStatus
-
- REDocumentDeclaration - Class in com.sun.msv.verifier.regexp
-
DocumentDeclaration
implementation
Grammar object can be shared among multiple threads, but this object
cannot be shared.
- REDocumentDeclaration(Grammar) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- REDocumentDeclaration(Expression, ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
creates an object that validates the specified expression.
- ref - Variable in class com.sun.msv.reader.trex.DefineState
-
Container to which the expression will be assigned.
- 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
-
- ReferencePosition(int, int) - Constructor for class com.sun.msv.datatype.regexp.RegexParser.ReferencePosition
-
- references - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- referenceScope - Variable in class com.sun.msv.verifier.identity.IDConstraintChecker
-
a map from keyref SelectorMatcher
to key/unique
SelectorMatcher
.
- RefExpParseInfo() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.RefExpParseInfo
-
- refExpParseInfos - Variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Map from ReferenceExps to RefExpParseInfos.
- 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
-
- refNumber - Variable in class com.sun.msv.datatype.regexp.Op.ConditionOp
-
- refNumber - Variable in class com.sun.msv.datatype.regexp.RegexParser.ReferencePosition
-
- refNumber - Variable in class com.sun.msv.datatype.regexp.Token.ConditionToken
-
- refNumber - Variable in class com.sun.msv.datatype.regexp.Token.StringToken
-
- refRemover - Variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- refRole(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- refStack - Variable in class com.sun.msv.reader.RunAwayExpressionChecker
-
visited Expressions.
- RefState - Class in com.sun.msv.reader.trex.ng
-
parses <ref> pattern.
- RefState(boolean) - Constructor for class com.sun.msv.reader.trex.ng.RefState
-
- RefState - Class in com.sun.msv.reader.trex
-
parses <ref> pattern.
- RefState(boolean) - Constructor for class com.sun.msv.reader.trex.RefState
-
- refType - Variable in class com.sun.msv.verifier.regexp.StringToken
-
if this field is non-null,
this field will receive assigned DataType object.
- regex - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- regex - Variable in class com.sun.msv.datatype.regexp.RegularExpression
-
A regular expression.
- regexCache - Static variable in class com.sun.msv.datatype.regexp.REUtil
-
- regexlen - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- regexp - Static variable in class com.sun.msv.datatype.xsd.AnyURIType
-
- regexp - Variable in class com.sun.msv.datatype.xsd.regex.JDKImpl
-
- RegExp - Interface in com.sun.msv.datatype.xsd.regex
-
- regexp - Variable in class com.sun.msv.datatype.xsd.regex.XercesImpl
-
- RegexParser - Class in com.sun.msv.datatype.regexp
-
A Regular Expression Parser.
- RegexParser() - Constructor for class com.sun.msv.datatype.regexp.RegexParser
-
- RegexParser(Locale) - Constructor for class com.sun.msv.datatype.regexp.RegexParser
-
- RegexParser.ReferencePosition - Class in com.sun.msv.datatype.regexp
-
- RegExpFactory - Class in com.sun.msv.datatype.xsd.regex
-
- RegExpFactory() - Constructor for class com.sun.msv.datatype.xsd.regex.RegExpFactory
-
- regionMatches(char[], int, int, String, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatches(char[], int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatches(String, int, int, String, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatches(String, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatches(CharacterIterator, int, int, String, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatches(CharacterIterator, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatchesIgnoreCase(char[], int, int, String, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatchesIgnoreCase(char[], int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatchesIgnoreCase(String, int, int, String, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatchesIgnoreCase(String, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatchesIgnoreCase(CharacterIterator, int, int, String, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- regionMatchesIgnoreCase(CharacterIterator, int, int, int, int) - Static method in class com.sun.msv.datatype.regexp.RegularExpression
-
- 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.
- registerNonXS(String) - Static method in class com.sun.msv.datatype.regexp.Token
-
This method is called by only getRange().
- RegularExpression - Class in com.sun.msv.datatype.regexp
-
A regular expression matching engine using Non-deterministic Finite Automaton (NFA).
- RegularExpression(String) - Constructor for class com.sun.msv.datatype.regexp.RegularExpression
-
Creates a new RegularExpression instance.
- RegularExpression(String, String) - Constructor for class com.sun.msv.datatype.regexp.RegularExpression
-
Creates a new RegularExpression instance with options.
- RegularExpression(String, Token, int, boolean, int) - Constructor for class com.sun.msv.datatype.regexp.RegularExpression
-
- RegularExpression.Context - Class in com.sun.msv.datatype.regexp
-
- rehash() - Method in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
rehash.
- rehash() - Method in class com.sun.msv.scanner.dtd.SimpleHashtable
-
Increases the capacity of and internally reorganizes this
hashtable, in order to accommodate and access its entries more
efficiently.
- 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.
- reinit(String, String, String, StringToken) - Method in class com.sun.msv.verifier.regexp.AttributeToken
-
- rejectTextInInterleave - Variable in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
If this flag is set to true, this class raises an error for
anyStrings in two branches of interleave.
- 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
-
- RELAXCoreIslandSchemaReader.StateFactory - Class in com.sun.msv.relaxns.reader.relax
-
- RELAXCoreNamespace - Static variable in class com.sun.msv.reader.relax.RELAXReader
-
Namespace URI of RELAX Core
- RELAXCoreReader - Class in com.sun.msv.reader.relax.core
-
reads RELAX module (classic RELAX module; no namespace extension)
by SAX2 and constructs abstract grammar model.
- RELAXCoreReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader
-
- RELAXCoreReader(GrammarReaderController, SAXParserFactory, RELAXCoreReader.StateFactory, ExpressionPool, String) - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader
-
full constructor.
- RELAXCoreReader.StateFactory - Class in com.sun.msv.reader.relax.core
-
- relaxCoreSchema4Schema - Static variable in class com.sun.msv.reader.relax.core.RELAXCoreReader
-
Schema for schema of RELAX Core.
- RELAXExpressionVisitor - Interface in com.sun.msv.grammar.relax
-
Visitor interface for RELAX expressions.
- RELAXExpressionVisitorBoolean - Interface in com.sun.msv.grammar.relax
-
- RELAXExpressionVisitorExpression - Interface in com.sun.msv.grammar.relax
-
- RELAXExpressionVisitorVoid - Interface in com.sun.msv.grammar.relax
-
- RELAXGrammar - Class in com.sun.msv.relaxns.grammar
-
"Grammar" of RELAX Namespace.
- RELAXGrammar(ExpressionPool) - Constructor for class com.sun.msv.relaxns.grammar.RELAXGrammar
-
- RELAXIslandSchema - Class in com.sun.msv.relaxns.grammar.relax
-
IslandSchema implementation for RELXA module.
- RELAXIslandSchema(RELAXModule, Set) - Constructor for class com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
-
- RELAXModule - Class in com.sun.msv.grammar.relax
-
"Module" of RELAX Core.
- RELAXModule(ExpressionPool, String) - Constructor for class com.sun.msv.grammar.relax.RELAXModule
-
- RELAXModule.AttPoolContainer - Class in com.sun.msv.grammar.relax
-
- RELAXModule.DatatypeContainer - Class in com.sun.msv.grammar.relax
-
Datatypes.
- RELAXModule.ElementRulesContainer - Class in com.sun.msv.grammar.relax
-
- RELAXModule.HedgeRulesContainer - Class in com.sun.msv.grammar.relax
-
- RELAXModule.TagContainer - Class in com.sun.msv.grammar.relax
-
- RELAXNamespaceNamespace - Static variable in class com.sun.msv.relaxns.reader.RELAXNSReader
-
namespace URI of RELAX Namespace.
- RELAXNGCompReader - Class in com.sun.msv.reader.trex.ng.comp
-
reads RELAX NG grammar with DTD compatibility annotation
and constructs abstract grammar model.
- RELAXNGCompReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
easy-to-use constructor.
- RELAXNGCompReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
easy-to-use constructor.
- RELAXNGCompReader(GrammarReaderController, SAXParserFactory, RELAXNGCompReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader
-
full constructor
- RELAXNGCompReader.StateFactory - Class in com.sun.msv.reader.trex.ng.comp
-
creates various State object, which in turn parses grammar.
- RELAXNGFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation of RELAX NG.
- RELAXNGFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.RELAXNGFactoryImpl
-
- RELAXNGGrammar - Class in com.sun.msv.grammar.relaxng
-
Grammar for RELAX NG (with DTD compatibility annotation).
- RELAXNGGrammar(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
- RELAXNGGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
- RELAXNGGrammar() - Constructor for class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
- RELAXNGNamespace - Static variable in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
Namespace URI of RELAX NG
- RELAXNGReader - Class in com.sun.msv.reader.trex.ng
-
reads RELAX NG grammar from SAX2 and constructs abstract grammar model.
- RELAXNGReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
easy-to-use constructor.
- RELAXNGReader(GrammarReaderController, SAXParserFactory) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
easy-to-use constructor.
- RELAXNGReader(GrammarReaderController, SAXParserFactory, RELAXNGReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader
-
full constructor
- RELAXNGReader.AbortException - Exception in com.sun.msv.reader.trex.ng
-
- 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
-
- RELAXNGWriter.SmartPatternWriter - Class in com.sun.msv.writer.relaxng
-
PatternWriter that performs some optimization for human eyes.
- 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
-
- RELAXNSVerifier(SchemaProvider) - Constructor for class com.sun.msv.driver.textui.Driver.RELAXNSVerifier
-
- 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.
- rememberedText - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- rememberText() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- remove(String) - Method in class com.sun.msv.grammar.ReferenceContainer
-
removes an object from this container.
- remove(Matcher) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- removeOptionalPlus(String) - Static method in class com.sun.msv.datatype.xsd.IntegerDerivedType
-
removes leading optional '+' sign.
- Remover(ExpressionPool) - Constructor for class com.sun.msv.verifier.regexp.ContentModelRefExpRemover.Remover
-
- render(XSDatatypeExp.RenderingContext) - Method in interface com.sun.msv.reader.datatype.xsd.XSDatatypeExp.Renderer
-
creates (or retrieves, whatever) the actual, concrete, real
XSDatatype object.
- render(XSDatatypeExp.RenderingContext) - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState.BaseContentTypeRenderer
-
- renderer - Variable in class com.sun.msv.reader.datatype.xsd.XSDatatypeExp
-
Once the parsing is completed, this function object should
be able to render the actual datatype object.
- RenderingContext() - Constructor for class com.sun.msv.reader.datatype.xsd.XSDatatypeExp.RenderingContext
-
- replace(String) - Static method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- Replace() - Constructor for class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Replace
-
- reportCharacterChunks(String, Datatype[]) - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
- reportCompError(Locator[], String) - Method in class com.sun.msv.reader.trex.ng.comp.CompatibilityChecker
-
reports the compatibility related error.
- reportCompError(Locator[], String, Object[]) - Method in class com.sun.msv.reader.trex.ng.comp.CompatibilityChecker
-
- reportConnector(char) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- reportedXmlnsWarning - Variable in class com.sun.msv.reader.dtd.DTDReader
-
this flag is set to true after reporting WRN_ATTEMPT_TO_USE_NAMESPACE.
- reportError(String) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(Exception, String) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(Exception, String, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(Locator[], String, Object[]) - Method in class com.sun.msv.reader.GrammarReader
-
- reportError(String, Object[], Exception, Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
reports an error to the controller
- reportError(Expression, String) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- reportError(Expression, String, Object[]) - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker
-
- reportError(ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
reports an error.
- reportError(Locator, ErrorInfo, String, Object[]) - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- reportError(String) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Report a non-fatal error.
- 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
-
- reportFacetInconsistency(String, DataTypeWithFacet, String, DataTypeWithFacet, String) - Static method in class com.sun.msv.datatype.xsd.TypeIncubator
-
creates a BadTypeException with appropriate error message.
- reportWarning(String) - Method in class com.sun.msv.reader.GrammarReader
-
- reportWarning(String, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportWarning(String, Object, Object) - Method in class com.sun.msv.reader.GrammarReader
-
- reportWarning(String, Object[], Locator[]) - Method in class com.sun.msv.reader.GrammarReader
-
reports a warning to the controller
- required - Variable in class com.sun.msv.reader.dtd.DTDReader.AttModel
-
- resCalc - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
- resCalc - Variable in class com.sun.msv.verifier.regexp.StringToken
-
- reset(CharacterIterator, int, int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- reset(String, int, int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- reset(char[], int, int, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- reset() - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Resets the current position to the last marked position.
- resetCommon(int) - Method in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- 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) - Method in class com.sun.msv.reader.relax.LabelRefState
-
gets or creates appropriate reference
- 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.GrammarLoader.ThrowController
-
- 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.
- resolveEntity(String, String) - Method in class com.sun.msv.verifier.jarv.FactoryImpl.ThrowController
-
- 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
-
- resolveNamespaceOfDeclaration(String, 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 - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- 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.
- resolver - Variable in class com.sun.msv.verifier.jarv.FactoryImpl
-
To be used to resolve files included/imported by the schema.
- resolveRef(String, String, String) - Method in class com.sun.msv.relaxns.reader.RELAXNSReader
-
- 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.
- resources - Variable in class com.sun.msv.datatype.regexp.RegexParser
-
- 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.DefaultChecker - Class in com.sun.msv.reader.trex.ng
-
The base class of all other context-specific checker.
- RestrictionChecker.DuplicateAttributesChecker - Class in com.sun.msv.reader.trex.ng
-
- RestrictionChecker.DuplicateElementsChecker - Class in com.sun.msv.reader.trex.ng
-
- RestrictionChecker.DuplicateNameChecker - Class in com.sun.msv.reader.trex.ng
-
- RestrictionChecker.ListChecker - Class in com.sun.msv.reader.trex.ng
-
- RestrictionChecker.NameClassWalker - 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
-
- result - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
matched elements.
- result - Variable in class com.sun.msv.verifier.regexp.ElementsOfConcernCollector
-
- returnedFirstHalf - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- REUtil - Class in com.sun.msv.datatype.regexp
-
- REUtil() - Constructor for class com.sun.msv.datatype.regexp.REUtil
-
- 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
- RootGrammarMergeState - Class in com.sun.msv.relaxns.reader
-
invokes State object that parses the document element.
- RootGrammarMergeState() - Constructor for class com.sun.msv.relaxns.reader.RootGrammarMergeState
-
- 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
-
- RootModuleMergeState - Class in com.sun.msv.reader.relax.core
-
invokes State object that parses the document element.
- RootModuleMergeState() - Constructor for class com.sun.msv.reader.relax.core.RootModuleMergeState
-
- RootModuleState - Class in com.sun.msv.reader.relax.core
-
invokes State object that parses the document element.
- RootModuleState(String) - Constructor for class com.sun.msv.reader.relax.core.RootModuleState
-
- rootName - Variable in class com.sun.msv.generator.Driver
-
designated root element name.
- RootState - Class in com.sun.msv.reader.trex
-
invokes State object that parses the document element.
- RootState() - Constructor for class com.sun.msv.reader.trex.RootState
-
- RootState - Class in com.sun.msv.reader.xmlschema
-
RootIncludedSchemaState + final wrap up.
- RootState(State) - Constructor for class com.sun.msv.reader.xmlschema.RootState
-
- rule - Variable in class com.sun.msv.relaxns.grammar.ExternalElementExp
-
imported ElementDecl object that actually validates this element.
- rule2exp - Variable in class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
lazily constructed map from Rule object to ExternalElementExp.
- 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
-
- RulesAcceptor(REDocumentDeclaration, Expression, Expression[], DeclImpl[]) - Constructor for class com.sun.msv.relaxns.verifier.RulesAcceptor
-
- run(String[]) - Static method in class com.sun.msv.driver.textui.Driver
-
- run(PrintStream) - Method in class com.sun.msv.generator.Driver
-
Generate XML instances.
- run() - Method in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
- 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.
- runBackPatchJob(Vector) - Method in class com.sun.msv.reader.GrammarReader
-
- S_INBRACKETS - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- S_INXBRACKETS - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- S_NORMAL - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- sameValue(Object, Object) - Method in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- sampleDecl - Variable in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker.DefAttMap
-
one of the ElementExps that have this particular element name.
- sampleDecl - Variable in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker.IDAttMap
-
- saturated - Variable in class com.sun.msv.verifier.regexp.AttributeToken
-
If this value is false, the "matched" field must always null.
- saturated - Variable in class com.sun.msv.verifier.regexp.StringToken
-
- save(byte[]) - Static method in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- save(Boolean) - Static method in class com.sun.msv.datatype.xsd.BooleanType
-
- save(Byte) - Static method in class com.sun.msv.datatype.xsd.ByteType
-
- save(Double) - Static method in class com.sun.msv.datatype.xsd.DoubleType
-
- save(Float) - Static method in class com.sun.msv.datatype.xsd.FloatType
-
- save(byte[]) - Static method in class com.sun.msv.datatype.xsd.HexBinaryType
-
- save(BigInteger) - Static method in class com.sun.msv.datatype.xsd.IntegerType
-
- save(Integer) - Static method in class com.sun.msv.datatype.xsd.IntType
-
- save(Long) - Static method in class com.sun.msv.datatype.xsd.LongType
-
- save(Object) - Static method in class com.sun.msv.datatype.xsd.NumberType
-
- save(Short) - Static method in class com.sun.msv.datatype.xsd.ShortType
-
- SAXEventGenerator - Class in com.sun.msv.util.xml
-
produces SAX2 event from a DOM tree.
- SAXEventGenerator() - Constructor for class com.sun.msv.util.xml.SAXEventGenerator
-
- SAXEventGenerator.SAXWrapper - Exception in com.sun.msv.util.xml
-
- SAXParserFactoryImpl - Class in com.sun.msv.verifier.jaxp
-
SAXParserFactory implementation that supports validation.
- SAXParserFactoryImpl() - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance by using the default SAXParserFactory implementation
as the underlying parser.
- SAXParserFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance by specifying the underlying SAXParserFactory
implementation.
- SAXParserFactoryImpl(Schema) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance by using a default SAXParserFactory implementation
and the specified schema object.
- SAXParserFactoryImpl(File) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXParserFactoryImpl(InputSource) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXParserFactoryImpl(String) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
Creates a new instance that validates documents against the specified schema.
- SAXParserFactoryImpl(SAXParserFactory, Schema) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- SAXParserImpl - Class in com.sun.msv.verifier.jaxp
-
SAXParser implementation that supports validation.
- SAXParserImpl(SAXParser, VerifierFactory, Verifier) - Constructor for class com.sun.msv.verifier.jaxp.SAXParserImpl
-
- 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
-
- SAXWrapper(SAXException) - Constructor for exception com.sun.msv.util.xml.SAXEventGenerator.SAXWrapper
-
- scale - Variable in class com.sun.msv.datatype.xsd.FractionDigitsFacet
-
maximum number of fraction digits
- schema - Variable in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
The validation will be performed against this schema object.
- schema - Variable in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
JARV Schema object which is associated with this factory, or null.
- SCHEMA_PROPNAME - Static variable in class com.sun.msv.verifier.jaxp.Const
-
The property/attribute name which is used to set a schema.
- schemaElement - Variable in class com.sun.msv.reader.xmlschema.EmbeddedSchema
-
- schemaHead(String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- SchemaImpl - Class in com.sun.msv.verifier.jarv
-
base implementation of RELAXFactoryImpl and TREXFactoryImpl
- SchemaImpl(Grammar, SAXParserFactory, boolean) - Constructor for class com.sun.msv.verifier.jarv.SchemaImpl
-
- SchemaImpl(Grammar) - Constructor for class com.sun.msv.verifier.jarv.SchemaImpl
-
- schemaIncluded(State, String) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- SchemaIncludedState - Class in com.sun.msv.reader.xmlschema
-
used to parse <schema> element of included schema.
- SchemaIncludedState(String) - Constructor for class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- SchemaLocationRemover - Class in com.sun.msv.generator
-
removes "xsi:schemaLocation" from AGM.
- SchemaLocationRemover(ExpressionPool) - Constructor for class com.sun.msv.generator.SchemaLocationRemover
-
- schemaProvider - Variable in class com.sun.msv.relaxns.reader.RELAXNSReader
-
- SchemaProviderImpl - Class in com.sun.msv.relaxns.verifier
-
implementation of SchemaProvider by using RELAX Grammar.
- SchemaProviderImpl(RELAXGrammar) - Constructor for class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
creates SchemaProvider from existing RELAXGrammar.
- SchemaProviderImpl.ErrorHandlerFilter - Class in com.sun.msv.relaxns.verifier
-
- schemas - Variable in class com.sun.msv.reader.xmlschema.WSDLGrammarReaderController
-
- 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.BigDateTimeValueType
-
second (always in [0,60) )
this variable is null if no year is specified
- second - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- second - Variable in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- 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.
- SelectorMatcher(IDConstraintChecker, IdentityConstraint, String, String) - Constructor for class com.sun.msv.verifier.identity.SelectorMatcher
-
- 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.
- SequenceExp(Expression, Expression) - Constructor for class com.sun.msv.grammar.SequenceExp
-
- 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.
- serialize(String, String, SerializationContext) - Method in class com.sun.msv.datatype.xsd.QnameType
-
- 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.BinaryBaseType
-
- 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.DateTimeBaseType
-
- 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.
- serialPersistentFields - Static variable in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.AnyURIType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.BinaryBaseType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.BinaryValueType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.BooleanType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.BuiltinAtomicType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.ByteType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.ConcreteType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DataTypeWithFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DataTypeWithLexicalConstraintFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DataTypeWithValueConstraintFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone.JavaMissingTimeZone
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone.JavaZeroTimeZone
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.datetime.TimeZone.ZeroTimeZone
-
Deprecated.
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DateTimeBaseType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DateTimeType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DateType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DoubleType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.DurationType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.EntityType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.EnumerationFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.ErrorType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.FinalComponent
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.FloatingNumberType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.FloatType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.FractionDigitsFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.GDayType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.GMonthDayType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.GMonthType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.GYearMonthType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.GYearType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.HexBinaryType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.IDREFType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.IDType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.IntegerDerivedType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.IntegerType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.IntegerValueType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.IntType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.LanguageType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.LengthFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.ListType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.ListValueType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.LongType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.MaxExclusiveFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.MaxInclusiveFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.MaxLengthFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.MinExclusiveFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.MinInclusiveFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.MinLengthFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NameType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NcnameType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NegativeIntegerType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NmtokenType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NormalizedStringType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.NumberType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.PatternFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.PositiveIntegerType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.Proxy
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.QnameType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.QnameValueType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.RangeFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.ShortType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.SimpleURType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.StringType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.TimeType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.TokenType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.TotalDigitsFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.UnionType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.UnsignedByteType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.UnsignedIntType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.UnsignedLongType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.UnsignedShortType
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceFacet
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Collapse
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Preserve
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Replace
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- serialVersionUID - Static variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.AnyNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.AttributeExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.BinaryExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ChoiceExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ChoiceNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ConcurExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.DataExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.DifferenceNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.dtd.LocalNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ElementExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.Expression.AnyStringExpression
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.Expression.EpsilonExpression
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.Expression.NullSetExpression
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.Expression
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ExpressionPool
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.InterleaveExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ListExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.MixedExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.NameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.NamespaceNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.NotNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.OneOrMoreExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.OtherExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ReferenceContainer
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ReferenceExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.AttPoolClause
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.ElementRule
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.ElementRules
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.EmptyStringType
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.HedgeRules
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.NoneType
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.RELAXModule
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relax.TagClause
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.relaxng.RELAXNGGrammar
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.SequenceExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.SimpleNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.trex.ElementPattern
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.trex.TREXGrammar
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.trex.typed.TypedElementPattern
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.UnaryExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.ValueExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.AttributeDeclExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.AttributeGroupExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.ComplexTypeExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.Field
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.GroupDeclExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.IdentityConstraint
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.KeyConstraint
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.KeyRefConstraint
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.LaxDefaultNameClass
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.OccurrenceExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.RedefinableExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.SkipElementExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.UniqueConstraint
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaGrammar
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.XMLSchemaTypeExp
-
- serialVersionUID - Static variable in class com.sun.msv.grammar.xmlschema.XPath
-
- 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
-
- setAlias(String, String, boolean) - Static method in class com.sun.msv.datatype.regexp.Token
-
- setAttribute(String, Object) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- setAttributeList(AttributeList) - Method in class com.sun.msv.writer.ContentHandlerAdaptor.AttributeListAdapter
-
Set the embedded AttributeList.
- 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
-
- setBeginning(int, int) - Method in class com.sun.msv.datatype.regexp.Match
-
- 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
-
- setChild(Op) - Method in class com.sun.msv.datatype.regexp.Op.ChildOp
-
- setCoalescing(boolean) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- setCompacted() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- setCompatibility(boolean) - Method in class com.sun.msv.reader.trex.ng.comp.CompatibilityChecker
-
- setCompatibility(boolean) - Method in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
- setCompatibility(boolean) - Method in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- setContentHandler(ContentHandler) - Method in class com.sun.msv.generator.DOM2toSAX2
-
- setContentHandler(TypedContentHandler) - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
sets the TypedContentHandler which will received the type-augmented
infoset.
- setContext(int) - Method in class com.sun.msv.datatype.regexp.RegexParser
-
- 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.AbstractCalendarParser
-
- 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
-
- setDispatcher(Dispatcher) - Method in class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
- 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
-
- setEncoding(InputStream, String) - Method in class com.sun.msv.scanner.dtd.XmlReader
-
- setEnd(int, int) - Method in class com.sun.msv.datatype.regexp.Match
-
- 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
-
- setEntityResolver(EntityResolver) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- 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.jarv.VerifierImpl
-
- setErrorHandler(ErrorHandler) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderImpl
-
- 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
-
- setHashCode(int) - Method in class com.sun.msv.grammar.Expression
-
- setHours(int) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- 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.datatype.regexp.RegexParser
-
- 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
-
- setMax(int) - Method in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- setMax(int) - Method in class com.sun.msv.datatype.regexp.Token
-
- setMin(int) - Method in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- setMin(int) - Method in class com.sun.msv.datatype.regexp.Token
-
- setMinutes(int) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- 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.AbstractCalendarParser
-
- 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
-
- setNumberOfGroups(int) - Method in class com.sun.msv.datatype.regexp.Match
-
- 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
-
- setPattern(String) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- setPattern(String, int) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- setPattern(String, String) - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
- 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
-
- setProperty(String, Object) - Method in class com.sun.msv.verifier.jaxp.SAXParserImpl
-
- 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.AbstractCalendarParser
-
- setSeconds(int) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setSeconds(int) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- setSorted(boolean) - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- setSource(CharacterIterator) - Method in class com.sun.msv.datatype.regexp.Match
-
- setSource(String) - Method in class com.sun.msv.datatype.regexp.Match
-
- setSource(char[]) - Method in class com.sun.msv.datatype.regexp.Match
-
- 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.AbstractCalendarParser
-
- setTimeZone(TimeZone) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarParser
-
- setTimeZone(TimeZone) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- setupRange(Token, String) - Static method in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- setValidating(boolean) - Method in class com.sun.msv.verifier.jaxp.DocumentBuilderFactoryImpl
-
- setValidating(boolean) - Method in class com.sun.msv.verifier.jaxp.SAXParserFactoryImpl
-
- setValue(String, Datatype) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
sets the value field.
- setYear(int) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- 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
-
- shiftTable - Variable in class com.sun.msv.datatype.regexp.BMPattern
-
- ShortType - Class in com.sun.msv.datatype.xsd
-
"short" type.
- ShortType(String, XSDatatypeImpl) - Constructor for class com.sun.msv.datatype.xsd.ShortType
-
- signed(BigTimeDurationValueType, BigInteger) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- signed(BigTimeDurationValueType, BigDecimal) - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- signum - Variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- simple - Variable in class com.sun.msv.reader.trex.RootState
-
a flag that indicates 'grammar' element was not used.
- 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
-
- SimpleContentRestrictionState.BaseContentTypeRenderer - Class in com.sun.msv.reader.xmlschema
-
- SimpleContentState - Class in com.sun.msv.reader.xmlschema
-
used to parse <simpleContent> element.
- SimpleContentState(ComplexTypeExp) - Constructor for class com.sun.msv.reader.xmlschema.SimpleContentState
-
- simpleElementTokenResidual - Variable in class com.sun.msv.verifier.regexp.OptimizationTag
-
map from element to residual(exp,ElementToken(element))
this map is not applicable when the ElementToken represents
more than one element.
- simpleExt(State, StartTagInfo, ComplexTypeExp) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- SimpleHashtable - Class in com.sun.msv.scanner.dtd
-
This class implements a special purpose hashtable.
- SimpleHashtable(int) - Constructor for class com.sun.msv.scanner.dtd.SimpleHashtable
-
Constructs a new, empty hashtable with the specified initial
capacity.
- SimpleHashtable() - Constructor for class com.sun.msv.scanner.dtd.SimpleHashtable
-
Constructs a new, empty hashtable with a default capacity.
- SimpleHashtable.Entry - Class in com.sun.msv.scanner.dtd
-
Hashtable collision list.
- 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
-
- SimpleNamespaceContext() - Constructor for class com.sun.msv.reader.xmlschema.WSDLSchemaReader.SimpleNamespaceContext
-
- 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.
- SimpleTypeExp(String) - Constructor for class com.sun.msv.grammar.xmlschema.SimpleTypeExp
-
- 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
-
- SimpleVerifier(DocumentDeclaration) - Constructor for class com.sun.msv.driver.textui.Driver.SimpleVerifier
-
- 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
-
- simplify(Expression) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter.SmartPatternWriter
-
remove unnecessary ReferenceExp from content model.
- SINGLE_LINE - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
"s"
- SinglePathMatcher(XPath) - Constructor for class com.sun.msv.verifier.identity.PathMatcher.SinglePathMatcher
-
- size() - Method in class com.sun.msv.datatype.regexp.Op
-
- size() - Method in class com.sun.msv.datatype.regexp.Op.UnionOp
-
- size() - Method in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- size() - Method in class com.sun.msv.datatype.regexp.Token.ConcatToken
-
- size() - Method in class com.sun.msv.datatype.regexp.Token.ConditionToken
-
- size() - Method in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- size() - Method in class com.sun.msv.datatype.regexp.Token.ParenToken
-
- size() - Method in class com.sun.msv.datatype.regexp.Token
-
A number of children.
- size() - Method in class com.sun.msv.datatype.regexp.Token.UnionToken
-
- size() - Method in class com.sun.msv.grammar.ReferenceContainer
-
gets the number of ReferenceExps in this container.
- size() - Method in class com.sun.msv.scanner.dtd.SimpleHashtable
-
Returns the number of keys in this hashtable.
- size() - Method in class com.sun.msv.util.LightStack
-
- skip(char) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
- SKIP - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
- skip(long) - Method in class com.sun.msv.scanner.dtd.XmlReader
-
Skips a specified number of characters.
- skipDigits() - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarParser
-
Skips the extra digits.
- 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
-
- SmartPatternWriter(Context) - Constructor for class com.sun.msv.writer.relaxng.RELAXNGWriter.SmartPatternWriter
-
- sniffDefaultNs(Expression) - Method in class com.sun.msv.writer.relaxng.RELAXNGWriter
-
sniffs namespace URI that can be used as default 'ns' attribute
from expression.
- SOME_STRING - Static variable in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
- sorted - Variable in class com.sun.msv.datatype.regexp.RangeToken
-
- sortRanges() - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- sortRanges() - Method in class com.sun.msv.datatype.regexp.Token
-
- 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.
- sp - Variable in class com.sun.msv.driver.textui.Driver.RELAXNSVerifier
-
- SPACES - Static variable in class com.sun.msv.datatype.regexp.ParserForXMLSchema
-
- SPECIAL_COMMA - Static variable in class com.sun.msv.datatype.regexp.RegularExpression
-
",".
- 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).
- stack - Variable in class com.sun.msv.verifier.Verifier
-
context stack
- start - Variable in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- start() - Method in class com.sun.msv.reader.trex.ng.RestrictionChecker.DuplicateNameChecker
-
- start(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- start - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- start - Variable in class com.sun.msv.scanner.dtd.XmlReader.BaseReader
-
- start(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
this method should be called immediately after the installment of this PathMatcher.
- start(String) - Method in class com.sun.msv.writer.XMLWriter
-
- start(String, String[]) - Method in class com.sun.msv.writer.XMLWriter
-
- startAttribute(String, String, String) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of an attribute.
- startCDATA() - Method in class com.sun.msv.reader.dtd.DTDReader
-
- startCDATA() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification that a CDATA section is beginning.
- startCDATA() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- startContentModel(String, short) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- startContentModel(String, short) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
receives notification that parsing of content model is beginning.
- startContentModel(String, short) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- startDocument() - Method in class com.sun.msv.reader.State
-
- startDocument() - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader
-
- startDocument() - Method in class com.sun.msv.reader.util.ForkContentHandler
-
- startDocument() - Method in class com.sun.msv.util.xml.DocumentFilter
-
- startDocument() - Method in class com.sun.msv.verifier.identity.IDConstraintChecker
-
- startDocument(ValidationContext) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of a document.
- startDocument() - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
- startDocument() - Method in class com.sun.msv.verifier.Verifier
-
- startDocument() - Method in class com.sun.msv.verifier.VerifierFilter
-
- startDocument() - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 start document event.
- startDTD(InputEntity) - Method in class com.sun.msv.reader.dtd.DTDReader
-
- startDTD(InputEntity) - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
Receive notification of the beginning of the DTD.
- startDTD(InputEntity) - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.generator.ExampleReader
-
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.reader.datatype.xsd.TypeState
-
- 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.CutInFilter
-
- 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.relaxns.verifier.TREXIslandVerifier
-
- startElement(String, AttributeList) - Method in class com.sun.msv.util.xml.DocumentFilter
-
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.util.xml.DOMBuilder
-
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.AbstractVerifier
-
- startElement(String, String, Attributes) - Method in class com.sun.msv.verifier.identity.FieldMatcher
-
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.Matcher
-
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.MatcherBundle
-
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher.SinglePathMatcher
-
- startElement(String, String) - Method in class com.sun.msv.verifier.identity.PathMatcher
-
- startElement(String, String, String) - Method in interface com.sun.msv.verifier.psvi.TypedContentHandler
-
receives notification of the start of an element.
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.psvi.TypeDetector
-
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.Verifier
-
- startElement(String, String, String, Attributes) - Method in class com.sun.msv.verifier.VerifierFilter
-
- startElement(String, AttributeList) - Method in class com.sun.msv.writer.ContentHandlerAdaptor
-
Adapt a SAX1 startElement event.
- startModelGroup() - Method in class com.sun.msv.reader.dtd.DTDReader
-
- startModelGroup() - Method in interface com.sun.msv.scanner.dtd.DTDEventListener
-
- startModelGroup() - Method in class com.sun.msv.scanner.dtd.DTDHandlerBase
-
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.GrammarReader
-
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.State
-
- startPrefixMapping(String, String) - Method in class com.sun.msv.reader.util.ForkContentHandler
-
- startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.AbstractVerifier
-
- startPrefixMapping(String, String) - Method in class com.sun.msv.verifier.VerifierFilter
-
- startRemember - Variable in class com.sun.msv.scanner.dtd.InputEntity
-
- startRemembering() - Method in class com.sun.msv.scanner.dtd.InputEntity
-
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.FacetState
-
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.ListState
-
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.RestrictionState
-
- startSelf() - Method in class com.sun.msv.reader.datatype.xsd.UnionState
-
- startSelf() - Method in class com.sun.msv.reader.ExpressionWithChildState
-
- startSelf() - Method in class com.sun.msv.reader.relax.core.AttributeState
-
- startSelf() - Method in class com.sun.msv.reader.relax.core.ElementRuleWithTypeState
-
- startSelf() - Method in class com.sun.msv.reader.relax.core.IncludeModuleState
-
- startSelf() - Method in class com.sun.msv.reader.relax.core.InlineElementState
-
- startSelf() - Method in class com.sun.msv.reader.relax.core.ModuleMergeState
-
- startSelf() - Method in class com.sun.msv.reader.relax.core.ModuleState
-
- startSelf() - Method in class com.sun.msv.reader.State
-
performs a task that should be done before reading any child elements.
- startSelf() - Method in class com.sun.msv.reader.trex.DefineState
-
- startSelf() - Method in class com.sun.msv.reader.trex.GrammarState
-
- startSelf() - Method in class com.sun.msv.reader.trex.NameClassAndExpressionState
-
- startSelf() - Method in class com.sun.msv.reader.trex.ng.DataState
-
- startSelf() - Method in class com.sun.msv.reader.trex.ng.DefineState
-
- startSelf() - Method in class com.sun.msv.reader.trex.ng.ElementState
-
- startSelf() - Method in class com.sun.msv.reader.trex.ng.GrammarState
-
- startSelf() - Method in class com.sun.msv.reader.xmlschema.ComplexTypeDeclState
-
- startSelf() - Method in class com.sun.msv.reader.xmlschema.ImportState
-
- startSelf() - Method in class com.sun.msv.reader.xmlschema.IncludeState
-
- startSelf() - Method in class com.sun.msv.reader.xmlschema.RedefinableDeclState
-
- startSelf() - Method in class com.sun.msv.reader.xmlschema.RedefineState
-
- startSelf() - Method in class com.sun.msv.reader.xmlschema.SchemaIncludedState
-
- startSelf() - Method in class com.sun.msv.reader.xmlschema.SimpleContentRestrictionState
-
- startSelf() - Method in class com.sun.msv.relaxns.reader.GrammarState
-
- startSelf() - Method in class com.sun.msv.relaxns.reader.IncludeGrammarState
-
- startSelf() - Method in class com.sun.msv.relaxns.reader.NamespaceState
-
- StartState - Class in com.sun.msv.reader.trex.ng
-
parses <start> declaration.
- StartState() - Constructor for class com.sun.msv.reader.trex.ng.StartState
-
- StartState - Class in com.sun.msv.reader.trex
-
parses <start> element.
- StartState() - Constructor for class com.sun.msv.reader.trex.StartState
-
- startTag - Variable in class com.sun.msv.reader.State
-
information of the start tag.
- startTag - Variable in class com.sun.msv.verifier.identity.FieldsMatcher
-
location of the start tag.
- StartTagInfo - Class in com.sun.msv.util
-
immutable start tag information
- StartTagInfo() - Constructor for class com.sun.msv.util.StartTagInfo
-
- StartTagInfo(String, String, String, Attributes, IDContextProvider) - Constructor for class com.sun.msv.util.StartTagInfo
-
Deprecated.
- StartTagInfo(String, String, String, Attributes, IDContextProvider2) - Constructor for class com.sun.msv.util.StartTagInfo
-
- StartTagInfo(String, String, String, Attributes) - Constructor for class com.sun.msv.util.StartTagInfo
-
- startWithNs(String, String) - Method in class com.sun.msv.writer.relaxng.NameClassWriter
-
- State - Class in com.sun.msv.reader
-
base interface of 'parsing state'.
- State() - Constructor for class com.sun.msv.reader.State
-
- StateFactory() - Constructor for class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- StateFactory() - Constructor for class com.sun.msv.reader.relax.RELAXReader.StateFactory
-
- StateFactory() - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader.StateFactory
-
- StateFactory() - Constructor for class com.sun.msv.reader.trex.ng.comp.RELAXNGCompReader.StateFactory
-
- StateFactory() - Constructor for class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- StateFactory() - Constructor for class com.sun.msv.reader.trex.TREXBaseReader.StateFactory
-
- StateFactory() - Constructor for class com.sun.msv.reader.xmlschema.XMLSchemaReader.StateFactory
-
- StateFactory() - Constructor for class com.sun.msv.relaxns.reader.relax.RELAXCoreIslandSchemaReader.StateFactory
-
- std2java(String) - Static method in class com.sun.msv.scanner.dtd.XmlReader
-
- 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.
- sti - Variable in class com.sun.msv.verifier.Verifier
-
An object used to store start tag information.
- storage - Variable in class com.sun.msv.grammar.xmlschema.XMLSchemaSchema.IdentityConstraintContainer
-
- str - Variable in class com.sun.msv.util.StringRef
-
- strANY - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- strEMPTY - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- STRICT - Static variable in class com.sun.msv.grammar.xmlschema.AttributeWildcard
-
- strictCheck - Variable in class com.sun.msv.reader.util.GrammarLoader
-
- STRING - Static variable in class com.sun.msv.datatype.regexp.Op
-
- string - Variable in class com.sun.msv.datatype.regexp.Op.StringOp
-
- STRING - Static variable in class com.sun.msv.datatype.regexp.Token
-
- string - Variable in class com.sun.msv.datatype.regexp.Token.StringToken
-
- 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_NOTCOMPUTED - Static variable in class com.sun.msv.verifier.regexp.OptimizationTag
-
a value indicates that stringCareLevel has not computed yet.
- 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.
- stringCareLevel - Variable in class com.sun.msv.verifier.regexp.OptimizationTag
-
cached value of string care level.
- stringCareLevel - Variable in class com.sun.msv.verifier.Verifier.Context
-
- stringCareLevel - Variable in class com.sun.msv.verifier.Verifier
-
current string care level.
- 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
-
- StringOp(int, String) - Constructor for class com.sun.msv.datatype.regexp.Op.StringOp
-
- 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
-
- StringRecoveryToken - Class in com.sun.msv.verifier.regexp
-
special StringToken that acts as a wild card.
- StringRecoveryToken(StringToken) - Constructor for class com.sun.msv.verifier.regexp.StringRecoveryToken
-
- StringRecoveryToken(StringToken, Set) - Constructor for class com.sun.msv.verifier.regexp.StringRecoveryToken
-
- 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(int, String, int) - Constructor for class com.sun.msv.datatype.regexp.Token.StringToken
-
- 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
-
- stripExtendedComment(String) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- strSource - Variable in class com.sun.msv.datatype.regexp.Match
-
- strTarget - Variable in class com.sun.msv.datatype.regexp.RegularExpression.Context
-
- strTmp - Variable in class com.sun.msv.scanner.dtd.DTDParser
-
- SUBSTITUTION - Static variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- substitutionAffiliation - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
- substitutions - Variable in class com.sun.msv.grammar.xmlschema.ElementDeclExp
-
choices of all elements that can validly substitute this element.
- substring(CharacterIterator, int, int) - Static method in class com.sun.msv.datatype.regexp.REUtil
-
- subtractRanges(Token) - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- subtractRanges(Token) - Method in class com.sun.msv.datatype.regexp.Token
-
- surrogatesToCharTmp(int) - Method in class com.sun.msv.scanner.dtd.DTDParser
-
- switchSource(State, String, State) - Method in class com.sun.msv.reader.GrammarReader
-
Switchs InputSource to the specified URL and
parses it by the specified state.
- switchSource(InputSource, State) - Method in class com.sun.msv.reader.GrammarReader
-
start reading input from a source defined by a SAX InputSource.
- switchSource(Source, State) - Method in class com.sun.msv.reader.GrammarReader
-
Start reading input from a source defined by a javax.xml.transform source.
- switchSource(State, State) - Method in class com.sun.msv.reader.xmlschema.XMLSchemaReader
-
- switchToAnyOtherElement(AnyOtherElementExp[], String, String, String, Attributes) - Method in class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
switch to another IslandVerifier to validate anyOtherElement.
- switchToChildIsland(ExternalElementExp[], String, String, String, Attributes) - Method in class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
switch to another IslandVerifier.
- systemId - Variable in class com.sun.msv.reader.GrammarReader.InclusionContext
-
- systemId - Variable in class com.sun.msv.reader.xmlschema.DOMLSInputImpl
-
- systemId - Variable in class com.sun.msv.reader.xmlschema.EmbeddedSchema
-
- systemId - Variable in class com.sun.msv.scanner.dtd.ExternalEntity
-
- T_BACKSOLIDUS - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_CARET - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_CHAR - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_COMMENT - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_CONDITION - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_DOLLAR - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_DOT - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_EOF - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_INDEPENDENT - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_LBRACKET - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_LOOKAHEAD - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_LOOKBEHIND - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_LPAREN - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_LPAREN2 - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_MODIFIERS - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_NEGATIVELOOKAHEAD - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_NEGATIVELOOKBEHIND - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_OR - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_PLUS - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_POSIX_CHARCLASS_START - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_QUESTION - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_RPAREN - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_SET_OPERATIONS - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_STAR - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- T_XMLSCHEMA_CC_SUBTRACTION - Static variable in class com.sun.msv.datatype.regexp.RegexParser
-
- table - Variable in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
The hash table data.
- table - Variable in class com.sun.msv.scanner.dtd.SimpleHashtable
-
- tag(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- TagClause - Class in com.sun.msv.grammar.relax
-
'tag' of RELAX module.
- TagClause(String) - Constructor for class com.sun.msv.grammar.relax.TagClause
-
RefContainer-controlled creation.
- TagClause() - Constructor for class com.sun.msv.grammar.relax.TagClause
-
constructor for inline tag.
- TagContainer() - Constructor for class com.sun.msv.grammar.relax.RELAXModule.TagContainer
-
- tagInfo - Variable in class com.sun.msv.verifier.regexp.CombinedChildContentExpCreator
-
- tagInline(State, StartTagInfo) - Method in class com.sun.msv.reader.relax.core.RELAXCoreReader.StateFactory
-
- tagNames - Variable in class com.sun.msv.reader.relax.core.checker.IdAbuseChecker
-
set of Strings: tag names that are used in this module
- 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
-
- takeSnapshot(ReferenceExp) - Method in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
-
takes a snap shot of traversal to this.errorSnapshot
so that the user will know what references cause this problem.
- 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
- targetNamespace - Variable in class com.sun.msv.relaxns.grammar.relax.ExportedAttPoolGenerator
-
- TerminalState - Class in com.sun.msv.reader
-
State that always returns the same expression.
- TerminalState(Expression) - Constructor for class com.sun.msv.reader.TerminalState
-
- test() - Method in class com.sun.msv.reader.trex.ng.comp.DefAttCompatibilityChecker
-
tests the compatibility with the default attribute feature.
- test() - Method in class com.sun.msv.reader.trex.ng.comp.IDCompatibilityChecker
-
- testedExps - Variable in class com.sun.msv.reader.RunAwayExpressionChecker
-
set of ElementExps which are already confirmed as being not a run-away exp.
- testInstance - Static variable in class com.sun.msv.datatype.xsd.datetime.BigTimeDurationValueType
-
- text - Variable in class com.sun.msv.reader.trex.classic.StringState
-
- text - Variable in class com.sun.msv.reader.trex.NameClassNameState
-
- text - Variable in class com.sun.msv.reader.trex.ng.DataParamState
-
- text(State, StartTagInfo) - Method in class com.sun.msv.reader.trex.ng.RELAXNGReader.StateFactory
-
- text - Variable in class com.sun.msv.reader.trex.ng.ValueState
-
- text - Variable in class com.sun.msv.verifier.psvi.TypeDetector
-
characters that were read (but not processed)
- text - Variable in class com.sun.msv.verifier.Verifier
-
characters that were read (but not processed)
- the10 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- the10 - Static variable in class com.sun.msv.datatype.xsd.NumberType
-
constant
- the100 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- the12 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- the210379680 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
number of minutes in 400 years.
- the24 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- the4 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- the400 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- the60 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- theCollapse - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- TheFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation that automatically detects the schema language.
- TheFactoryImpl(SAXParserFactory) - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
-
- TheFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.TheFactoryImpl
-
use the default SAXParser.
- theInstance - Static variable in class com.sun.msv.datatype.ErrorDatatypeLibrary
-
The sole instance of this class.
- theInstance - Static variable in class com.sun.msv.datatype.xsd.AnyURIType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.Base64BinaryType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.BooleanType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.ByteType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DateTimeType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DateType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DoubleType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.DurationType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.EntityType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.ErrorType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.FloatType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GDayType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GMonthDayType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GMonthType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GYearMonthType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.GYearType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.HexBinaryType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IDREFType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IDType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IntegerType
-
Singleton instance.
- theInstance - Static variable in class com.sun.msv.datatype.xsd.IntType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.LanguageType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.LongType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NameType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NcnameType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NegativeIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NmtokenType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NonNegativeIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NonPositiveIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NormalizedStringType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.NumberType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.PositiveIntegerType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.QnameType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.ShortType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.SimpleURType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.StringType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.TimeType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.TokenType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedByteType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedIntType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedLongType
-
- theInstance - Static variable in class com.sun.msv.datatype.xsd.UnsignedShortType
-
- theInstance - Static variable in class com.sun.msv.grammar.AnyNameClass
-
- theInstance - Static variable in class com.sun.msv.grammar.relax.EmptyStringType
-
- theInstance - Static variable in class com.sun.msv.grammar.relax.NoneType
-
- theInstance - Static variable in class com.sun.msv.grammar.relaxng.datatype.BuiltinDatatypeLibrary
-
the sole instance of this class.
- theInstance - Static variable in exception com.sun.msv.reader.AbortException
-
- theInstance - Static variable in class com.sun.msv.verifier.regexp.AnyElementToken
-
use this singleton instance instead of creating an object.
- theInstance - Static variable in class com.sun.msv.verifier.regexp.StringCareLevelCalculator
-
singleton instance.
- theInstance - Static variable in class com.sun.msv.verifier.util.ErrorHandlerImpl
-
the singleton instance of this object.
- thePreserve - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- theReplace - Static variable in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
- threshold - Variable in class com.sun.msv.grammar.ExpressionPool.ClosedHash
-
The table is rehashed when its size exceeds this threshold.
- threshold - Variable in class com.sun.msv.scanner.dtd.SimpleHashtable
-
- ThrowController() - Constructor for class com.sun.msv.reader.util.GrammarLoader.ThrowController
-
- ThrowController() - Constructor for class com.sun.msv.verifier.jarv.FactoryImpl.ThrowController
-
- tightness() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Collapse
-
- tightness() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Preserve
-
- tightness() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor.Replace
-
- tightness() - Method in class com.sun.msv.datatype.xsd.WhiteSpaceProcessor
-
higher return value indicates tigher constraint
- TimeType - Class in com.sun.msv.datatype.xsd
-
"time" type.
- TimeType() - Constructor for class com.sun.msv.datatype.xsd.TimeType
-
- timeZone - Variable in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarParser
-
- TimeZone - Class in com.sun.msv.datatype.xsd.datetime
-
simple time zone component.
- TimeZone() - Constructor for class com.sun.msv.datatype.xsd.datetime.TimeZone
-
- TimeZone.JavaMissingTimeZone - Class in com.sun.msv.datatype.xsd.datetime
-
- TimeZone.JavaZeroTimeZone - Class in com.sun.msv.datatype.xsd.datetime
-
- TimeZone.ZeroTimeZone - Class in com.sun.msv.datatype.xsd.datetime
-
- timeZoneNeg14 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- timeZonePos14 - Static variable in class com.sun.msv.datatype.xsd.datetime.Util
-
- toBigInteger() - Method in class com.sun.msv.datatype.xsd.IntegerValueType
-
converts to BigInteger.
- toCalendar(Object) - Method in class com.sun.msv.datatype.xsd.datetime.AbstractCalendarFormatter
-
- toCalendar() - Method in class com.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
-
- toCalendar(Object) - Method in class com.sun.msv.datatype.xsd.datetime.CalendarFormatter
-
- toCalendar() - Method in interface com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
-
Approximates the value represented by this object into a Calendar object.
- toCalendar(Object) - Method in class com.sun.msv.datatype.xsd.datetime.PreciseCalendarFormatter
-
- toInt(Object) - Static method in class com.sun.msv.reader.trex.TREXSequencedStringChecker
-
- tok - Variable in class com.sun.msv.datatype.regexp.Op.RangeOp
-
- Token - Class in com.sun.msv.datatype.regexp
-
This class represents a node in parse tree.
- Token(int) - Constructor for class com.sun.msv.datatype.regexp.Token
-
- token - Variable in class com.sun.msv.datatype.regexp.Token.FixedStringContainer
-
- token - Variable in class com.sun.msv.verifier.regexp.AttributeFeeder
-
- 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
-
- Token.CharToken - Class in com.sun.msv.datatype.regexp
-
This class represents a node in parse tree.
- Token.ClosureToken - Class in com.sun.msv.datatype.regexp
-
This class represents a node in parse tree.
- Token.ConcatToken - Class in com.sun.msv.datatype.regexp
-
This class represents a node in parse tree.
- Token.ConditionToken - Class in com.sun.msv.datatype.regexp
-
(?(condition)yes-pattern|no-pattern)
- Token.FixedStringContainer - Class in com.sun.msv.datatype.regexp
-
- Token.ModifierToken - Class in com.sun.msv.datatype.regexp
-
(ims-ims: ....
- Token.ParenToken - Class in com.sun.msv.datatype.regexp
-
This class represents a node in parse tree.
- Token.StringToken - Class in com.sun.msv.datatype.regexp
-
This class represents a node in parse tree.
- Token.UnionToken - Class in com.sun.msv.datatype.regexp
-
This class represents a node in parse tree.
- token_0to9 - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_ccs - Static variable in class com.sun.msv.datatype.regexp.Token
-
Combing Character Sequence in Perl 5.6.
- token_dot - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_empty - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_grapheme - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_linebeginning - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_linebeginning2 - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_lineend - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_not_0to9 - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_not_spaces - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_not_wordchars - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_not_wordedge - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_spaces - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_stringbeginning - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_stringend - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_stringend2 - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_wordbeginning - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_wordchars - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_wordedge - Static variable in class com.sun.msv.datatype.regexp.Token
-
- token_wordend - Static variable in class com.sun.msv.datatype.regexp.Token
-
- tokens - Static variable in class com.sun.msv.datatype.regexp.Token
-
- tokens - Variable in class com.sun.msv.generator.DataTypeGeneratorImpl
-
set that contains tokens that are found in example files.
- tokens - Variable in class com.sun.msv.generator.ExampleReader
-
- tokentree - Variable in class com.sun.msv.datatype.regexp.RegularExpression
-
Internal representation of the regular expression.
- 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.relaxns.verifier.SchemaProviderImpl
-
- topLevel - Variable in class com.sun.msv.verifier.regexp.REDocumentDeclaration
-
start validation from this expression.
- topLevelExp - Variable in class com.sun.msv.relaxns.verifier.SchemaProviderImpl
-
top-level expression as AGM.
- 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(int) - Method in class com.sun.msv.datatype.regexp.RangeToken
-
- toString() - Method in class com.sun.msv.datatype.regexp.RegularExpression
-
Represents this instence in String.
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.CharToken
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.ClosureToken
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.ConcatToken
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.ConditionToken
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.ModifierToken
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.ParenToken
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.StringToken
-
- toString() - Method in class com.sun.msv.datatype.regexp.Token
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token
-
- toString(int) - Method in class com.sun.msv.datatype.regexp.Token.UnionToken
-
- 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
-
- transitions - Variable in class com.sun.msv.verifier.regexp.OptimizationTag
-
map from (namespaceURI,tagName) pair to OwnerAndContinuation.
- traversalStack - Variable in class com.sun.msv.reader.relax.core.checker.ExportedHedgeRuleChecker
-
traversal stack.
- traverse(Document) - Method in class com.sun.msv.generator.DOM2toSAX2
-
- TREXBaseReader - Class in com.sun.msv.reader.trex
-
reads TREX grammar from SAX2 and constructs abstract grammar model.
- TREXBaseReader(GrammarReaderController, SAXParserFactory, ExpressionPool, TREXBaseReader.StateFactory, State) - Constructor for class com.sun.msv.reader.trex.TREXBaseReader
-
full constructor
- TREXBaseReader.StateFactory - Class in com.sun.msv.reader.trex
-
creates various State object, which in turn parses grammar.
- TREXFactoryImpl - Class in com.sun.msv.verifier.jarv
-
VerifierFactory implementation for TREX.
- TREXFactoryImpl() - Constructor for class com.sun.msv.verifier.jarv.TREXFactoryImpl
-
- TREXGrammar - Class in com.sun.msv.grammar.trex
-
TREX grammar, which is expressed as <grammar> element.
- TREXGrammar(ExpressionPool, TREXGrammar) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
-
- TREXGrammar(ExpressionPool) - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
-
- TREXGrammar() - Constructor for class com.sun.msv.grammar.trex.TREXGrammar
-
- TREXGrammar.RefContainer - Class in com.sun.msv.grammar.trex
-
- TREXGrammarReader - Class in com.sun.msv.reader.trex.classic
-
reads TREX grammar from SAX2 and constructs abstract grammar model.
- TREXGrammarReader(GrammarReaderController) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
easy-to-use constructor.
- TREXGrammarReader(GrammarReaderController, SAXParserFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
easy-to-use constructor.
- TREXGrammarReader(GrammarReaderController, SAXParserFactory, TREXGrammarReader.StateFactory, ExpressionPool) - Constructor for class com.sun.msv.reader.trex.classic.TREXGrammarReader
-
full constructor
- TREXGrammarReader.StateFactory - Class in com.sun.msv.reader.trex.classic
-
creates various State object, which in turn parses grammar.
- TREXGrammarReader.UndefinedDataTypeVocabulary - Class in com.sun.msv.reader.trex.classic
-
Dummy DataTypeVocabulary for better error recovery.
- 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
-
- TREXIslandVerifier - Class in com.sun.msv.relaxns.verifier
-
IslandVerifier for RELAX Core and TREX.
- TREXIslandVerifier(RulesAcceptor) - Constructor for class com.sun.msv.relaxns.verifier.TREXIslandVerifier
-
- 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.datatype.regexp.Op
-
- type - Variable in class com.sun.msv.datatype.regexp.Token
-
- type - Variable in class com.sun.msv.grammar.xmlschema.SimpleTypeExp
-
- type - Variable in class com.sun.msv.reader.datatype.xsd.TypeWithOneChildState
-
- TYPE_CDATA - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_ENTITIES - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_ENTITY - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_ENUMERATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_ID - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_IDREF - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_IDREFS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_NMTOKEN - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_NMTOKENS - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- TYPE_NOTATION - Static variable in class com.sun.msv.scanner.dtd.DTDParser
-
- typeBuilder - Variable in class com.sun.msv.reader.trex.ng.DataState
-
type incubator object to be used to create a type.
- TypedContentHandler - Interface in com.sun.msv.verifier.psvi
-
Receives notification of the typed content of the document.
- TypedElementPattern - Class in com.sun.msv.grammar.trex.typed
-
ElementPattern with type.
- TypedElementPattern(NameClass, Expression, String) - Constructor for class com.sun.msv.grammar.trex.typed.TypedElementPattern
-
- TypedElementState - Class in com.sun.msv.reader.trex.typed
-
reads <element> element with 'label' annotation.
- TypedElementState() - Constructor for class com.sun.msv.reader.trex.typed.TypedElementState
-
- TypeDetector - Class in com.sun.msv.verifier.psvi
-
assign types to the incoming SAX2 events and reports them to
the application handler through TypedContentHandler.
- TypeDetector(DocumentDeclaration, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
-
- TypeDetector(DocumentDeclaration, TypedContentHandler, ErrorHandler) - Constructor for class com.sun.msv.verifier.psvi.TypeDetector
-
- TypeDetector.AmbiguousDocumentException - Exception in com.sun.msv.verifier.psvi
-
signals that the document is ambiguous.
- TypedTREXGrammarInterceptor - Class in com.sun.msv.reader.trex.typed
-
reads TREX grammar with 'label' annotation.
- TypedTREXGrammarInterceptor() - Constructor for class com.sun.msv.reader.trex.typed.TypedTREXGrammarInterceptor
-
- TypeIncubator - Class in com.sun.msv.datatype.xsd
-
derives a new type by adding facets.
- TypeIncubator(XSDatatype) - Constructor for class com.sun.msv.datatype.xsd.TypeIncubator
-
- TypeIncubator.FacetInfo - Class in com.sun.msv.datatype.xsd
-
- typeName - Variable in class com.sun.msv.datatype.xsd.XSDatatypeImpl
-
- 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 - Static variable in class com.sun.msv.scanner.dtd.Resolver
-
- types - Variable in class com.sun.msv.util.DatatypeRef
-
if the size of the array is zero, then that means this token is ignored.
- TypeState - Class in com.sun.msv.reader.datatype.xsd
-
Base implementation for those states which produce a type object
as its parsing result.
- TypeState() - Constructor for class com.sun.msv.reader.datatype.xsd.TypeState
-
- TypeWithOneChildState - Class in com.sun.msv.reader.datatype.xsd
-
State which has at most one TypeState as its child.
- TypeWithOneChildState() - Constructor for class com.sun.msv.reader.datatype.xsd.TypeWithOneChildState
-