| Interface | Description |
|---|---|
| ParseEventHandler |
Ultra simple event handler for events generated by an event driven parser.
|
| ParseEventHandler.ParseEventCallback |
Callback interface to enable event based processing in XML Parsing
process.
|
| XMLNode |
Represents a XML Node inside a DOM.
|
| XmlParser |
XML Parser interface which will be used by XML based protocols.
|
| Class | Description |
|---|---|
| CDataSection |
Represents CDATA section in XML DOM.
|
| DomEventHandler |
DomBuilder is an implementation of
ParseEventHandler. |
| Element |
This extremely simple implementation for XML element.
|
| ParserConfiguration |
Configuration holder class for Parser configurations
|
| ParserState |
Plain java object to hold
SwiftParser state. |
| SwiftParser |
A event based parser with very limited capability.
|
| Text |
Represents text node in xml DOM
|
| XmlParserFactory |
Factory to instantiate xml parser (
SwiftParser). |
| XMLUtils |
| Enum | Description |
|---|---|
| ParserState.Error | |
| SwiftParser.Entity | |
| SwiftParser.ParsingStage |
| Exception | Description |
|---|---|
| ParserException |
Exception thrown for pasring errors in in stream.
|
| ParserInternalError |
Copyright © 2019. All rights reserved.