com.novell.xsl.parser
Class CallTemplateParser

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

public class CallTemplateParser
extends Object

Parser for xsl:call-template element


Constructor Summary
CallTemplateParser()
           
 
Method Summary
static Template parse(StylesheetParser stylesheetParser, Element element)
          Parses the specified xsl:call-template element and returns the result as a CallTemplate object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallTemplateParser

public CallTemplateParser()
Method Detail

parse

public static Template parse(StylesheetParser stylesheetParser,
                             Element element)
                      throws XSLTParserException
Parses the specified xsl:call-template element and returns the result as a CallTemplate object.

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