com.novell.xsl.parser
Class AttributeSetParser

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

public class AttributeSetParser
extends Object

Parser for an xsl:attribute-set element


Constructor Summary
AttributeSetParser()
           
 
Method Summary
static void parse(StylesheetParser stylesheetParser, Element element)
          Parse an xsl:attribute-set element and add the attribute set to the stylesheet's collection of attribute sets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSetParser

public AttributeSetParser()
Method Detail

parse

public static void parse(StylesheetParser stylesheetParser,
                         Element element)
                  throws XSLTParserException
Parse an xsl:attribute-set element and add the attribute set to the stylesheet's collection of attribute sets.

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