public class XmlNodeSimpleReader
extends java.lang.Object
Constructor and Description |
---|
XmlNodeSimpleReader() |
Modifier and Type | Method and Description |
---|---|
static XmlCfg |
newCfgXmlNodeSimple()
Creates the configuration to read any file and store the content to a
XmlNodeSimple data tree. |
XmlNodeSimple<java.lang.Object> |
readXml(java.io.File file)
Read the configuration file for this instance.
|
public XmlNodeSimple<java.lang.Object> readXml(java.io.File file) throws java.io.IOException
file
- from this file#cfg
.
But you can store this reference and used for #readXml(File, Object, XmlCfg)
later too.java.io.IOException
public static XmlCfg newCfgXmlNodeSimple()
XmlNodeSimple
data tree.