Uses of Class
de.pdark.decentxml.dtd.DocTypeElement
-
Packages that use DocTypeElement Package Description de.pdark.decentxml.dtd -
-
Uses of DocTypeElement in de.pdark.decentxml.dtd
Fields in de.pdark.decentxml.dtd declared as DocTypeElement Modifier and Type Field Description private DocTypeElementDocTypeAttributeList. elementFields in de.pdark.decentxml.dtd with type parameters of type DocTypeElement Modifier and Type Field Description private java.util.Map<java.lang.String,DocTypeElement>DocType. nameToElementMethods in de.pdark.decentxml.dtd that return DocTypeElement Modifier and Type Method Description DocTypeElementDocType. getElement(java.lang.String name)DocTypeElementDocTypeAttributeList. getElement()Methods in de.pdark.decentxml.dtd that return types with arguments of type DocTypeElement Modifier and Type Method Description java.util.List<DocTypeElement>DocType. getElements()Methods in de.pdark.decentxml.dtd with parameters of type DocTypeElement Modifier and Type Method Description voidDocTypeAttributeList. setElement(DocTypeElement element)
-