| Package | Description |
|---|---|
| com.siemens.ct.exi.core |
Entry point for using EXI implementation
|
| com.siemens.ct.exi.core.attributes |
Package to parse attributes.
|
| com.siemens.ct.exi.core.coder |
Core functionality for EXIEncoder, EXIDecoder and EXIHeader.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceDeclaration |
EXIBodyDecoder.decodeNamespaceDeclaration()
Parses namespace declaration retrieving associated URI and prefix.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceDeclaration> |
EXIBodyDecoder.getDeclaredPrefixDeclarations()
Prefix declarations for current context (element)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<NamespaceDeclaration> |
AttributeListImpl.nsDecls |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDeclaration |
AttributeListImpl.getNamespaceDeclaration(int index) |
NamespaceDeclaration |
AttributeList.getNamespaceDeclaration(int index) |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamespaceDeclaration> |
EXIBodyDecoderReordered.nsEntries |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDeclaration |
EXIBodyDecoderReordered.decodeNamespaceDeclaration() |
NamespaceDeclaration |
EXIBodyDecoderInOrderSC.decodeNamespaceDeclaration() |
NamespaceDeclaration |
EXIBodyDecoderInOrder.decodeNamespaceDeclaration() |
protected NamespaceDeclaration |
AbstractEXIBodyDecoder.decodeNamespaceDeclarationStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceDeclaration> |
EXIBodyDecoderReordered.getDeclaredPrefixDeclarations() |
List<NamespaceDeclaration> |
EXIBodyDecoderInOrderSC.getDeclaredPrefixDeclarations() |
List<NamespaceDeclaration> |
EXIBodyDecoderInOrder.getDeclaredPrefixDeclarations() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEXIBodyCoder.declarePrefix(NamespaceDeclaration nsDecl) |
Copyright © 2018 Siemens AG. All rights reserved.