| Package | Description | 
|---|---|
| org.mdiutil.xml | 
 Utility classes for XML managing. 
 | 
| org.mdiutil.xml.tree | 
 This package contains a parser allowing to get a tree of Nodes from an XML file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XMLSAXParser.setParserConfiguration(XMLParserConfiguration config)
Set the parser configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XMLNodeUtilities2.applyConfiguration(XMLParserConfiguration config)
Apply a parser configuration. 
 | 
static XMLNode | 
XMLNodeUtilities.getNode(File file,
       XMLParserConfiguration config,
       boolean preserveSpace,
       boolean keepLineNumbers)
Return the Node from a file. 
 | 
static XMLNode | 
XMLNodeUtilities.getNode(Reader reader,
       XMLParserConfiguration config,
       boolean preserveSpace,
       boolean keepLineNumbers,
       boolean isNamespaceAware)
Return the Node from a Reader. 
 | 
static XMLNode | 
XMLNodeUtilities.getNode(Reader reader,
       XMLParserConfiguration config,
       boolean preserveSpace,
       boolean keepLineNumbers,
       boolean isNamespaceAware,
       boolean allowInternalReaders)
Return the Node from a Reader. 
 | 
static XMLNode | 
XMLNodeUtilities.getNode(String str,
       XMLParserConfiguration config,
       boolean preserveSpace,
       boolean keepLineNumbers)
Return the Node from a String. 
 | 
static XMLNode | 
XMLNodeUtilities.getNode(URL xmlURL,
       XMLParserConfiguration config,
       boolean preserveSpace,
       boolean keepLineNumbers)
Return the Node from an XML URL. 
 | 
static XMLNode | 
XMLNodeUtilities.getNode(URL xmlURL,
       XMLParserConfiguration config,
       boolean preserveSpace,
       boolean keepLineNumbers,
       boolean isNamespaceAware)
Return the Node from an XML URL. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(File file,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers)
Return the root Node from a file. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(File file,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers,
           boolean isNamespaceAware)
Return the root Node from a file. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(Reader reader,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers)
Return the root Node from a Reader. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(Reader reader,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers,
           boolean isNamespaceAware)
Return the root Node from a Reader. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(Reader reader,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers,
           boolean isNamespaceAware,
           boolean allowInternalReaders)
Return the root Node from a Reader. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(String str,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers)
Return the root Node from a String. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(URL xmlURL,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers)
Return the root Node from an XML URL. 
 | 
static XMLRoot | 
XMLNodeUtilities.getRootNode(URL xmlURL,
           XMLParserConfiguration config,
           boolean preserveSpace,
           boolean keepLineNumbers,
           boolean isNamespaceAware)
Return the root Node from an XML URL. 
 |