Uses of Class
com.sun.msv.grammar.AttributeExp
Packages that use AttributeExp
Package
Description
abstract grammar model(AGM): common part.
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.
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 AttributeExp in com.sun.msv.generator
Fields in com.sun.msv.generator declared as AttributeExpModifier and TypeFieldDescriptionprivate final AttributeExp[]
Generator.attributeDecls
all AttributeExps in the grammar.Methods in com.sun.msv.generator with parameters of type AttributeExpModifier and TypeMethodDescriptionvoid
ElementDeclCollector.onAttribute
(AttributeExp exp) void
Generator.onAttribute
(AttributeExp exp) NoneTypeRemover.onAttribute
(AttributeExp exp) SchemaLocationRemover.onAttribute
(AttributeExp exp) -
Uses of AttributeExp in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type AttributeExpModifier and TypeMethodDescriptionExpressionVisitor.onAttribute
(AttributeExp exp) boolean
ExpressionVisitorBoolean.onAttribute
(AttributeExp exp) ExpressionVisitorExpression.onAttribute
(AttributeExp exp) void
ExpressionVisitorVoid.onAttribute
(AttributeExp exp) -
Uses of AttributeExp in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type AttributeExpModifier and TypeMethodDescriptionboolean
ExpressionFinder.onAttribute
(AttributeExp exp) ExpressionPrinter.onAttribute
(AttributeExp exp) void
ExpressionWalker.onAttribute
(AttributeExp exp) RefExpRemover.onAttribute
(AttributeExp exp) -
Uses of AttributeExp in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as AttributeExpMethods in com.sun.msv.grammar.xmlschema with parameters of type AttributeExp -
Uses of AttributeExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type AttributeExp -
Uses of AttributeExp in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type AttributeExpModifier and TypeMethodDescriptionvoid
DblAttrConstraintChecker.onAttribute
(AttributeExp exp) boolean
ExportedHedgeRuleChecker.onAttribute
(AttributeExp exp) void
IdAbuseChecker.onAttribute
(AttributeExp exp) -
Uses of AttributeExp in com.sun.msv.reader.trex
Methods in com.sun.msv.reader.trex with parameters of type AttributeExp -
Uses of AttributeExp in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type AttributeExpModifier and TypeMethodDescriptionprotected void
RestrictionChecker.DefaultChecker.checkAttributeInfiniteName
(AttributeExp exp) void
RestrictionChecker.DefaultChecker.onAttribute
(AttributeExp exp) void
RestrictionChecker.ListChecker.onAttribute
(AttributeExp exp) -
Uses of AttributeExp in com.sun.msv.reader.trex.ng.comp
Methods in com.sun.msv.reader.trex.ng.comp with parameters of type AttributeExpModifier and TypeMethodDescriptionprotected final void
RELAXNGCompReader.addDefaultValue
(AttributeExp exp, String value) note that the specified expression is marked with the default value. -
Uses of AttributeExp in com.sun.msv.relaxns.grammar.relax
Methods in com.sun.msv.relaxns.grammar.relax with parameters of type AttributeExp -
Uses of AttributeExp in com.sun.msv.relaxns.verifier
Methods in com.sun.msv.relaxns.verifier with parameters of type AttributeExp -
Uses of AttributeExp in com.sun.msv.verifier.psvi
Methods in com.sun.msv.verifier.psvi with parameters of type AttributeExpModifier and TypeMethodDescriptionvoid
TypedContentHandler.endAttribute
(String namespaceURI, String localName, String qName, AttributeExp type) receives notification of the end of an attribute. -
Uses of AttributeExp in com.sun.msv.verifier.regexp
Fields in com.sun.msv.verifier.regexp declared as AttributeExpModifier and TypeFieldDescriptionAttributeToken.matchedExp
holds a reference to the assigned type.Methods in com.sun.msv.verifier.regexp with parameters of type AttributeExpModifier and TypeMethodDescriptionboolean
AttributeRecoveryToken.match
(AttributeExp exp) boolean
AttributeToken.match
(AttributeExp exp) boolean
Token.match
(AttributeExp p) AttributeFeeder.onAttribute
(AttributeExp exp) AttributePicker.onAttribute
(AttributeExp exp) AttributePruner.onAttribute
(AttributeExp exp) AttributeRemover.onAttribute
(AttributeExp exp) void
CombinedChildContentExpCreator.onAttribute
(AttributeExp exp) ContentModelRefExpRemover.Remover.onAttribute
(AttributeExp exp) final Object
ElementsOfConcernCollector.onAttribute
(AttributeExp exp) ResidualCalculator.onAttribute
(AttributeExp exp) StringCareLevelCalculator.onAttribute
(AttributeExp exp) -
Uses of AttributeExp in com.sun.msv.verifier.regexp.xmlschema
Fields in com.sun.msv.verifier.regexp.xmlschema declared as AttributeExpModifier and TypeFieldDescriptionprotected final AttributeExp
XSREDocDecl.xsiAttExp
AttributeExp that matches to "xsi:***" attributes. -
Uses of AttributeExp in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type AttributeExpModifier and TypeMethodDescriptionvoid
PatternWriter.onAttribute
(AttributeExp exp) void
RELAXNGWriter.SmartPatternWriter.onAttribute
(AttributeExp exp)