|
Préférences
Moteurs de recherche
|
|||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.xml.xpath
|
Method Summary | |
---|---|
Object |
resolveVariable(QName variableName)
Find a variable in the set of available variables. |
Method Detail |
---|
Object resolveVariable(QName variableName)
Find a variable in the set of available variables.
If variableName
is null
, then a NullPointerException
is thrown.
variableName
- The QName
of the variable name.
null
if no variable named variableName
exists. The value returned must be of a type appropriate for the underlying object model.
NullPointerException
- If variableName
is null
.