com.novell.xsl.parser
Class TopLevelParamParser

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

public class TopLevelParamParser
extends Object

Parser for top-level xsl:param elements


Constructor Summary
TopLevelParamParser()
           
 
Method Summary
static void parse(StylesheetParser stylesheetParser, Element element)
          Parses the specified top-level xsl:param 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

TopLevelParamParser

public TopLevelParamParser()
Method Detail

parse

public static void parse(StylesheetParser stylesheetParser,
                         Element element)
                  throws XSLTParserException
Parses the specified top-level xsl:param 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