org.enhydra.barracuda.core.util.dom.io
Interface PreFormattedText


public interface PreFormattedText

Interface that nodes of a document must implement if they have formatted text. Formatted text can be available on:


Method Summary
 java.lang.String getPreFormattedText()
          Get the pre-formatted text for a node.
 void setPreFormattedText(java.lang.String text)
          Set the pre-formatted text for a node.
 

Method Detail

getPreFormattedText

public java.lang.String getPreFormattedText()
Get the pre-formatted text for a node.

Returns:
The pre-formatted text string, or null if no formatted text is available or the text is no longer valid.

setPreFormattedText

public void setPreFormattedText(java.lang.String text)
Set the pre-formatted text for a node.



Copyright © 2001 Enhydra.org