| Package | Description |
|---|---|
| com.siemens.ct.exi.core |
Entry point for using EXI implementation
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
FidelityOptions.get2ndLevelEventType(int ec2,
Grammar grammar) |
EventType |
FidelityOptions.get3rdLevelEventType(int ec3) |
EventType |
EXIBodyDecoder.next()
Reports the next available EXI event-type or
null if no more
EXI event is available. |
| Modifier and Type | Method and Description |
|---|---|
int |
FidelityOptions.get2ndLevelEventCode(EventType eventType,
Grammar grammar) |
int |
FidelityOptions.get3rdLevelEventCode(EventType eventType) |
| Modifier and Type | Field and Description |
|---|---|
protected EventType |
AbstractEXIBodyEncoder.lastEvent
contains last event type
|
protected EventType |
AbstractEXIBodyDecoder.nextEventType |
| Modifier and Type | Field and Description |
|---|---|
protected List<EventType> |
EXIBodyDecoderReordered.eventTypes |
| Modifier and Type | Method and Description |
|---|---|
protected EventType |
AbstractEXIBodyDecoder.decodeEventCode() |
EventType |
EXIBodyDecoderReordered.next() |
EventType |
EXIBodyDecoderInOrderSC.next() |
EventType |
EXIBodyDecoderInOrder.next() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEXIBodyEncoder.checkPendingCharacters(EventType nextEvent) |
| Modifier and Type | Field and Description |
|---|---|
protected EventType |
AbstractEvent.eventType |
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getEventType() |
EventType |
AbstractEvent.getEventType() |
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Event.isEventType(EventType eventType) |
boolean |
AbstractEvent.isEventType(EventType type) |
| Constructor and Description |
|---|
AbstractDatatypeEvent(EventType eventType,
Datatype datatype) |
AbstractEvent(EventType eventType) |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<FidelityOptions,List<EventType>> |
AbstractBuiltInContent.optionsChildContent |
protected static Map<FidelityOptions,List<EventType>> |
AbstractBuiltInContent.optionsStartTag |
| Modifier and Type | Method and Description |
|---|---|
protected static List<EventType> |
AbstractBuiltInContent.get2ndLevelEventsChildContentItems(FidelityOptions fidelityOptions) |
protected static List<EventType> |
AbstractBuiltInContent.get2ndLevelEventsStartTagItems(FidelityOptions fidelityOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
AbstractGrammar.getEventCode(EventType eventType,
List<EventType> events) |
Production |
Grammar.getProduction(EventType eventType) |
Production |
AbstractSchemaInformedGrammar.getProduction(EventType eventType) |
Production |
AbstractBuiltInGrammar.getProduction(EventType eventType) |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
AbstractGrammar.getEventCode(EventType eventType,
List<EventType> events) |
Copyright © 2018 Siemens AG. All rights reserved.