com.novell.xsl.parser
Class OutputParser

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

public class OutputParser
extends Object

Parser for an xsl:output element


Constructor Summary
OutputParser()
           
 
Method Summary
static void parse(StylesheetParser stylesheetParser, Element element)
          Parse an xsl:output element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputParser

public OutputParser()
Method Detail

parse

public static void parse(StylesheetParser stylesheetParser,
                         Element element)
                  throws XSLTParserException
Parse an xsl:output element

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