Uses of Class
com.sun.msv.grammar.AttributeExp
-
Packages that use AttributeExp Package Description com.sun.msv.generator com.sun.msv.grammar abstract grammar model(AGM): common part.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.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 AttributeExp in com.sun.msv.generator
Fields in com.sun.msv.generator declared as AttributeExp Modifier and Type Field Description private AttributeExp[]
Generator. attributeDecls
all AttributeExps in the grammar.Methods in com.sun.msv.generator with parameters of type AttributeExp Modifier and Type Method Description void
ElementDeclCollector. onAttribute(AttributeExp exp)
void
Generator. onAttribute(AttributeExp exp)
Expression
NoneTypeRemover. onAttribute(AttributeExp exp)
Expression
SchemaLocationRemover. onAttribute(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type AttributeExp Modifier and Type Method Description java.lang.Object
ExpressionVisitor. onAttribute(AttributeExp exp)
boolean
ExpressionVisitorBoolean. onAttribute(AttributeExp exp)
Expression
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 AttributeExp Modifier and Type Method Description boolean
ExpressionFinder. onAttribute(AttributeExp exp)
java.lang.Object
ExpressionPrinter. onAttribute(AttributeExp exp)
void
ExpressionWalker. onAttribute(AttributeExp exp)
Expression
RefExpRemover. onAttribute(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as AttributeExp Modifier and Type Field Description AttributeExp
AttributeDeclExp. self
actual definition.Methods in com.sun.msv.grammar.xmlschema with parameters of type AttributeExp Modifier and Type Method Description void
AttributeDeclExp. set(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.reader
Methods in com.sun.msv.reader with parameters of type AttributeExp Modifier and Type Method Description void
RunAwayExpressionChecker. onAttribute(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type AttributeExp Modifier and Type Method Description void
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 Modifier and Type Method Description java.lang.Object
TREXSequencedStringChecker. onAttribute(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type AttributeExp Modifier and Type Method Description protected 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 AttributeExp Modifier and Type Method Description protected void
RELAXNGCompReader. addDefaultValue(AttributeExp exp, java.lang.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 Modifier and Type Method Description Expression
ExportedAttPoolGenerator. onAttribute(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.relaxns.verifier
Methods in com.sun.msv.relaxns.verifier with parameters of type AttributeExp Modifier and Type Method Description Expression
IslandSchemaImpl.Binder. onAttribute(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.verifier.psvi
Methods in com.sun.msv.verifier.psvi with parameters of type AttributeExp Modifier and Type Method Description void
TypedContentHandler. endAttribute(java.lang.String namespaceURI, java.lang.String localName, java.lang.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 AttributeExp Modifier and Type Field Description AttributeExp
AttributeToken. matchedExp
holds a reference to the assigned type.Methods in com.sun.msv.verifier.regexp with parameters of type AttributeExp Modifier and Type Method Description boolean
AttributeRecoveryToken. match(AttributeExp exp)
boolean
AttributeToken. match(AttributeExp exp)
boolean
Token. match(AttributeExp p)
Expression
AttributeFeeder. onAttribute(AttributeExp exp)
Expression
AttributePicker. onAttribute(AttributeExp exp)
Expression
AttributePruner. onAttribute(AttributeExp exp)
Expression
AttributeRemover. onAttribute(AttributeExp exp)
void
CombinedChildContentExpCreator. onAttribute(AttributeExp exp)
Expression
ContentModelRefExpRemover.Remover. onAttribute(AttributeExp exp)
java.lang.Object
ElementsOfConcernCollector. onAttribute(AttributeExp exp)
Expression
ResidualCalculator. onAttribute(AttributeExp exp)
java.lang.Object
StringCareLevelCalculator. onAttribute(AttributeExp exp)
-
Uses of AttributeExp in com.sun.msv.verifier.regexp.xmlschema
Fields in com.sun.msv.verifier.regexp.xmlschema declared as AttributeExp Modifier and Type Field Description protected 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 AttributeExp Modifier and Type Method Description void
PatternWriter. onAttribute(AttributeExp exp)
void
RELAXNGWriter.SmartPatternWriter. onAttribute(AttributeExp exp)
-