org.nuiton.jaxx.plugin
Class XmlHelper

java.lang.Object
  extended by org.nuiton.jaxx.plugin.XmlHelper

public class XmlHelper
extends java.lang.Object

To load NodeItem from xml.

Since:
2.0.0
Author:
chemit

Constructor Summary
XmlHelper()
           
 
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
 

Constructor Detail

XmlHelper

public XmlHelper()
Method Detail

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-2010 CodeLutin. All Rights Reserved.