Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

diffxml.fmes
Class Match  view Match download Match.java

java.lang.Object
  extended bydiffxml.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)