galapi
Class ExternalContext
java.lang.Object
galapi.Context
galapi.ExternalContext
- public class ExternalContext
- extends Context
The ExternalContext
includes an optional value for the context
item (known as ".") and a list of variable name, ItemList
value
pairs.
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalContext
public ExternalContext(ProcessingContext pc,
ItemList ctxt_item,
ItemList tz_item,
NameValuePair[] vars)
throws GalapiException
- Parameters:
ctxt_item
- is the context item (.).tz_item
- is the local time zonevars
- are bindings from variable names to their value
ExternalContext
public ExternalContext()
throws GalapiException
externalContextToItem
protected static int externalContextToItem(int pc,
int ci,
int tz,
java.lang.String[] vars,
int[] values)
defaultExternalContext
protected static int defaultExternalContext()