|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproper.xml.Transformer
public class Transformer
Does some basic transformations of entities.
Constructor Summary | |
---|---|
Transformer()
|
Method Summary | |
---|---|
static java.lang.String |
fromXML(java.lang.String text)
transforms XML text into normal text (resolves entities) |
static java.lang.String |
toXML(java.lang.String text)
transforms normal text into xml-conform one |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transformer()
Method Detail |
---|
public static java.lang.String toXML(java.lang.String text)
public static java.lang.String fromXML(java.lang.String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |