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
Methods in de.pdark.decentxml.dtd that return DocTypeElement Modifier and Type Method Description DocTypeElement
DocType. getElement(java.lang.String name)
DocTypeElement
DocTypeAttributeList. 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 void
DocTypeAttributeList. setElement(DocTypeElement element)
-