com.novell.xsl.parser
Class ApplyImportsParser

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

public final class ApplyImportsParser
extends Object

Parser for xsl:apply-imports element


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

Constructor Detail

ApplyImportsParser

public ApplyImportsParser()
Method Detail

parse

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

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