|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.parser.StylesheetData
A class to store the parse results of a stylesheet.
Constructor Summary | |
StylesheetData()
|
Method Summary | |
boolean |
addDecimalFormatSymbols(String name,
DecimalFormatSymbols symbols)
|
void |
addExtensionHandler(ExtensionHandler handler)
|
int |
firstUnClassifiedGlobalVar()
|
Hashtable |
getDecimalFormatSymbols()
|
TemplateRuleList |
getDefaultTemplateRuleList()
Return the default template rule list (mode = null). |
ExtensionHandler |
getExtensionHandler(String namespaceUri)
|
ExtensionHandler[] |
getExtensionHandlers()
|
Variable[] |
getGlobalVariables()
Return the global variables. |
Hashtable |
getKeys()
|
int |
getMaxLocalParameterCount()
Return the maximum number of parameters among all templates. |
int |
getMaxLocalVariableCount()
Return the maximum number of local variables and parameters among all templates. |
Hashtable |
getNamedTemplateRules()
|
NodeNamePool |
getNodeNamePool()
|
OutputFormatTemplate |
getOutputFormatTemplate()
|
Enumeration |
getTemplateRulesLists()
Return an enumeration of all template rule lists, the first is the default template rule list (mode = null) and the following are the mode template rule list. |
WhitespaceTest[] |
getWhitespaceTests()
Return the whitespace tests. |
void |
setGlobalVariables(Variable[] globalVariables,
int firstUnClassifiedGlobalVar)
Set the global variables, i.e. |
void |
setKeys(Hashtable keys)
|
void |
setMaxLocalParameterCount(int count)
Set the maximum number of parameters among all templates. |
void |
setMaxLocalVariableCount(int count)
Set the maximum number of local variables and parameters among all templates. |
(package private) void |
setNodeNamePool(NodeNamePool nodeNamePool)
|
void |
setTemplateRules(Vector templateRuleLists,
Hashtable namedTemplateRules)
Set the list of the default (=modeless) template rules. |
void |
setWhitespaceTests(WhitespaceTest[] tests)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StylesheetData()
Method Detail |
public void setTemplateRules(Vector templateRuleLists, Hashtable namedTemplateRules)
public TemplateRuleList getDefaultTemplateRuleList()
public Enumeration getTemplateRulesLists()
public Hashtable getNamedTemplateRules()
public void setWhitespaceTests(WhitespaceTest[] tests)
public WhitespaceTest[] getWhitespaceTests()
public void setMaxLocalVariableCount(int count)
public int getMaxLocalVariableCount()
public void setMaxLocalParameterCount(int count)
public int getMaxLocalParameterCount()
public void setGlobalVariables(Variable[] globalVariables, int firstUnClassifiedGlobalVar)
globalVariables
- the variablesfirstUnClassifiedGlobalVar
- the index of the first variable for
which the dependencies on other global variables could not be
detected at compile time.public Variable[] getGlobalVariables()
public int firstUnClassifiedGlobalVar()
public void setKeys(Hashtable keys)
public Hashtable getKeys()
public OutputFormatTemplate getOutputFormatTemplate()
public boolean addDecimalFormatSymbols(String name, DecimalFormatSymbols symbols)
public Hashtable getDecimalFormatSymbols()
public NodeNamePool getNodeNamePool()
void setNodeNamePool(NodeNamePool nodeNamePool)
public void addExtensionHandler(ExtensionHandler handler)
public ExtensionHandler getExtensionHandler(String namespaceUri)
public ExtensionHandler[] getExtensionHandlers()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |