|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MultiKeyHashtable in net.wangs.xmlutil |
Methods in net.wangs.xmlutil that return MultiKeyHashtable | |
MultiKeyHashtable |
XMLUtil.getNodesHashedByNamedAttrs(java.lang.String nodeName,
java.lang.String[] attrNames)
Given a node name (with path) and attributes array, returns MultiKeyHashtable of all nodes with the same name in the same path. |
MultiKeyHashtable |
XMLUtil.getNodeValuesHashedByNamedAttrs(java.lang.String nodeName,
java.lang.String[] attrNames)
Given a node name (with path) and attributes array, returns all node values with the same name in the same path. |
MultiKeyHashtable |
XMLUtil.getAttrValuesHashedByNamedAttrs(java.lang.String nodeName,
java.lang.String val_attrName,
java.lang.String[] key_attrName)
Given node name (with path), an attribute name and an array of attribute names, returns a MultiKeyHashtable with keys from two or more attributes and value from another attribute. |
Methods in net.wangs.xmlutil with parameters of type MultiKeyHashtable | |
void |
MultiKeyHashtable.putAll(MultiKeyHashtable pHash)
Copies all of the mappings from the specified MultiKeyHashtable to this MultiKeyHashtable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |