| Package | Description |
|---|---|
| net.lecousin.framework.xml.dom |
Simple (partial) DOM implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<XMLAttribute> |
XMLElement.attributes |
| Modifier and Type | Method and Description |
|---|---|
XMLAttribute |
XMLAttribute.cloneNode(boolean deep) |
XMLAttribute |
XMLDocument.createAttribute(String name) |
XMLAttribute |
XMLElement.getAttributeNode(String name) |
XMLAttribute |
XMLElement.getAttributeNodeNS(String namespaceURI,
String localName) |
XMLAttribute |
XMLElement.removeAttributeNode(Attr oldAttr) |
XMLAttribute |
XMLElement.setAttributeNode(Attr newAttr) |
XMLAttribute |
XMLElement.setAttributeNodeNS(Attr newAttr) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLElement.addAttribute(XMLAttribute a)
Add an attribute.
|
Copyright © 2019. All rights reserved.