org.nuiton.jaxx.plugin
Class XmlHelper

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

public class XmlHelper
extends Object

To load NodeItem from xml.

Since:
2.0.0
Author:
tchemit

Constructor Summary
XmlHelper()
           
 
Method Summary
static Properties getExistingHelpIds(File file, boolean verbose, org.apache.maven.plugin.logging.Log log)
           
static NodeItem getExistingItems(String tagName, 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 Properties getExistingHelpIds(File file,
                                            boolean verbose,
                                            org.apache.maven.plugin.logging.Log log)
                                     throws SAXException,
                                            IOException
Throws:
SAXException
IOException

getExistingItems

public static NodeItem getExistingItems(String tagName,
                                        File file)
                                 throws SAXException,
                                        IOException
Throws:
SAXException
IOException


Copyright © 2008-2012 CodeLutin. All Rights Reserved.