|
XML:DB Lexus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xmldb.xupdate.lexus.commands.TempTree
This class temporary stores variables with their name and selected nodes.
Constructor Summary | |
TempTree()
|
Method Summary | |
void |
addVariable(java.lang.String name,
org.w3c.dom.NodeList tree)
Add a new variable to the Hashtable. |
org.w3c.dom.NodeList |
getTreeForName(java.lang.String name)
Returns the selection for the given variable name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TempTree()
Method Detail |
public void addVariable(java.lang.String name, org.w3c.dom.NodeList tree)
name
- the name of the variable.tree
- the selected nodes.public org.w3c.dom.NodeList getTreeForName(java.lang.String name) throws java.lang.Exception
java.lang.Exception
- if there is no such variable.
java.lang.IllegalArgumentException
- if the variable name is null.
|
XML:DB Lexus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |