Package com.xmlcalabash.visualizers
Class Detail
-
-
Method Summary
Modifier and Type Method Description Unit
showStart(AbstractStep step, Integer depth)
Unit
showEnd(AbstractStep step, Integer depth)
Unit
showDocument(AbstractStep step, String port, Integer depth, XProcDocument document)
-
Methods inherited from class com.xmlcalabash.visualizers.Plain
getWidth
-
Methods inherited from class com.xmlcalabash.visualizers.AbstractVisualizer
abortStep, endStep, getOptions, getStacks, sendDocument, startStep
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
showStart
Unit showStart(AbstractStep step, Integer depth)
-
showEnd
Unit showEnd(AbstractStep step, Integer depth)
-
showDocument
Unit showDocument(AbstractStep step, String port, Integer depth, XProcDocument document)
-
-
-
-