Class | Description |
---|---|
ArrayIntList |
Efficient resizable auto-expanding list holding
int elements;
implemented with arrays. |
BinaryXMLCodec |
Serializes (encodes) and deserializes (decodes) XOM XML documents to and from
an efficient and compact custom binary XML data format (termed bnux
format), without loss or change of any information.
|
NodeBuilder |
EXPERIMENTAL; Not part of published API; Subject to change or removal without
notice.
|
Exception | Description |
---|---|
BinaryParsingException |
An exception indicating corrupt binary XML data on deserialization input to a
BinaryXMLCodec . |
Copyright © 2019. All rights reserved.