Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.xml.io
Interface PreFormattedText  view PreFormattedText download PreFormattedText.java


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.


setPreFormattedText

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