Package org.frankframework.xml
Interface IXmlDebugger
public interface IXmlDebugger
Utility interface to allow the debugger to inspect XML in the middle of a streaming execution.
- Author:
- Gerrit van Brakel
-
Method Summary
Modifier and TypeMethodDescriptioninspectXml
(PipeLineSession session, String label, ContentHandler contentHandler) Allow the debugger to see the XML stream.
-
Method Details
-
inspectXml
Allow the debugger to see the XML stream.
-