Uses of Class
com.sun.msv.grammar.AttributeExp

Packages that use AttributeExp
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.comp parses RELAX NG with DTD compatibility annotation into AGM. 
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 Schema 
com.sun.msv.writer.relaxng AGM to RELAX NG converter 
 

Uses of AttributeExp in com.sun.msv.generator
 

Methods in com.sun.msv.generator with parameters of type AttributeExp
 void Generator.onAttribute(AttributeExp exp)
           
 void ElementDeclCollector.onAttribute(AttributeExp exp)
           
 Expression SchemaLocationRemover.onAttribute(AttributeExp exp)
           
 Expression NoneTypeRemover.onAttribute(AttributeExp exp)
           
 

Uses of AttributeExp in com.sun.msv.grammar
 

Methods in com.sun.msv.grammar with parameters of type AttributeExp
 Expression ExpressionVisitorExpression.onAttribute(AttributeExp exp)
           
 void ExpressionVisitorVoid.onAttribute(AttributeExp exp)
           
 Object ExpressionVisitor.onAttribute(AttributeExp exp)
           
 boolean ExpressionVisitorBoolean.onAttribute(AttributeExp exp)
           
 

Uses of AttributeExp in com.sun.msv.grammar.util
 

Methods in com.sun.msv.grammar.util with parameters of type AttributeExp
 boolean ExpressionFinder.onAttribute(AttributeExp exp)
           
 void ExpressionWalker.onAttribute(AttributeExp exp)
           
 Expression RefExpRemover.onAttribute(AttributeExp exp)
           
 Object ExpressionPrinter.onAttribute(AttributeExp exp)
           
 

Uses of AttributeExp in com.sun.msv.grammar.xmlschema
 

Fields in com.sun.msv.grammar.xmlschema declared as AttributeExp
 AttributeExp AttributeDeclExp.self
          actual definition.
 

Methods in com.sun.msv.grammar.xmlschema with parameters of type AttributeExp
 void AttributeDeclExp.set(AttributeExp exp)
           
 

Uses of AttributeExp in com.sun.msv.reader
 

Methods in com.sun.msv.reader with parameters of type AttributeExp
 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
 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
 Object TREXSequencedStringChecker.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
protected  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.verifier
 

Methods in com.sun.msv.relaxns.verifier with parameters of type AttributeExp
 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
 void 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 AttributeExp
 AttributeExp AttributeToken.matchedExp
          holds a reference to the assigned type.
 

Methods in com.sun.msv.verifier.regexp with parameters of type AttributeExp
 boolean AttributeToken.match(AttributeExp exp)
           
 boolean Token.match(AttributeExp p)
           
 Object StringCareLevelCalculator.onAttribute(AttributeExp exp)
           
 void CombinedChildContentExpCreator.onAttribute(AttributeExp exp)
           
 Object ElementsOfConcernCollector.onAttribute(AttributeExp exp)
           
 Expression AttributeRemover.onAttribute(AttributeExp exp)
           
 Expression AttributePruner.onAttribute(AttributeExp exp)
           
 Expression ResidualCalculator.onAttribute(AttributeExp exp)
           
 Expression AttributeFeeder.onAttribute(AttributeExp exp)
           
 Expression AttributePicker.onAttribute(AttributeExp exp)
           
 

Uses of AttributeExp in com.sun.msv.verifier.regexp.xmlschema
 

Fields in com.sun.msv.verifier.regexp.xmlschema declared as AttributeExp
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
 void PatternWriter.onAttribute(AttributeExp exp)
           
 



MSV