echoxul.xom
Class XULNode

java.lang.Object
  extended byechoxul.xom.XULNode
Direct Known Subclasses:
XULElement, XULText

public abstract class XULNode
extends java.lang.Object

The XULNode is a placeholder type that represents either an XUL element or a piece of text.


Constructor Summary
XULNode()
           
 
Method Summary
 void dump(java.io.PrintWriter out, java.lang.String prefix)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XULNode

public XULNode()
Method Detail

dump

public void dump(java.io.PrintWriter out,
                 java.lang.String prefix)

toString

public java.lang.String toString()


Copyright © 2004 Terry Laurenzo. All Rights Reserved.