EXIficient

Uses of Interface
com.siemens.ct.exi.grammar.event.Event

Packages that use Event
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 Event in com.siemens.ct.exi.grammar
 

Methods in com.siemens.ct.exi.grammar that return Event
 Event EventRule.getEvent()
           
 

Constructors in com.siemens.ct.exi.grammar with parameters of type Event
EventRule(Event event, Rule rule)
           
 

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

Subinterfaces of Event in com.siemens.ct.exi.grammar.event
 interface DatatypeEvent
          TODO Description
 

Classes in com.siemens.ct.exi.grammar.event that implement Event
 class AbstractDatatypeEvent
          TODO Description
 class AbstractEvent
          TODO Description
 class Attribute
          TODO Description
 class AttributeGeneric
          TODO Description
 class Characters
           
 class CharactersGeneric
          TODO Description
 class Comment
          TODO Description
 class DocType
          TODO Description
 class EndDocument
          TODO Description
 class EndElement
          TODO Description
 class EntityReference
          TODO Description
 class Lambda
          TODO Description
 class NamespaceDeclaration
          TODO Description
 class ProcessingInstruction
          TODO Description
 class SelfContained
          TODO Description
 class StartDocument
          TODO Description
 class StartElement
          TODO Description
 class StartElementGeneric
          TODO Description
 

Methods in com.siemens.ct.exi.grammar.event with parameters of type Event
 int AbstractEvent.compareTo(Event o)
           
 

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

Methods in com.siemens.ct.exi.grammar.rule that return Event
 Event RuleDocContentSchemaInformed.get1stLevelEvent(int eventCode)
           
 Event Rule.get1stLevelEvent(int eventCode)
           
 Event AbstractSchemaLessRule.get1stLevelEvent(int eventCode)
           
 Event AbstractSchemaInformedRule.get1stLevelEvent(int eventCode)
           
 

Methods in com.siemens.ct.exi.grammar.rule with parameters of type Event
 void Rule.addRule(Event event, Rule rule)
           
 void AbstractSchemaLessRule.addRule(Event event, Rule rule)
           
 void AbstractSchemaInformedRule.addRule(Event event, Rule rule)
           
 void Rule.addTerminalRule(Event event)
           
 void AbstractRule.addTerminalRule(Event event)
           
 int Rule.get1stLevelEventCode(Event events)
           
 int AbstractSchemaLessRule.get1stLevelEventCode(Event event)
           
 int AbstractSchemaInformedRule.get1stLevelEventCode(Event event)
           
 


EXIficient