Class TextResourceXMLHelper
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.TextResourceXMLHelper
-
public class TextResourceXMLHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]LANGUAGES
-
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, java.lang.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, java.lang.String... languages)
-
fromXML
public static TextResource fromXML(net.anotheria.util.xml.XMLNode node)
-
-