|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlEntityExpander
Method Summary | |
---|---|
java.lang.String |
expandEntities(java.lang.String text)
Expand all XML entities encountered in the supplied String. |
Method Detail |
---|
java.lang.String expandEntities(java.lang.String text)
text
- a string containing entities that you require to expand to their characters.
java.lang.IllegalArgumentException
- if the text is a XML (or invalid XML - say it contains an < character without a closing >)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |