com.novell.xsl.parser
Class KeyParser

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

public class KeyParser
extends Object

Parser for an xsl:key element


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

Constructor Detail

KeyParser

public KeyParser()
Method Detail

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