Package eu.bandm.tools.xslt.base
Class BuiltInFunctions.AdditionalContext<M>
java.lang.Object
eu.bandm.tools.xslt.base.BuiltInFunctions.AdditionalContext<M>
- Enclosing class:
- BuiltInFunctions<N>
Container for the application specific values required by the built-in 
  xslt standard function.
  Each Application instance builds an instance (of a sub-class) of this class
  which implements the access methods, and passes it to 
  
BuiltInFunctions.setAdditionalContext(AdditionalContext).- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncomputeKey(Context<M> c, NamespaceName name) abstract Mabstract Location<XMLDocumentIdentifier> abstract DecimalFormatSymbolsabstract URI
- 
Constructor Details- 
AdditionalContextpublic AdditionalContext()
 
- 
- 
Method Details- 
getCurrentXsltLocation
- 
getXsltSourceBaseUri
- 
getCurrentSourceNode
- 
computeKey
- 
getDecimalFormatSymbols
 
-