Class Doctypes


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

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​java.lang.String> doctypes  
    • Constructor Summary

      Constructors 
      Constructor Description
      Doctypes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String get​(java.lang.String jadeDoctype)  
      • Methods inherited from class java.lang.Object

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

      • doctypes

        private static java.util.Map<java.lang.String,​java.lang.String> doctypes
    • Constructor Detail

      • Doctypes

        public Doctypes()
    • Method Detail

      • get

        public static java.lang.String get​(java.lang.String jadeDoctype)