Fix for Jira issue XALANJ-2402.

Unlike all other AST nodes, the AST nodes created for literal result elements,
extension elements and unknown elements did not have a reference to the XSLT
Parser class.  This results in an NPE later if the processor needs to access
the Parser instance (or other fields through it, such as the XSLTC instance).

Reviewed by Christine Li (jycli () ca ! ibm ! com)


git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@584164 13f79535-47bb-0310-9956-ffa450edef68
1 file changed