Package | Description |
---|---|
de.pdark.decentxml | |
de.pdark.decentxml.dtd |
Modifier and Type | Method and Description |
---|---|
protected Token |
XMLParser.parseAttListNameTokens(XMLTokenizer tokenizer,
Token token,
DocTypeAttributeList attList) |
protected Token |
XMLParser.parseAttListTypeGroup(XMLTokenizer tokenizer,
Token token,
DocTypeAttributeList attList) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DocTypeAttributeList> |
DocTypeElement.attLists |
private java.util.Map<java.lang.String,java.util.List<DocTypeAttributeList>> |
DocType.nameToAttributeList |
Modifier and Type | Method and Description |
---|---|
DocTypeAttributeList |
DocTypeAttributeList.addNode(Node node) |
DocTypeAttributeList |
DocTypeAttributeList.toXML(XMLWriter writer) |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
DocTypeElement.setAttLists(java.util.List<DocTypeAttributeList> value) |