org.testng.xml
Class XMLParser<T>

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

public abstract class XMLParser<T>
extends java.lang.Object
implements IFileParser<T>


Field Summary
protected static javax.xml.parsers.SAXParser m_saxParser
           
 
Constructor Summary
XMLParser()
           
 
Method Summary
 
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
 

Field Detail

m_saxParser

protected static javax.xml.parsers.SAXParser m_saxParser
Constructor Detail

XMLParser

public XMLParser()


Copyright © 2011. All Rights Reserved.