Class RepresentativeXMLConverter


  • public class RepresentativeXMLConverter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.SortedSet<java.lang.String> fromXML​(java.lang.String xml)  
      static java.lang.String toXML​(java.util.SortedSet<java.lang.String> representatives)  
      • Methods inherited from class java.lang.Object

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

      • RepresentativeXMLConverter

        public RepresentativeXMLConverter()
    • Method Detail

      • toXML

        public static final java.lang.String toXML​(java.util.SortedSet<java.lang.String> representatives)
      • fromXML

        public static final java.util.SortedSet<java.lang.String> fromXML​(java.lang.String xml)