com.novell.xsl.parser
Class KeyParser
java.lang.Object
com.novell.xsl.parser.KeyParser
- public class KeyParser
- extends Object
Parser for an xsl:key element
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyParser
public KeyParser()
parse
public static void parse(StylesheetParser stylesheetParser,
Element element)
throws XSLTParserException
- Parse an xsl:key element
- Parameters:
stylesheetParser - The StylesheetParser for which the element is to be parsed.element - The xsl:key element
- Throws:
XSLTParserException - if a fatal error occurs during parsing