com.novell.xsl.parser
Class TopLevelVariableParser

java.lang.Object
  extended bycom.novell.xsl.parser.TopLevelVariableParser

public class TopLevelVariableParser
extends Object

Parser for top-level xsl:variable elements


Constructor Summary
TopLevelVariableParser()
           
 
Method Summary
static void parse(StylesheetParser stylesheetParser, Element element)
          Parses the specified top-level xsl:variable element and attaches the result to the Stylesheet object associated with the StylesheetParser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLevelVariableParser

public TopLevelVariableParser()
Method Detail

parse

public static void parse(StylesheetParser stylesheetParser,
                         Element element)
                  throws XSLTParserException
Parses the specified top-level xsl:variable element and attaches the result to the Stylesheet object associated with the StylesheetParser.

Parameters:
stylesheetParser - The StylesheetParser for which the element is to be parsed.
element - the xsl:param element to be parsed
Throws:
XSLTParserException - if a fatal error occurs during parsing