com.novell.xsl.parser
Class WhenParser

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

public class WhenParser
extends Object

Parser for xsl:when element


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

Constructor Detail

WhenParser

public WhenParser()
Method Detail

parse

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

Parameters:
stylesheetParser - The StylesheetParser for which the element is to be parsed.
element - the xsl:when element to be parsed
Returns:
the WhenTemplate object for the parsed element, or null if one could not be created because of a non-fatal error
Throws:
XSLTParserException - if a fatal error occurs during parsing