org.apache.ws.jaxme.xs.util
public class LoggingContentHandler extends XMLFilterImpl implements LexicalHandler
| Constructor Summary | |
|---|---|
| LoggingContentHandler(OutputStream pStream)
Creates a new instance, which is logging to the given
output stream. | |
| LoggingContentHandler(Writer pWriter)
Creates a new instance, which is logging to the given writer. | |
| Method Summary | |
|---|---|
| void | characters(char[] arg0, int arg1, int arg2) |
| void | comment(char[] arg0, int arg1, int arg2) |
| void | endCDATA() |
| void | endDocument() |
| void | endDTD() |
| void | endElement(String arg0, String arg1, String arg2) |
| void | endEntity(String arg0) |
| void | endPrefixMapping(String arg0) |
| void | ignorableWhitespace(char[] arg0, int arg1, int arg2) |
| void | notationDecl(String arg0, String arg1, String arg2) |
| void | processingInstruction(String arg0, String arg1) |
| void | skippedEntity(String arg0) |
| void | startCDATA() |
| void | startDocument() |
| void | startDTD(String arg0, String arg1, String arg2) |
| void | startElement(String arg0, String arg1, String arg2, Attributes arg3) |
| void | startEntity(String arg0) |
| void | startPrefixMapping(String arg0, String arg1) |
| void | unparsedEntityDecl(String arg0, String arg1, String arg2, String arg3) |
Parameters: pResult
Throws: SAXException