|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.parser.GlobalVariableNames
GlobalVariableNames handles the names of all global variables.
Constructor Summary | |
(package private) |
GlobalVariableNames()
|
Method Summary | |
VariableName |
addName(String name,
int importPrecedence)
Add a VariableName. |
void |
checkPreliminariesResolved()
Return the first VariableName which is flagged as preliminary. |
VariableName |
getName(String name,
XPathNode element)
Get a existent VariableName or create a preliminary name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
GlobalVariableNames()
Method Detail |
public VariableName addName(String name, int importPrecedence)
importPrecedence
- the import precedence.
public VariableName getName(String name, XPathNode element)
name
- the nameelement
- the element containing the xpath expression
public void checkPreliminariesResolved() throws XsltParseException
XsltParseException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |