Package | Description |
---|---|
org.mdiutil.xml.tree |
This package contains a parser allowing to get a tree of Nodes from an XML file.
|
Modifier and Type | Field and Description |
---|---|
protected Map<SortableQName,String> |
XMLNode.attributes
The attributes.
|
protected Map<Integer,SortableQName> |
XMLNode.attributesOrder
The attributes ordering.
|
Modifier and Type | Method and Description |
---|---|
SortableQName |
BoundPrefix.getSchemaLocationDeclaration() |
SortableQName |
XMLNode.getSchemaLocationDeclaration()
Return the schema location declaration.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<SortableQName,String>> |
XMLNode.attributesIterator()
Return an iterator on the attributes of the node.
|
Map<SortableQName,String> |
XMLNode.getAttributes()
Return the Map of attributes for this node.
|
Iterator<Map.Entry<SortableQName,String>> |
XMLNode.orderedAttributesIterator()
Return an iterator on the ordered attributes of the node.
|
Modifier and Type | Method and Description |
---|---|
int |
SortableQName.compareTo(SortableQName qname) |
boolean |
XMLNode.hasAttribute(SortableQName qname)
Return true if the node has an attribute for a specified name.
|
boolean |
XMLNode.removeAttribute(SortableQName qname)
Remove an attribute.
|