| Package | Description |
|---|---|
| sirius.kernel.xml |
Helper classes to read and write XML.
|
| Class and Description |
|---|
| AbstractStructuredOutput
Basic implementation of StructuredOutput, taking care of all output independent boilerplate code.
|
| AbstractStructuredOutput.Element
Used by internal bookkeeping, to close elements property
|
| AbstractStructuredOutput.ElementType
Types used by internal bookkeeping
|
| AbstractStructuredOutput.TagBuilder
Used to fluently create a
AbstractStructuredOutput.beginObject(String, Attribute...). |
| Attribute
Used to pass in attributes when creating objects for a
StructuredOutput. |
| NodeHandler
Called by the
XMLReader for a parsed sub-DOM tree. |
| Outcall
Used to call an URL and send or receive data.
|
| StructuredInput
Represents structured data like XML or JSON which was read from a web service or other source.
|
| StructuredNode
Represents a structured node, which is part of a
StructuredInput. |
| StructuredOutput
Interface for writing structured outputs like XML or JSON.
|
| XMLCall
Simple call to send XML to a server (URL) and receive XML back.
|
| XMLStructuredInput
Represents an XML based input which can be processed using xpath.
|
| XMLStructuredOutput
Represents a
StructuredOutput emitting XML data. |
Copyright © 2018. All rights reserved.