šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java
author František Kučera <franta-hg@frantovo.cz>
Sat Jul 07 14:58:36 2012 +0200 (2012-07-07)
changeset 117 71d58d008058
parent 107 379a2a893fd1
child 118 5488d34dd789
permissions -rw-r--r--
#20 Skriptování: lepší odsazení
     1 package cz.frantovo.xmlWebGenerator;
     2 
     3 /**
     4  * XML jmenné prostory používané v generátoru
     5  *
     6  * @author Ing. František Kučera (frantovo.cz)
     7  */
     8 public class Xmlns {
     9 
    10 	public static final String XHTML = "http://www.w3.org/1999/xhtml";
    11 	public static final String MAKRO =
    12 			"https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro";
    13 
    14 	private Xmlns() {
    15 	}
    16 }