org.testng.xml
Class XMLParser<T>

java.lang.Object
  extended by org.testng.xml.XMLParser<T>
All Implemented Interfaces:
IFileParser<T>
Direct Known Subclasses:
DomXmlParser, ResultXMLParser, SuiteXmlParser

public abstract class XMLParser<T>
extends Object
implements IFileParser<T>


Constructor Summary
XMLParser()
           
 
Method Summary
 void parse(InputStream is, DefaultHandler dh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.testng.xml.IFileParser
parse
 

Constructor Detail

XMLParser

public XMLParser()
Method Detail

parse

public void parse(InputStream is,
                  DefaultHandler dh)
           throws SAXException,
                  IOException
Throws:
SAXException
IOException


Copyright © 2015. All Rights Reserved.