| Package | Description |
|---|---|
| uk.co.real_logic.sbe.xml |
| Modifier and Type | Field and Description |
|---|---|
static ParserOptions |
ParserOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ParserOptions |
ParserOptions.Builder.build()
Creates an instance of
ParserOptions with all the values set. |
| Modifier and Type | Method and Description |
|---|---|
static MessageSchema |
XmlSchemaParser.parse(InputStream in,
ParserOptions options)
Take an
InputStream and parse it generating map of template ID to Message objects, types, and schema
Input could be from FileInputStream, ByteArrayInputStream, etc. |
| Constructor and Description |
|---|
ErrorHandler(ParserOptions options)
Default
ErrorHandler that outputs to System.err. |
ErrorHandler(PrintStream stream,
ParserOptions options)
Construct a new
ErrorHandler that outputs to a provided PrintStream. |
Copyright © 2013 Real Logic Ltd. All Rights Reserved.