com.novell.xsl.parser
Class DecimalFormatParser

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

public class DecimalFormatParser
extends Object

Parser for an xsl:decimal-format element


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

Constructor Detail

DecimalFormatParser

public DecimalFormatParser()
Method Detail

parse

public static void parse(StylesheetParser stylesheetParser,
                         Element element)
                  throws XSLTParserException
Parse an xsl:decimal-format element

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