com.novell.xsl.parser
Class StripSpaceParser

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

public class StripSpaceParser
extends Object

Parser for an xsl:strip-space element


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

Constructor Detail

StripSpaceParser

public StripSpaceParser()
Method Detail

parse

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

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