šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java
changeset 112 7d4b23ccf144
parent 107 379a2a893fd1
child 118 5488d34dd789
equal deleted inserted replaced
111:d59023a42d4b 112:7d4b23ccf144
     6  * @author Ing. František Kučera (frantovo.cz)
     6  * @author Ing. František Kučera (frantovo.cz)
     7  */
     7  */
     8 public class Xmlns {
     8 public class Xmlns {
     9 
     9 
    10 	public static final String XHTML = "http://www.w3.org/1999/xhtml";
    10 	public static final String XHTML = "http://www.w3.org/1999/xhtml";
    11 	public static final String MAKRO = "https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro";
    11 	public static final String MAKRO =
       
    12 			"https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro";
    12 
    13 
    13 	private Xmlns() {
    14 	private Xmlns() {
    14 	}
    15 	}
    15 }
    16 }