@DoNotObfuscate public enum ZugferdVersion extends java.lang.Enum<ZugferdVersion>
| Enum Constant and Description | 
|---|
VERSION10  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract javax.xml.validation.Schema | 
getSchema()  | 
protected javax.xml.validation.Schema | 
getZugferdSchema10()
The schema has to be read from files, otherwise the existing include tags 
 will not be resolved. 
 | 
static ZugferdVersion | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ZugferdVersion[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ZugferdVersion VERSION10
public static ZugferdVersion[] values()
for (ZugferdVersion c : ZugferdVersion.values()) System.out.println(c);
public static ZugferdVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract javax.xml.validation.Schema getSchema()
                                               throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionprotected javax.xml.validation.Schema getZugferdSchema10()
                                                  throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionCopyright (C) PDFUnit.com. See here for license.