com.novell.xsl.parser
Class ProcessingInstructionParser

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

public class ProcessingInstructionParser
extends Object

Parser for xsl:processing-instruction element


Constructor Summary
ProcessingInstructionParser()
           
 
Method Summary
static Template parse(StylesheetParser stylesheetParser, Element element)
          Parses the specified xsl:processing-instruction element and returns the result as a PITemplate object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingInstructionParser

public ProcessingInstructionParser()
Method Detail

parse

public static Template parse(StylesheetParser stylesheetParser,
                             Element element)
                      throws XSLTParserException
Parses the specified xsl:processing-instruction element and returns the result as a PITemplate object.

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