Uses of Class
com.sun.msv.grammar.ElementExp
-
Packages that use ElementExp Package Description com.sun.msv.generator com.sun.msv.grammar abstract grammar model(AGM): common part.com.sun.msv.grammar.relax abstract grammar model(AGM): RELAX stub.com.sun.msv.grammar.trex abstract grammar model (AGM): TREX extension and TREX stub.com.sun.msv.grammar.trex.typed Abstract grammar model (AGM): TREX label-annotated stub.com.sun.msv.grammar.util Miscellaneous utility classes.com.sun.msv.grammar.xmlschema W3C XML Schema grammar model.com.sun.msv.reader reads XML representation of grammar and creates AGM.com.sun.msv.reader.relax.core.checker Non-essential schema conformance checks.com.sun.msv.reader.trex shared code between RELAX NG reader and TREX reader.com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.reader.trex.ng.comp parses RELAX NG with DTD compatibility annotation into AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.relaxns.grammar abstract grammar model(AGM) for RELAX Namespace.com.sun.msv.relaxns.grammar.relax abstract grammar model(AGM) for RELAXNS-extended RELAX Core.com.sun.msv.relaxns.verifier "divide&validate" framework implementation.com.sun.msv.verifier.psvi Type-assignment engine that can be used by application programs.com.sun.msv.verifier.regexp VGM implementation by using regular expression derivation algorithm.com.sun.msv.verifier.regexp.xmlschema RegExp VGM implementation that supports special semantics of XML Schemacom.sun.msv.writer.relaxng AGM to RELAX NG converter -
-
Uses of ElementExp in com.sun.msv.generator
Fields in com.sun.msv.generator declared as ElementExp Modifier and Type Field Description private ElementExp[]Generator. elementDeclsall ElementExps in the grammar.Methods in com.sun.msv.generator with parameters of type ElementExp Modifier and Type Method Description voidElementDeclCollector. onElement(ElementExp exp)voidGenerator. onElement(ElementExp exp)ExpressionNoneTypeRemover. onElement(ElementExp exp)ExpressionSchemaLocationRemover. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type ElementExp Modifier and Type Method Description java.lang.ObjectExpressionVisitor. onElement(ElementExp exp)booleanExpressionVisitorBoolean. onElement(ElementExp exp)ExpressionExpressionVisitorExpression. onElement(ElementExp exp)voidExpressionVisitorVoid. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.grammar.relax
Subclasses of ElementExp in com.sun.msv.grammar.relax Modifier and Type Class Description classElementRuleElementRule declaration of RELAX. -
Uses of ElementExp in com.sun.msv.grammar.trex
Subclasses of ElementExp in com.sun.msv.grammar.trex Modifier and Type Class Description classElementPattern<element> pattern of TREX. -
Uses of ElementExp in com.sun.msv.grammar.trex.typed
Subclasses of ElementExp in com.sun.msv.grammar.trex.typed Modifier and Type Class Description classTypedElementPatternElementPattern with type. -
Uses of ElementExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type ElementExp Modifier and Type Method Description booleanExpressionFinder. onElement(ElementExp exp)java.lang.ObjectExpressionPrinter. onElement(ElementExp exp)voidExpressionWalker. onElement(ElementExp exp)ExpressionRefExpRemover. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.grammar.xmlschema
Subclasses of ElementExp in com.sun.msv.grammar.xmlschema Modifier and Type Class Description classElementDeclExp.XSElementExpXML Schema version ofElementExp.classSkipElementExpElementExp that is used for <any processContents="skip"/>. -
Uses of ElementExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type ElementExp Modifier and Type Method Description voidRunAwayExpressionChecker. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type ElementExp Modifier and Type Method Description voidDblAttrConstraintChecker. onElement(ElementExp exp)booleanExportedHedgeRuleChecker. onElement(ElementExp exp)voidIdAbuseChecker. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex with parameters of type ElementExp Modifier and Type Method Description java.lang.ObjectTREXSequencedStringChecker. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type ElementExp Modifier and Type Method Description voidRestrictionChecker.DefaultChecker. onElement(ElementExp exp)voidRestrictionChecker.ListChecker. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.reader.trex.ng.comp
Fields in com.sun.msv.reader.trex.ng.comp declared as ElementExp Modifier and Type Field Description (package private) ElementExpDefAttCompatibilityChecker.DefAttMap. sampleDeclone of the ElementExps that have this particular element name.(package private) ElementExpIDCompatibilityChecker.IDAttMap. sampleDeclConstructors in com.sun.msv.reader.trex.ng.comp with parameters of type ElementExp Constructor Description DefAttMap(ElementExp sample, java.util.Map atts)IDAttMap(ElementExp e) -
Uses of ElementExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type ElementExp Modifier and Type Method Description voidAttributeWildcardComputer. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.relaxns.grammar
Subclasses of ElementExp in com.sun.msv.relaxns.grammar Modifier and Type Class Description classExternalElementExpplace holder for imported element declaration. -
Uses of ElementExp in com.sun.msv.relaxns.grammar.relax
Subclasses of ElementExp in com.sun.msv.relaxns.grammar.relax Modifier and Type Class Description classAnyOtherElementExpplace holder for <anyOtherElement> of RELAX.Methods in com.sun.msv.relaxns.grammar.relax with parameters of type ElementExp Modifier and Type Method Description ExpressionExportedAttPoolGenerator. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.relaxns.verifier
Methods in com.sun.msv.relaxns.verifier with parameters of type ElementExp Modifier and Type Method Description ExpressionIslandSchemaImpl.Binder. onElement(ElementExp exp) -
Uses of ElementExp in com.sun.msv.verifier.psvi
Methods in com.sun.msv.verifier.psvi with parameters of type ElementExp Modifier and Type Method Description voidTypedContentHandler. endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, ElementExp type)receives notification of the end of an element. -
Uses of ElementExp in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as ElementExp Modifier and Type Field Description (package private) ElementExp[]ElementToken. acceptedPatterns(package private) ElementExpOptimizationTag.OwnerAndCont. ownerElementExpSimpleAcceptor. ownerElementExp that accepted the start tag.ElementExp[]ComplexAcceptor. ownerseach item of this array should be considered as read-only.private ElementExp[]CombinedChildContentExpCreator. resultmatched elements.Methods in com.sun.msv.verifier.regexp that return ElementExp Modifier and Type Method Description ElementExp[]CombinedChildContentExpCreator. getMatchedElements()obtains matched elements.ElementExp[]ComplexAcceptor. getSatisfiedOwners()collects satisfied ElementExps.Methods in com.sun.msv.verifier.regexp with parameters of type ElementExp Modifier and Type Method Description protected AcceptorContentModelAcceptor. createAcceptor(Expression combined, Expression continuation, ElementExp[] primitives, int numPrimitives)creates actual Acceptor object from the computed result.protected abstract AcceptorExpressionAcceptor. createAcceptor(Expression contentModel, Expression continuation, ElementExp[] primitives, int numPrimitives)private static Expression[]ComplexAcceptor. createDefaultContentModels(ElementExp[] owners, ExpressionPool pool)booleanAnyElementToken. match(ElementExp exp)booleanElementToken. match(ElementExp exp)booleanToken. match(ElementExp p)returns true if the given ElementExp can consume this tokenExpressionAttributeFeeder. onElement(ElementExp exp)ExpressionAttributePicker. onElement(ElementExp exp)ExpressionAttributePruner. onElement(ElementExp exp)ExpressionAttributeRemover. onElement(ElementExp exp)voidCombinedChildContentExpCreator. onElement(ElementExp exp)ExpressionContentModelRefExpRemover.Remover. onElement(ElementExp exp)java.lang.ObjectElementsOfConcernCollector. onElement(ElementExp exp)ExpressionResidualCalculator. onElement(ElementExp exp)java.lang.ObjectStringCareLevelCalculator. onElement(ElementExp exp)Constructors in com.sun.msv.verifier.regexp with parameters of type ElementExp Constructor Description ComplexAcceptor(REDocumentDeclaration docDecl, Expression combined, ElementExp[] primitives)ComplexAcceptor(REDocumentDeclaration docDecl, Expression combined, Expression[] contentModels, ElementExp[] owners)ElementToken(ElementExp[] acceptedPatterns)OwnerAndCont(ElementExp owner, Expression cont)SimpleAcceptor(REDocumentDeclaration docDecl, Expression combined, ElementExp owner, Expression continuation) -
Uses of ElementExp in com.sun.msv.verifier.regexp.xmlschema
Methods in com.sun.msv.verifier.regexp.xmlschema with parameters of type ElementExp Modifier and Type Method Description protected AcceptorXSAcceptor. createAcceptor(Expression combined, Expression continuation, ElementExp[] primitives, int numPrimitives)creates an XSAcceptor instead of default acceptor implementations.Constructors in com.sun.msv.verifier.regexp.xmlschema with parameters of type ElementExp Constructor Description XSAcceptor(XSREDocDecl docDecl, Expression combined, ElementExp owner, Expression continuation) -
Uses of ElementExp in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type ElementExp Modifier and Type Method Description voidPatternWriter. onElement(ElementExp exp)voidRELAXNGWriter.SmartPatternWriter. onElement(ElementExp exp)protected voidRELAXNGWriter.SmartPatternWriter. writeElement(ElementExp exp)
-