com.novell.xsl.parser
Class ValueOfParser
java.lang.Object
com.novell.xsl.parser.ValueOfParser
- public class ValueOfParser
- extends Object
Parser for xsl:value-of element
|
Method Summary |
static Template |
parse(StylesheetParser stylesheetParser,
Element element)
Parses the specified xsl:value-of element and returns the
result as a ValueOfTemplate object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueOfParser
public ValueOfParser()
parse
public static Template parse(StylesheetParser stylesheetParser,
Element element)
throws XSLTParserException
- Parses the specified
xsl:value-of element and returns the
result as a ValueOfTemplate object.
- Parameters:
stylesheetParser - The StylesheetParser for which the element is to be parsed.element - the xsl:value-of element to be parsed
- Returns:
- the
ValueOfTemplate 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