|
|||||||||
| Home >> All >> diffxml >> [ fmes overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
diffxml.fmes
Class Match

java.lang.Objectdiffxml.fmes.Match
- public class Match
- extends java.lang.Object
| Nested Class Summary | |
(package private) class |
Match.LeafFilter
|
(package private) class |
Match.tdComp
|
| Constructor Summary | |
Match()
|
|
| Method Summary | |
boolean |
equal(org.w3c.dom.Node a,
org.w3c.dom.Node b)
|
int |
findLeaves(org.w3c.dom.Document doc,
java.lang.String[] leaves)
|
java.util.TreeSet |
markElements(org.w3c.dom.Document doc)
|
NodeSet |
test(org.w3c.dom.Document doc1,
org.w3c.dom.Document doc2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Match
public Match()
| Method Detail |
equal
public boolean equal(org.w3c.dom.Node a, org.w3c.dom.Node b)
test
public NodeSet test(org.w3c.dom.Document doc1, org.w3c.dom.Document doc2) throws java.lang.Exception
markElements
public java.util.TreeSet markElements(org.w3c.dom.Document doc)
findLeaves
public int findLeaves(org.w3c.dom.Document doc, java.lang.String[] leaves)
|
|||||||||
| Home >> All >> diffxml >> [ fmes overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
diffxml.fmes.Match