Uses of Class
de.pdark.decentxml.dtd.DocTypeAttributeList
Packages that use DocTypeAttributeList
-
Uses of DocTypeAttributeList in de.pdark.decentxml
Methods in de.pdark.decentxml with parameters of type DocTypeAttributeListModifier and TypeMethodDescriptionprotected TokenXMLParser.parseAttListNameTokens(XMLTokenizer tokenizer, Token token, DocTypeAttributeList attList) protected TokenXMLParser.parseAttListTypeGroup(XMLTokenizer tokenizer, Token token, DocTypeAttributeList attList) -
Uses of DocTypeAttributeList in de.pdark.decentxml.dtd
Fields in de.pdark.decentxml.dtd with type parameters of type DocTypeAttributeListModifier and TypeFieldDescriptionprivate List<DocTypeAttributeList> DocTypeElement.attListsprivate Map<String, List<DocTypeAttributeList>> DocType.nameToAttributeListMethods in de.pdark.decentxml.dtd that return DocTypeAttributeListModifier and TypeMethodDescriptionMethods in de.pdark.decentxml.dtd that return types with arguments of type DocTypeAttributeListModifier and TypeMethodDescriptionDocTypeElement.getAttLists()DocType.getAttributeList(String name) DocType.getAttributeLists()Method parameters in de.pdark.decentxml.dtd with type arguments of type DocTypeAttributeListModifier and TypeMethodDescriptionvoidDocTypeElement.setAttLists(List<DocTypeAttributeList> value)