EXIficient

Uses of Class
com.siemens.ct.exi.grammar.event.Attribute

Packages that use Attribute
com.siemens.ct.exi.grammar EXI Grammars. 
com.siemens.ct.exi.grammar.rule EXI production rules. 
 

Uses of Attribute in com.siemens.ct.exi.grammar
 

Methods in com.siemens.ct.exi.grammar that return Attribute
 Attribute SchemaLessGrammar.getGlobalAttribute(javax.xml.namespace.QName qname)
           
 Attribute SchemaInformedGrammar.getGlobalAttribute(javax.xml.namespace.QName qname)
           
 Attribute Grammar.getGlobalAttribute(javax.xml.namespace.QName qname)
           
 

Uses of Attribute in com.siemens.ct.exi.grammar.rule
 

Methods in com.siemens.ct.exi.grammar.rule with parameters of type Attribute
 void SchemaLessStartTag.learnAttribute(Attribute at)
           
 void SchemaLessElement.learnAttribute(Attribute at)
           
 void Rule.learnAttribute(Attribute at)
           
 void AbstractRule.learnAttribute(Attribute at)
           
 


EXIficient