Package | Description |
---|---|
net.sf.mmm.util.xml.api |
Provides the API of utilities that help to deal with XML.
|
net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API . |
Modifier and Type | Method and Description |
---|---|
boolean |
DomUtil.isEqual(Node node1,
Node node2,
XmlCompareMode mode)
This method determines if two
XML-nodes represent the same XML. |
Modifier and Type | Field and Description |
---|---|
private XmlCompareMode |
JoiningNodeIterator.compareMode
The mode of comparison.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DomUtilImpl.isEqual(CharIterator charIterator1,
CharIterator charIterator2,
XmlCompareMode mode)
This method determines if the given
CharSequence s are equal. |
protected boolean |
DomUtilImpl.isEqual(Element element1,
Element element2,
XmlCompareMode mode)
This method determines if the given
elements are equal. |
protected boolean |
DomUtilImpl.isEqual(NodeList nodeList1,
NodeList nodeList2,
XmlCompareMode mode)
This method determines if the given
NodeList s are equal. |
boolean |
DomUtilImpl.isEqual(Node node1,
Node node2,
XmlCompareMode mode) |
Constructor and Description |
---|
JoiningNodeIterator(NodeList nodeList,
XmlCompareMode mode)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.