com.novell.xsl.parser
Class OutputParser
java.lang.Object
com.novell.xsl.parser.OutputParser
- public class OutputParser
- extends Object
Parser for an xsl:output element
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputParser
public OutputParser()
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