Uses of Class
de.pdark.decentxml.dtd.DocTypeAttributeList
-
Packages that use DocTypeAttributeList Package Description de.pdark.decentxml de.pdark.decentxml.dtd -
-
Uses of DocTypeAttributeList in de.pdark.decentxml
Methods in de.pdark.decentxml with parameters of type DocTypeAttributeList Modifier and Type Method Description protected 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 DocTypeAttributeList Modifier and Type Field Description private java.util.List<DocTypeAttributeList>DocTypeElement. attListsprivate java.util.Map<java.lang.String,java.util.List<DocTypeAttributeList>>DocType. nameToAttributeListMethods in de.pdark.decentxml.dtd that return DocTypeAttributeList Modifier and Type Method Description DocTypeAttributeListDocTypeAttributeList. addNode(Node node)DocTypeAttributeListDocTypeAttributeList. toXML(XMLWriter writer)Methods in de.pdark.decentxml.dtd that return types with arguments of type DocTypeAttributeList Modifier and Type Method Description java.util.List<DocTypeAttributeList>DocTypeElement. getAttLists()java.util.List<DocTypeAttributeList>DocType. getAttributeList(java.lang.String name)java.util.List<java.util.List<DocTypeAttributeList>>DocType. getAttributeLists()Method parameters in de.pdark.decentxml.dtd with type arguments of type DocTypeAttributeList Modifier and Type Method Description voidDocTypeElement. setAttLists(java.util.List<DocTypeAttributeList> value)
-