|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlCompareMode | |
|---|---|
| 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. |
| Uses of XmlCompareMode in net.sf.mmm.util.xml.api |
|---|
| Methods in net.sf.mmm.util.xml.api with parameters of type XmlCompareMode | |
|---|---|
boolean |
DomUtil.isEqual(Node node1,
Node node2,
XmlCompareMode mode)
This method determines if two XML-nodes represent the same
XML. |
| Uses of XmlCompareMode in net.sf.mmm.util.xml.base |
|---|
| Fields in net.sf.mmm.util.xml.base declared as XmlCompareMode | |
|---|---|
private XmlCompareMode |
JoiningNodeIterator.compareMode
The mode of comparison. |
| Methods in net.sf.mmm.util.xml.base with parameters of type XmlCompareMode | |
|---|---|
protected boolean |
DomUtilImpl.isEqual(CharIterator charIterator1,
CharIterator charIterator2,
XmlCompareMode mode)
This method determines if the given CharSequences 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 NodeLists are equal. |
boolean |
DomUtilImpl.isEqual(Node node1,
Node node2,
XmlCompareMode mode)
This method determines if two XML-nodes represent the same
XML. |
| Constructors in net.sf.mmm.util.xml.base with parameters of type XmlCompareMode | |
|---|---|
JoiningNodeIterator(NodeList nodeList,
XmlCompareMode mode)
The constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||