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. attributeDeclsall AttributeExps in the grammar.Methods in com.sun.msv.generator with parameters of type AttributeExp Modifier and Type Method Description voidElementDeclCollector. onAttribute(AttributeExp exp)voidGenerator. onAttribute(AttributeExp exp)ExpressionNoneTypeRemover. onAttribute(AttributeExp exp)ExpressionSchemaLocationRemover. 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.ObjectExpressionVisitor. onAttribute(AttributeExp exp)booleanExpressionVisitorBoolean. onAttribute(AttributeExp exp)ExpressionExpressionVisitorExpression. onAttribute(AttributeExp exp)voidExpressionVisitorVoid. 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 booleanExpressionFinder. onAttribute(AttributeExp exp)java.lang.ObjectExpressionPrinter. onAttribute(AttributeExp exp)voidExpressionWalker. onAttribute(AttributeExp exp)ExpressionRefExpRemover. 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 AttributeExpAttributeDeclExp. selfactual definition.Methods in com.sun.msv.grammar.xmlschema with parameters of type AttributeExp Modifier and Type Method Description voidAttributeDeclExp. 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 voidRunAwayExpressionChecker. 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 voidDblAttrConstraintChecker. onAttribute(AttributeExp exp)booleanExportedHedgeRuleChecker. onAttribute(AttributeExp exp)voidIdAbuseChecker. 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.ObjectTREXSequencedStringChecker. 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 voidRestrictionChecker.DefaultChecker. checkAttributeInfiniteName(AttributeExp exp)voidRestrictionChecker.DefaultChecker. onAttribute(AttributeExp exp)voidRestrictionChecker.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 voidRELAXNGCompReader. 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 ExpressionExportedAttPoolGenerator. 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 ExpressionIslandSchemaImpl.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 voidTypedContentHandler. 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 AttributeExpAttributeToken. matchedExpholds a reference to the assigned type.Methods in com.sun.msv.verifier.regexp with parameters of type AttributeExp Modifier and Type Method Description booleanAttributeRecoveryToken. match(AttributeExp exp)booleanAttributeToken. match(AttributeExp exp)booleanToken. match(AttributeExp p)ExpressionAttributeFeeder. onAttribute(AttributeExp exp)ExpressionAttributePicker. onAttribute(AttributeExp exp)ExpressionAttributePruner. onAttribute(AttributeExp exp)ExpressionAttributeRemover. onAttribute(AttributeExp exp)voidCombinedChildContentExpCreator. onAttribute(AttributeExp exp)ExpressionContentModelRefExpRemover.Remover. onAttribute(AttributeExp exp)java.lang.ObjectElementsOfConcernCollector. onAttribute(AttributeExp exp)ExpressionResidualCalculator. onAttribute(AttributeExp exp)java.lang.ObjectStringCareLevelCalculator. 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 AttributeExpXSREDocDecl. xsiAttExpAttributeExp 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 voidPatternWriter. onAttribute(AttributeExp exp)voidRELAXNGWriter.SmartPatternWriter. onAttribute(AttributeExp exp)
-