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. 
com.siemens.ct.exi.util.sort Utility pack for sorting items (e.g., events). 
 

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

Fields in com.siemens.ct.exi.grammar declared as Event
 Event EventInformation.event
           
 

Constructors in com.siemens.ct.exi.grammar with parameters of type Event
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 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 AttributeNS
          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 NamespaceDeclaration
          TODO Description
 class ProcessingInstruction
          TODO Description
 class SelfContained
          TODO Description
 class StartDocument
          TODO Description
 class StartElement
          TODO Description
 class StartElementGeneric
          TODO Description
 class StartElementNS
          TODO Description
 

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

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 SchemaInformedRule.addTerminalRule(Event event)
           
 void AbstractRule.addTerminalRule(Event event)
           
 

Uses of Event in com.siemens.ct.exi.util.sort
 

Methods in com.siemens.ct.exi.util.sort with parameters of type Event
 int EventCodeAssignment.compare(Event o1, Event o2)
           
 


EXIficient