Package org.testng.xml
Class XMLParser<T>
- java.lang.Object
-
- org.testng.xml.XMLParser<T>
-
- All Implemented Interfaces:
IFileParser<T>
- Direct Known Subclasses:
DomXmlParser
,SuiteXmlParser
public abstract class XMLParser<T> extends Object implements IFileParser<T>
-
-
Constructor Summary
Constructors Constructor Description XMLParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
parse
public void parse(InputStream is, DefaultHandler dh) throws SAXException, IOException
- Throws:
SAXException
IOException
-
-