Package | Description |
---|---|
de.pdark.decentxml |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Attribute> |
Element.attributeMap |
Modifier and Type | Method and Description |
---|---|
Attribute |
Attribute.copy() |
Attribute |
Attribute.copy(Node orig) |
Attribute |
Attribute.createClone() |
Attribute |
Element.getAttribute(java.lang.String name) |
Attribute |
Element.getAttribute(java.lang.String name,
Namespace ns) |
Attribute |
Attribute.setEqualsSpace(java.lang.String equalsSpace) |
Attribute |
Attribute.setPreSpace(java.lang.String preSpace) |
Attribute |
Attribute.setQuoteChar(char quoteChar) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Attribute> |
Element.getAttributeMap() |
java.util.List<Attribute> |
Element.getAttributes() |
Modifier and Type | Method and Description |
---|---|
Element |
Element.addAttribute(Attribute a) |
Element |
Element.addAttributes(Attribute... attributes) |
Element |
Element.setAttribute(Attribute a) |