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 java.lang.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(java.io.InputStream is, org.xml.sax.helpers.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
-
-