
com.github.becausetesting.xml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
A common libraries used for testing framework.
/**
* @author ahu
* parse the xml document:
* 1. SAXParserFactory.newInstance().newSAXParser();
* 2. Dom4J: saxReader,Element,Node
*
*/
package com.github.becausetesting.xml;
import javax.xml.parsers.SAXParserFactory;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy