Public Member Functions

alma.acs.logging.engine.parser.ACSLogParserVTD Class Reference

Inheritance diagram for alma.acs.logging.engine.parser.ACSLogParserVTD:
alma.acs.logging.engine.parser.ACSLogParser

List of all members.

Public Member Functions

 ACSLogParserVTD () throws Exception
synchronized ILogEntry parse (String xmlString) throws LogParseException

Detailed Description

ACSLogParserVTD uses the VTD XML parser to parse XML logs. VTD is used for performance reasons. For more information on VTD, see their web site.

Author:
sharring
See also:
http://vtd-xml.sourceforge.net/
ACSLogParser

Constructor & Destructor Documentation

alma.acs.logging.engine.parser.ACSLogParserVTD.ACSLogParserVTD (  )  throws Exception

Constructor.


Member Function Documentation

synchronized ILogEntry alma.acs.logging.engine.parser.ACSLogParserVTD.parse ( String  xmlString  )  throws LogParseException [virtual]

Implements required method of ACSLogParser interface.

Parameters:
xmlString the XML string to parse
Exceptions:
LogParseException when problems are encountered parsing an XML message.
See also:
ACSLogParser

Implements alma.acs.logging.engine.parser.ACSLogParser.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties