com.dtrules.testsupport
Class Coverage.TraceLoad

java.lang.Object
  extended by com.dtrules.testsupport.Coverage.TraceLoad
All Implemented Interfaces:
IGenericXMLParser
Enclosing class:
Coverage

public class Coverage.TraceLoad
extends Object
implements IGenericXMLParser


Constructor Summary
Coverage.TraceLoad()
           
 
Method Summary
 void beginTag(String[] tagstk, int tagstkptr, String tag, HashMap<String,String> attribs)
           
 void endTag(String[] tagstk, int tagstkptr, String tag, String body, HashMap<String,String> attribs)
           
 boolean error(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coverage.TraceLoad

public Coverage.TraceLoad()
Method Detail

beginTag

public void beginTag(String[] tagstk,
                     int tagstkptr,
                     String tag,
                     HashMap<String,String> attribs)
              throws IOException,
                     Exception
Specified by:
beginTag in interface IGenericXMLParser
Throws:
IOException
Exception

endTag

public void endTag(String[] tagstk,
                   int tagstkptr,
                   String tag,
                   String body,
                   HashMap<String,String> attribs)
            throws Exception,
                   IOException
Specified by:
endTag in interface IGenericXMLParser
Throws:
Exception
IOException

error

public boolean error(String v)
              throws Exception
Specified by:
error in interface IGenericXMLParser
Throws:
Exception


Copyright © 2011 DTrules Inc. All Rights Reserved.