Class AttributeXMLHelper


  • public class AttributeXMLHelper
    extends Object
    • Field Detail

      • LANGUAGES

        public static final String[] LANGUAGES
    • Constructor Detail

      • AttributeXMLHelper

        public AttributeXMLHelper()
    • Method Detail

      • toXML

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

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

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