Class TextResourceXMLHelper
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.TextResourceXMLHelper
-
public class TextResourceXMLHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description TextResourceXMLHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TextResourcefromXML(net.anotheria.util.xml.XMLNode node)static net.anotheria.util.xml.XMLNodetoXML(TextResource object)static net.anotheria.util.xml.XMLNodetoXML(TextResource object, String... languages)
-
-
-
Field Detail
-
LANGUAGES
public static final String[] LANGUAGES
-
-
Method Detail
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(TextResource object)
-
toXML
public static net.anotheria.util.xml.XMLNode toXML(TextResource object, String... languages)
-
fromXML
public static TextResource fromXML(net.anotheria.util.xml.XMLNode node)
-
-