Package org.nuiton.jaxx.plugin
Class XmlHelper
- java.lang.Object
-
- org.nuiton.jaxx.plugin.XmlHelper
-
-
Constructor Summary
Constructors Constructor Description XmlHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PropertiesgetExistingHelpIds(File file, boolean verbose, org.apache.maven.plugin.logging.Log log)static NodeItemgetExistingItems(String tagName, File file)
-
-
-
Method Detail
-
getExistingHelpIds
public static Properties getExistingHelpIds(File file, boolean verbose, org.apache.maven.plugin.logging.Log log) throws SAXException, IOException
- Throws:
SAXExceptionIOException
-
getExistingItems
public static NodeItem getExistingItems(String tagName, File file) throws SAXException, IOException
- Throws:
SAXExceptionIOException
-
-