|
|||||||||
| Home >> All >> org >> enhydra >> xml >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.xml.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:
- Text nodes - Formatted text is a string with entity references already expanded.
- Element nodes - Formatted text is the opening tag, with entity references in attribute-values expanded.
| 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.
|
|||||||||
| Home >> All >> org >> enhydra >> xml >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC