org.ourgrid.common.logger
Class LogParser

java.lang.Object
  extended by org.ourgrid.common.logger.LogParser

public class LogParser
extends java.lang.Object

Class used to parse the log in XML and translate it to HTML.


Constructor Summary
LogParser()
          The constructor.
 
Method Summary
 java.lang.String getHtml(java.lang.String xml, java.lang.String filter)
          Method that translates the XML log to HTML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogParser

public LogParser()
The constructor.

Method Detail

getHtml

public java.lang.String getHtml(java.lang.String xml,
                                java.lang.String filter)
Method that translates the XML log to HTML.

Parameters:
xml - XML log piece
filter - Filter to be used
Returns:
A string representing the log in XML