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 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
Methods in de.pdark.decentxml.dtd that return DocTypeAttributeList Modifier and Type Method Description DocTypeAttributeList
DocTypeAttributeList. addNode(Node node)
DocTypeAttributeList
DocTypeAttributeList. 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 void
DocTypeElement. setAttLists(java.util.List<DocTypeAttributeList> value)
-