goldengate.common.xml
Class XmlHash
java.lang.Object
goldengate.common.xml.XmlHash
public class XmlHash
- extends Object
XmlHash Hashtable for XmlValue utility.
Hash all values (including subXml) but only root for Multiple
- Author:
- Frederic Bregier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlHash
public XmlHash(XmlValue[] values)
get
public XmlValue get(String name)
put
public XmlValue put(XmlValue value)
size
public int size()
isEmpty
public boolean isEmpty()
keys
public Enumeration<String> keys()
elements
public Enumeration<XmlValue> elements()
contains
public boolean contains(XmlValue value)
containsValue
public boolean containsValue(XmlValue value)
containsKey
public boolean containsKey(String key)
remove
public XmlValue remove(String key)
clear
public void clear()
keySet
public Set<String> keySet()
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.