com.lotus.xsl.server
Class ApplyXSLListener
com.lotus.xsl.server.ApplyXSLListener
- public class ApplyXSLListener
ApplyXSLListener provides a buffered listener essential for capturing, and then subsequently
reporting, XML and XSL processor messages which may be of use in debugging XML+XSL processed at
the server.
Field Summary |
java.io.PrintWriter |
out
Buffered output stream |
Method Summary |
void |
error(com.lotus.xsl.server.SAXParseException spe)
Receive notification of a recoverable error. |
void |
fatalError(com.lotus.xsl.server.SAXParseException spe)
Receive notification of a non-recoverable error. |
java.lang.String |
getMessage()
Returns the buffered processing message(s). |
void |
warning(com.lotus.xsl.server.SAXParseException spe)
Receive notification of a warning. |
out
public java.io.PrintWriter out
- Buffered output stream
ApplyXSLListener
public ApplyXSLListener()
- Constructor.
warning
public void warning(com.lotus.xsl.server.SAXParseException spe)
- Receive notification of a warning.
- Parameters:
spe
- The warning information encapsulated in a SAX parse exception.
error
public void error(com.lotus.xsl.server.SAXParseException spe)
- Receive notification of a recoverable error.
- Parameters:
spe
- The error information encapsulated in a SAX parse exception.
fatalError
public void fatalError(com.lotus.xsl.server.SAXParseException spe)
throws org.xml.sax.SAXException
- Receive notification of a non-recoverable error.
- Parameters:
spe
- The error information encapsulated in a SAX parse exception.
getMessage
public java.lang.String getMessage()
- Returns the buffered processing message(s).
- Returns:
- Buffered processing message(s)