echoxul.xom
Class XULText

java.lang.Object
  extended byechoxul.xom.XULNode
      extended byechoxul.xom.XULText

public class XULText
extends XULNode

A Text "node". This just wraps a String.


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

Constructor Detail

XULText

public XULText(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

dump

public void dump(java.io.PrintWriter out,
                 java.lang.String prefix)
Overrides:
dump in class XULNode


Copyright © 2004 Terry Laurenzo. All Rights Reserved.