com.dtrules.testsupport
Class ChangeReport.RulesConfig.parseConfig

java.lang.Object
  extended by com.dtrules.testsupport.ChangeReport.RulesConfig.parseConfig
All Implemented Interfaces:
IGenericXMLParser
Enclosing class:
ChangeReport.RulesConfig

protected class ChangeReport.RulesConfig.parseConfig
extends Object
implements IGenericXMLParser


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
 

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.