Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.debug
Class NodeDumpingUtils

java.lang.Object
  |
  +--oracle.cabo.ui.debug.NodeDumpingUtils

public class NodeDumpingUtils
extends java.lang.Object

Utilities for outputting a tree of UINodes for debugging purposes.


Method Summary
static void dumpTreeAsXML(RenderingContext context, UINode node, java.io.PrintWriter out, java.lang.String encoding)
          Outputs the UINode tree in an XML (UIX XML) form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dumpTreeAsXML

public static void dumpTreeAsXML(RenderingContext context,
                                 UINode node,
                                 java.io.PrintWriter out,
                                 java.lang.String encoding)
                          throws java.io.IOException,
                                 java.io.UnsupportedEncodingException
Outputs the UINode tree in an XML (UIX XML) form.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.