com.novell.xsl.parser
Class ApplyTemplatesParser

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

public final class ApplyTemplatesParser
extends Object

Parser for xsl:apply-templates element


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

Constructor Detail

ApplyTemplatesParser

public ApplyTemplatesParser()
Method Detail

parse

public static Template parse(StylesheetParser stylesheetParser,
                             Element element)
                      throws XSLTParserException
Parses the specified xsl:apply-templates element and returns the result as an ApplyTemplatesTemplate object.

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