jd.xml.xslt.util
Class KeyMap
java.lang.Object
jd.xml.xslt.util.KeyMap
- public class KeyMap
- extends Object
KeyMap represents th mapping: key-value -> node-set
and is used to implements keys and the key-function.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyMap
public KeyMap()
addNode
public void addNode(XPathNode node,
XObject value)
addNode
public void addNode(XPathNode node,
XNodeSet nodeSet)
addNode
public void addNode(XPathNode node,
String value)
getNodeSet
public XNodeSet getNodeSet(String value)