com.novell.xsl.parser
Class NamespaceAliasParser

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

public class NamespaceAliasParser
extends Object

Parser for an xsl:namespace-alias element


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

Constructor Detail

NamespaceAliasParser

public NamespaceAliasParser()
Method Detail

parse

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

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