org.testng.xml.dom
Class DomXmlParser

java.lang.Object
  extended by org.testng.xml.XMLParser<XmlSuite>
      extended by org.testng.xml.dom.DomXmlParser
All Implemented Interfaces:
IFileParser<XmlSuite>

public class DomXmlParser
extends XMLParser<XmlSuite>


Constructor Summary
DomXmlParser()
           
 
Method Summary
 XmlSuite parse(String currentFile, InputStream inputStream, boolean loadClasses)
           
 XmlSuite parse2(String currentFile, InputStream inputStream, boolean loadClasses)
           
 
Methods inherited from class org.testng.xml.XMLParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomXmlParser

public DomXmlParser()
Method Detail

parse

public XmlSuite parse(String currentFile,
                      InputStream inputStream,
                      boolean loadClasses)

parse2

public XmlSuite parse2(String currentFile,
                       InputStream inputStream,
                       boolean loadClasses)
                throws ParserConfigurationException,
                       SAXException,
                       IOException,
                       XPathExpressionException
Throws:
ParserConfigurationException
SAXException
IOException
XPathExpressionException


Copyright © 2015. All Rights Reserved.