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:
- chemit
|
Method Summary |
static java.util.Properties |
getExistingHelpIds(java.io.File file,
boolean verbose,
org.apache.maven.plugin.logging.Log log)
|
static NodeItem |
getExistingItems(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 |
XmlHelper
public XmlHelper()
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.SAXException
java.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.SAXException
java.io.IOException
Copyright © 2008-2009 CodeLutin. All Rights Reserved.