EXIficient

Uses of Interface
com.siemens.ct.exi.grammar.rule.Rule

Packages that use Rule
com.siemens.ct.exi.grammar EXI Grammars. 
com.siemens.ct.exi.grammar.event EXI Grammar event. 
com.siemens.ct.exi.grammar.rule EXI production rules. 
 

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

Fields in com.siemens.ct.exi.grammar declared as Rule
 Rule EventInformation.next
           
 

Methods in com.siemens.ct.exi.grammar that return Rule
 Rule Grammar.getBuiltInDocumentGrammar()
           
 Rule AbstractGrammar.getBuiltInDocumentGrammar()
           
 Rule SchemaLessGrammar.getBuiltInFragmentGrammar()
           
 Rule SchemaInformedGrammar.getBuiltInFragmentGrammar()
           
 Rule Grammar.getBuiltInFragmentGrammar()
           
 

Constructors in com.siemens.ct.exi.grammar with parameters of type Rule
EventInformation(Rule next, Event event, int eventCode)
           
SchemaInformedEventInformation(Rule next, Event event, int eventCode)
           
SchemaLessEventInformation(Rule father, Rule next, Event event, int eventCode)
           
 

Uses of Rule in com.siemens.ct.exi.grammar.event
 

Methods in com.siemens.ct.exi.grammar.event that return Rule
 Rule StartElement.getRule()
           
 

Methods in com.siemens.ct.exi.grammar.event with parameters of type Rule
 void StartElement.setRule(Rule rule)
           
 

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

Subinterfaces of Rule in com.siemens.ct.exi.grammar.rule
 interface SchemaInformedRule
          TODO Description
 interface SchemaLessRule
          TODO Description
 interface StartSchemaInformedRule
          TODO Description
 

Classes in com.siemens.ct.exi.grammar.rule that implement Rule
 class AbstractRule
           
 class AbstractSchemaInformedContent
          TODO Description
 class AbstractSchemaInformedRule
          TODO Description
 class AbstractSchemaLessRule
          TODO Description
 class DocEnd
          TODO Description
 class Document
          TODO Description
 class Fragment
          TODO Description
 class SchemaInformedDocContent
          TODO Description
 class SchemaInformedElement
          TODO Description
 class SchemaInformedFirstStartTag
          TODO Description
 class SchemaInformedFragmentContent
          TODO Description
 class SchemaInformedStartTag
          TODO Description
 class SchemaLessContent
          TODO Description
 class SchemaLessDocContent
          TODO Description
 class SchemaLessElement
          TODO Description
 class SchemaLessFragmentContent
          TODO Description
 class SchemaLessStartTag
          TODO Description
 

Methods in com.siemens.ct.exi.grammar.rule that return Rule
 Rule SchemaLessStartTag.getElementContentRule()
           
 Rule SchemaInformedStartTag.getElementContentRule()
           
 Rule SchemaInformedFirstStartTag.getElementContentRule()
           
 Rule Rule.getElementContentRule()
           
 Rule AbstractRule.getElementContentRule()
           
 Rule SchemaInformedRule.getTypeEmpty()
           
 Rule AbstractSchemaLessRule.getTypeEmpty()
           
 Rule AbstractSchemaInformedRule.getTypeEmpty()
           
 

Methods in com.siemens.ct.exi.grammar.rule with parameters of type Rule
 void Rule.addRule(Event event, Rule rule)
           
 void AbstractSchemaLessRule.addRule(Event event, Rule rule)
           
 void AbstractSchemaInformedRule.addRule(Event event, Rule rule)
           
 void AbstractSchemaInformedRule.joinRules(Rule rule)
           
 

Constructors in com.siemens.ct.exi.grammar.rule with parameters of type Rule
Document(Rule docContent)
           
Document(Rule docContent, java.lang.String label)
           
Fragment(Rule fragmentContent, java.lang.String label)
           
SchemaInformedDocContent(Rule docEnd)
           
SchemaInformedDocContent(Rule docEnd, java.lang.String label)
           
SchemaLessDocContent(Rule docEnd)
           
SchemaLessDocContent(Rule docEnd, java.lang.String label)
           
 


EXIficient