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

public VariableInfo getGlobalVariableInfo(Name name)

getModeTemplateRuleSet

public TemplateRuleSet getModeTemplateRuleSet(Name modeName)

getSystemProperty

public Variant getSystemProperty(Name name)

createExtensionContext

public ExtensionContext createExtensionContext(java.lang.String namespace)
                                        throws XSLException
XSLException

getAttributeSet

public Action getAttributeSet(Name name)

haveNamespaceAliases

public boolean haveNamespaceAliases()

getNamespaceAlias

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