Uses of Class
de.pdark.decentxml.dtd.DocType.DocTypeType
-
Packages that use DocType.DocTypeType Package Description de.pdark.decentxml.dtd -
-
Uses of DocType.DocTypeType in de.pdark.decentxml.dtd
Methods in de.pdark.decentxml.dtd that return DocType.DocTypeType Modifier and Type Method Description DocType.DocTypeType
DocType. getDocTypeType()
static DocType.DocTypeType
DocType.DocTypeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DocType.DocTypeType[]
DocType.DocTypeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pdark.decentxml.dtd with parameters of type DocType.DocTypeType Modifier and Type Method Description void
DocType. setDocTypeType(DocType.DocTypeType docTypeType)
-