com.novell.xsl.parser
Class TemplateParser

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

public class TemplateParser
extends Object

Parser for an xsl:template element


Constructor Summary
TemplateParser()
           
 
Method Summary
static void parse(StylesheetParser stylesheetParser, Element element)
          Parses the specified xsl:template element and adds the result to the specified rule collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateParser

public TemplateParser()
Method Detail

parse

public static void parse(StylesheetParser stylesheetParser,
                         Element element)
                  throws XSLTParserException
Parses the specified xsl:template element and adds the result to the specified rule collection.

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