public abstract static class BuiltInFunctions.AdditionalContext<M> extends Object
BuiltInFunctions.setAdditionalContext(AdditionalContext)
.Constructor and Description |
---|
AdditionalContext() |
Modifier and Type | Method and Description |
---|---|
abstract Multimap<String,M> |
computeKey(Context<M> c,
NamespaceName name) |
abstract M |
getCurrentSourceNode() |
abstract Location<XMLDocumentIdentifier> |
getCurrentXsltLocation() |
abstract DecimalFormatSymbols |
getDecimalFormatSymbols(NamespaceName nn) |
abstract URI |
getXsltSourceBaseUri() |
public abstract Location<XMLDocumentIdentifier> getCurrentXsltLocation()
public abstract URI getXsltSourceBaseUri()
public abstract M getCurrentSourceNode()
public abstract DecimalFormatSymbols getDecimalFormatSymbols(NamespaceName nn)
see also the complete user documentation .