org.testng.xml.dom
Class XDom

java.lang.Object
  extended by org.testng.xml.dom.XDom

public class XDom
extends Object


Constructor Summary
XDom(ITagFactory tagFactory, Document document)
           
 
Method Summary
static void main(String[] args)
           
 Object parse()
           
 void populateChildren(Node root, Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDom

public XDom(ITagFactory tagFactory,
            Document document)
     throws XPathExpressionException,
            InstantiationException,
            IllegalAccessException
Throws:
XPathExpressionException
InstantiationException
IllegalAccessException
Method Detail

parse

public Object parse()
             throws XPathExpressionException,
                    InstantiationException,
                    IllegalAccessException,
                    SecurityException,
                    IllegalArgumentException,
                    NoSuchMethodException,
                    InvocationTargetException
Throws:
XPathExpressionException
InstantiationException
IllegalAccessException
SecurityException
IllegalArgumentException
NoSuchMethodException
InvocationTargetException

populateChildren

public void populateChildren(Node root,
                             Object result)
                      throws InstantiationException,
                             IllegalAccessException,
                             XPathExpressionException,
                             SecurityException,
                             IllegalArgumentException,
                             NoSuchMethodException,
                             InvocationTargetException
Throws:
InstantiationException
IllegalAccessException
XPathExpressionException
SecurityException
IllegalArgumentException
NoSuchMethodException
InvocationTargetException

main

public static void main(String[] args)
                 throws SAXException,
                        IOException,
                        ParserConfigurationException,
                        XPathExpressionException,
                        InstantiationException,
                        IllegalAccessException,
                        SecurityException,
                        IllegalArgumentException,
                        NoSuchMethodException,
                        InvocationTargetException
Throws:
SAXException
IOException
ParserConfigurationException
XPathExpressionException
InstantiationException
IllegalAccessException
SecurityException
IllegalArgumentException
NoSuchMethodException
InvocationTargetException


Copyright © 2015. All Rights Reserved.