Class ScriptXMLHelper


  • public class ScriptXMLHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] LANGUAGES  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptXMLHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Script fromXML​(net.anotheria.util.xml.XMLNode node)  
      static net.anotheria.util.xml.XMLNode toXML​(Script object)  
      static net.anotheria.util.xml.XMLNode toXML​(Script object, java.lang.String... languages)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LANGUAGES

        public static final java.lang.String[] LANGUAGES
    • Constructor Detail

      • ScriptXMLHelper

        public ScriptXMLHelper()
    • Method Detail

      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(Script object)
      • toXML

        public static net.anotheria.util.xml.XMLNode toXML​(Script object,
                                                           java.lang.String... languages)
      • fromXML

        public static Script fromXML​(net.anotheria.util.xml.XMLNode node)