jd.xml.xslt.util
Class KeyMap

java.lang.Object
  extended byjd.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.


Constructor Summary
KeyMap()
           
 
Method Summary
 void addNode(XPathNode node, String value)
           
 void addNode(XPathNode node, XNodeSet nodeSet)
           
 void addNode(XPathNode node, XObject value)
           
 XNodeSet getNodeSet(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyMap

public KeyMap()
Method Detail

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)