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
Fields in de.pdark.decentxml.dtd declared as DocType.DocTypeType Modifier and Type Field Description private DocType.DocTypeTypeDocType. docTypeTypeMethods in de.pdark.decentxml.dtd that return DocType.DocTypeType Modifier and Type Method Description DocType.DocTypeTypeDocType. getDocTypeType()static DocType.DocTypeTypeDocType.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 voidDocType. setDocTypeType(DocType.DocTypeType docTypeType)
-