Package org.nuiton.jaxx.plugin
Class XmlHelper
java.lang.Object
org.nuiton.jaxx.plugin.XmlHelper
public class XmlHelper
extends java.lang.Object
To load
NodeItem from xml.- Since:
- 2.0.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Constructor Description XmlHelper() -
Method Summary
Modifier and Type Method Description static java.util.PropertiesgetExistingHelpIds(java.io.File file, boolean verbose, org.apache.maven.plugin.logging.Log log)static NodeItemgetExistingItems(java.lang.String tagName, java.io.File file)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
XmlHelper
public XmlHelper()
-
-
Method Details
-
getExistingHelpIds
public static java.util.Properties getExistingHelpIds(java.io.File file, boolean verbose, org.apache.maven.plugin.logging.Log log) throws org.xml.sax.SAXException, java.io.IOException- Throws:
org.xml.sax.SAXExceptionjava.io.IOException
-
getExistingItems
public static NodeItem getExistingItems(java.lang.String tagName, java.io.File file) throws org.xml.sax.SAXException, java.io.IOException- Throws:
org.xml.sax.SAXExceptionjava.io.IOException
-