|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlValue | |
---|---|
goldengate.common.xml | Classes implementing XML facility |
Uses of XmlValue in goldengate.common.xml |
---|
Methods in goldengate.common.xml that return XmlValue | |
---|---|
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)
|
Methods in goldengate.common.xml that return types with arguments of type XmlValue | |
---|---|
Enumeration<XmlValue> |
XmlHash.elements()
|
Methods in goldengate.common.xml with parameters of type XmlValue | |
---|---|
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 |
Constructors in goldengate.common.xml with parameters of type XmlValue | |
---|---|
XmlHash(XmlValue[] values)
|
|
XmlValue(XmlValue from)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |