public class ACSLogParserVTD extends java.lang.Object implements ACSLogParser
http://vtd-xml.sourceforge.net/,
ACSLogParser| Constructor and Description |
|---|
ACSLogParserVTD()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ILogEntry |
parse(java.lang.String xmlString)
Implements required method of ACSLogParser interface.
|
public ACSLogParserVTD()
throws java.lang.Exception
java.lang.Exceptionpublic ILogEntry parse(java.lang.String xmlString) throws LogParseException
parse in interface ACSLogParserxmlString - the XML string to parseLogParseException - when problems are encountered parsing an XML message.ACSLogParser