WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLTextNode

java.lang.Object
  extended by com.webobjects.appserver.parser.woml.WOMLNode
      extended by com.webobjects.appserver.parser.woml.WOMLTextNode
Direct Known Subclasses:
WOMLDataNode

public class WOMLTextNode
extends WOMLNode


Constructor Summary
WOMLTextNode(WOMLPosition position)
           
 
Method Summary
 StringBuilder getBuffer()
           
 String getOutputText()
           
 String getText()
           
 void setText(String value)
           
 String toString()
           
 
Methods inherited from class com.webobjects.appserver.parser.woml.WOMLNode
getPosition, getWOElement, setPosition, setWOElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOMLTextNode

public WOMLTextNode(WOMLPosition position)
Method Detail

getBuffer

public StringBuilder getBuffer()

getText

public String getText()

setText

public void setText(String value)

getOutputText

public String getOutputText()

toString

public String toString()
Overrides:
toString in class Object

Last updated June 2008

Copyright © 2000-2008 Apple Inc.