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 Token
XMLParser.parseAttListNameTokens
(XMLTokenizer tokenizer, Token token, DocTypeAttributeList attList) protected Token
XMLParser.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.attLists
private Map
<String, List<DocTypeAttributeList>> DocType.nameToAttributeList
Methods 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 TypeMethodDescriptionvoid
DocTypeElement.setAttLists
(List<DocTypeAttributeList> value)