| Package | Description |
|---|---|
| com.siemens.ct.exi.core.coder |
Core functionality for EXIEncoder, EXIDecoder and EXIHeader.
|
| com.siemens.ct.exi.core.grammars.event |
EXI Grammar events.
|
| com.siemens.ct.exi.core.grammars.grammar |
EXI Grammar grammars.
|
| com.siemens.ct.exi.core.grammars.production |
EXI Grammar productions.
|
| Modifier and Type | Field and Description |
|---|---|
protected Event |
AbstractEXIBodyDecoder.nextEvent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatatypeEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatatypeEvent |
class |
AbstractEvent |
class |
Attribute |
class |
AttributeGeneric |
class |
AttributeNS |
class |
Characters |
class |
CharactersGeneric |
class |
Comment |
class |
DocType |
class |
EndDocument |
class |
EndElement |
class |
EntityReference |
class |
NamespaceDeclaration |
class |
ProcessingInstruction |
class |
SelfContained |
class |
StartDocument |
class |
StartElement |
class |
StartElementGeneric |
class |
StartElementNS |
| Modifier and Type | Field and Description |
|---|---|
protected static Event |
AbstractGrammar.END_ELEMENT |
protected static Event |
AbstractGrammar.START_ELEMENT_GENERIC |
| Modifier and Type | Method and Description |
|---|---|
void |
Grammar.addProduction(Event event,
Grammar grammar) |
void |
BuiltInDocContent.addProduction(Event event,
Grammar grammar) |
void |
AbstractSchemaInformedGrammar.addProduction(Event event,
Grammar grammar) |
void |
AbstractBuiltInGrammar.addProduction(Event event,
Grammar grammar) |
void |
SchemaInformedGrammar.addTerminalProduction(Event event) |
void |
AbstractGrammar.addTerminalProduction(Event event) |
protected boolean |
AbstractBuiltInGrammar.contains(Event event) |
protected void |
AbstractSchemaInformedGrammar.updateSortedEvents(Event newEvent,
Grammar newGrammar) |
| Modifier and Type | Field and Description |
|---|---|
protected Event |
AbstractProduction.event |
| Modifier and Type | Method and Description |
|---|---|
Event |
Production.getEvent() |
Event |
AbstractProduction.getEvent() |
| Constructor and Description |
|---|
AbstractProduction(Grammar next,
Event event,
int eventCode) |
SchemaInformedProduction(Grammar next,
Event event,
int eventCode) |
SchemaLessProduction(Grammar father,
Grammar next,
Event event,
int eventCode) |
Copyright © 2018 Siemens AG. All rights reserved.