com.jclark.xsl.tr
Interface SheetDetails

All Superinterfaces:
Sheet
All Known Implementing Classes:
SheetImpl

interface SheetDetails
extends Sheet


Method Summary
 ExtensionContext createExtensionContext(java.lang.String namespace)
           
 Action getAttributeSet(Name name)
           
 VariableInfo getGlobalVariableInfo(Name name)
           
 TemplateRuleSet getModeTemplateRuleSet(Name modeName)
           
 java.lang.String getNamespaceAlias(java.lang.String ns)
           
 Variant getSystemProperty(Name name)
           
 boolean haveNamespaceAliases()
           
 
Methods inherited from interface com.jclark.xsl.tr.Sheet
getSourceLoadContext, process
 

Method Detail

getGlobalVariableInfo

VariableInfo getGlobalVariableInfo(Name name)

getModeTemplateRuleSet

TemplateRuleSet getModeTemplateRuleSet(Name modeName)

getSystemProperty

Variant getSystemProperty(Name name)

createExtensionContext

ExtensionContext createExtensionContext(java.lang.String namespace)
                                        throws XSLException
Throws:
XSLException

getAttributeSet

Action getAttributeSet(Name name)

haveNamespaceAliases

boolean haveNamespaceAliases()

getNamespaceAlias

java.lang.String getNamespaceAlias(java.lang.String ns)