public interface GlobalVariableManager
Modifier and Type | Method and Description |
---|---|
void |
addGlobalVariable(GlobalVariable variable)
Add a global variable to the collection
|
GlobalVariable |
getGlobalVariable(StructuredQName name)
Get the global variable with a specific name
|
Collection<StructuredQName> |
getGlobalVariableNames()
Get the names of all global variables in the collection
|
Collection<StructuredQName> getGlobalVariableNames()
GlobalVariable getGlobalVariable(StructuredQName name)
name
- the name of the required global variablevoid addGlobalVariable(GlobalVariable variable) throws XPathException
variable
- the variable to be addedXPathException
- if errors occur (some implementations of the method have side-effects,
such as causing the variable declaration to be compiled)Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.