Package | Description |
---|---|
org.waarp.common.xml |
Classes implementing XML facility
|
org.waarp.openr66.configuration |
Classes implementing Configuration loading from database or files
|
Modifier and Type | Method and Description |
---|---|
XmlValue |
XmlHash.get(String name) |
XmlValue[] |
XmlValue.getSubXml() |
XmlValue |
XmlHash.put(XmlValue value) |
static XmlValue[] |
XmlUtil.read(org.dom4j.Document doc,
XmlDecl[] decls)
Create the XmlValues from the XmlDevls and the Document
|
static XmlValue[] |
XmlUtil.read(org.dom4j.Element ref,
XmlDecl[] decls)
Create the XmlValues from the XmlDevls and the reference Element
|
XmlValue |
XmlHash.remove(String key) |
Modifier and Type | Method and Description |
---|---|
Enumeration<XmlValue> |
XmlHash.elements() |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlHash.contains(XmlValue value) |
boolean |
XmlHash.containsValue(XmlValue value) |
XmlValue |
XmlHash.put(XmlValue value) |
static void |
XmlUtil.write(org.dom4j.Document doc,
XmlValue[] values)
Add all nodes from XmlValues into Document
|
static void |
XmlUtil.write(org.dom4j.Element ref,
XmlValue[] values)
Add all nodes from XmlValues from the referenced Element
|
Constructor and Description |
---|
XmlHash(XmlValue value) |
XmlHash(XmlValue[] values) |
XmlRootHash(XmlValue[] values) |
XmlValue(XmlValue from) |
Modifier and Type | Method and Description |
---|---|
static String[] |
RuleFileBasedConfiguration.getHostIds(XmlValue value) |
static String[][] |
RuleFileBasedConfiguration.getTasksRule(XmlValue value)
Utility function
|
Copyright © 2009–2020 Waarp. All rights reserved.