BEAST
|
Manages the parsing of xml documents. More...
Public Member Functions | |
void | setFactory (IXmlMessageFactory factory) |
Sets the factory. | |
IBltXmlMessage | parse (String xml) |
Protected Member Functions | |
Document | parseXml (String xml) |
Creates a dom Document from a xml string. | |
Manages the parsing of xml documents.
|
inline |
Implements eu.baltrad.beast.parser.IXmlMessageParser.
|
inlineprotected |
Creates a dom Document from a xml string.
xml | the xml string |
MessageParserException |
|
inline |
Sets the factory.
factory | the factory |