Uses of Class
com.sun.msv.grammar.ElementExp
Packages that use ElementExp
Package
Description
abstract grammar model(AGM): common part.
abstract grammar model(AGM): RELAX stub.
abstract grammar model (AGM): TREX extension
and TREX stub.
Abstract grammar model (AGM): TREX label-annotated stub.
Miscellaneous utility classes.
W3C XML Schema grammar model.
reads XML representation of grammar and creates AGM.
Non-essential schema conformance checks.
shared code between RELAX NG reader and TREX reader.
parses RELAX NG into AGM.
parses RELAX NG with DTD compatibility annotation into AGM.
parses XML representation of XML Schema into AGM.
abstract grammar model(AGM) for RELAX Namespace.
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
"divide&validate" framework implementation.
Type-assignment engine
that can be used by application programs.
VGM implementation by using regular expression derivation algorithm.
RegExp VGM implementation that supports special semantics of XML Schema
AGM to RELAX NG converter
-
Uses of ElementExp in com.sun.msv.generator
Fields in com.sun.msv.generator declared as ElementExpModifier and TypeFieldDescriptionprivate final ElementExp[]
Generator.elementDecls
all ElementExps in the grammar.Methods in com.sun.msv.generator with parameters of type ElementExpModifier and TypeMethodDescriptionvoid
ElementDeclCollector.onElement
(ElementExp exp) void
Generator.onElement
(ElementExp exp) NoneTypeRemover.onElement
(ElementExp exp) SchemaLocationRemover.onElement
(ElementExp exp) -
Uses of ElementExp in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type ElementExpModifier and TypeMethodDescriptionExpressionVisitor.onElement
(ElementExp exp) boolean
ExpressionVisitorBoolean.onElement
(ElementExp exp) ExpressionVisitorExpression.onElement
(ElementExp exp) void
ExpressionVisitorVoid.onElement
(ElementExp exp) -
Uses of ElementExp in com.sun.msv.grammar.relax
Subclasses of ElementExp in com.sun.msv.grammar.relax -
Uses of ElementExp in com.sun.msv.grammar.trex
Subclasses of ElementExp in com.sun.msv.grammar.trex -
Uses of ElementExp in com.sun.msv.grammar.trex.typed
Subclasses of ElementExp in com.sun.msv.grammar.trex.typed -
Uses of ElementExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type ElementExpModifier and TypeMethodDescriptionboolean
ExpressionFinder.onElement
(ElementExp exp) ExpressionPrinter.onElement
(ElementExp exp) void
ExpressionWalker.onElement
(ElementExp exp) RefExpRemover.onElement
(ElementExp exp) -
Uses of ElementExp in com.sun.msv.grammar.xmlschema
Subclasses of ElementExp in com.sun.msv.grammar.xmlschemaModifier and TypeClassDescriptionclass
XML Schema version ofElementExp
.class
ElementExp 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 -
Uses of ElementExp in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type ElementExpModifier and TypeMethodDescriptionvoid
DblAttrConstraintChecker.onElement
(ElementExp exp) boolean
ExportedHedgeRuleChecker.onElement
(ElementExp exp) void
IdAbuseChecker.onElement
(ElementExp exp) -
Uses of ElementExp in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex with parameters of type ElementExp -
Uses of ElementExp in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type ElementExpModifier and TypeMethodDescriptionvoid
RestrictionChecker.DefaultChecker.onElement
(ElementExp exp) void
RestrictionChecker.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 ElementExpModifier and TypeFieldDescription(package private) final ElementExp
DefAttCompatibilityChecker.DefAttMap.sampleDecl
one of the ElementExps that have this particular element name.(package private) final ElementExp
IDCompatibilityChecker.IDAttMap.sampleDecl
Constructors in com.sun.msv.reader.trex.ng.comp with parameters of type ElementExpModifierConstructorDescription(package private)
DefAttMap
(ElementExp sample, Map atts) (package private)
-
Uses of ElementExp in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type ElementExp -
Uses of ElementExp in com.sun.msv.relaxns.grammar
Subclasses of ElementExp in com.sun.msv.relaxns.grammarModifier and TypeClassDescriptionclass
place holder for imported element declaration. -
Uses of ElementExp in com.sun.msv.relaxns.grammar.relax
Subclasses of ElementExp in com.sun.msv.relaxns.grammar.relaxModifier and TypeClassDescriptionclass
place holder for <anyOtherElement> of RELAX.Methods in com.sun.msv.relaxns.grammar.relax with parameters of type ElementExp -
Uses of ElementExp in com.sun.msv.relaxns.verifier
Methods in com.sun.msv.relaxns.verifier with parameters of type ElementExp -
Uses of ElementExp in com.sun.msv.verifier.psvi
Methods in com.sun.msv.verifier.psvi with parameters of type ElementExpModifier and TypeMethodDescriptionvoid
TypedContentHandler.endElement
(String namespaceURI, String localName, 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 ElementExpModifier and TypeFieldDescription(package private) final ElementExp[]
ElementToken.acceptedPatterns
(package private) final ElementExp
OptimizationTag.OwnerAndCont.owner
final ElementExp
SimpleAcceptor.owner
ElementExp that accepted the start tag.final ElementExp[]
ComplexAcceptor.owners
each item of this array should be considered as read-only.private ElementExp[]
CombinedChildContentExpCreator.result
matched elements.Methods in com.sun.msv.verifier.regexp that return ElementExpModifier and TypeMethodDescriptionfinal ElementExp[]
CombinedChildContentExpCreator.getMatchedElements()
obtains matched elements.final ElementExp[]
ComplexAcceptor.getSatisfiedOwners()
collects satisfied ElementExps.Methods in com.sun.msv.verifier.regexp with parameters of type ElementExpModifier and TypeMethodDescriptionprotected Acceptor
ContentModelAcceptor.createAcceptor
(Expression combined, Expression continuation, ElementExp[] primitives, int numPrimitives) creates actual Acceptor object from the computed result.protected abstract Acceptor
ExpressionAcceptor.createAcceptor
(Expression contentModel, Expression continuation, ElementExp[] primitives, int numPrimitives) private static Expression[]
ComplexAcceptor.createDefaultContentModels
(ElementExp[] owners, ExpressionPool pool) boolean
AnyElementToken.match
(ElementExp exp) boolean
ElementToken.match
(ElementExp exp) boolean
Token.match
(ElementExp p) returns true if the given ElementExp can consume this tokenAttributeFeeder.onElement
(ElementExp exp) AttributePicker.onElement
(ElementExp exp) AttributePruner.onElement
(ElementExp exp) AttributeRemover.onElement
(ElementExp exp) void
CombinedChildContentExpCreator.onElement
(ElementExp exp) ContentModelRefExpRemover.Remover.onElement
(ElementExp exp) final Object
ElementsOfConcernCollector.onElement
(ElementExp exp) ResidualCalculator.onElement
(ElementExp exp) StringCareLevelCalculator.onElement
(ElementExp exp) Constructors in com.sun.msv.verifier.regexp with parameters of type ElementExpModifierConstructorDescriptionComplexAcceptor
(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 ElementExpModifier and TypeMethodDescriptionprotected Acceptor
XSAcceptor.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 ElementExpModifierConstructorDescriptionXSAcceptor
(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 ElementExpModifier and TypeMethodDescriptionvoid
PatternWriter.onElement
(ElementExp exp) void
RELAXNGWriter.SmartPatternWriter.onElement
(ElementExp exp) protected void
RELAXNGWriter.SmartPatternWriter.writeElement
(ElementExp exp)