edu.wpi.cs.dsrg.xmldb.xat.component.schemacleanup
Class SchemaCleanupStatistics

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.component.schemacleanup.SchemaCleanupStatistics

public class SchemaCleanupStatistics
extends java.lang.Object

This class to define the SchemaCleanupStatistics

Since:
1.0

Field Summary
static java.util.Set filteredNodes
          The HashSet of filtered nodes.
static int nodesCut
          The numbe of nodes cutted.
 
Constructor Summary
SchemaCleanupStatistics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodesCut

public static int nodesCut
The numbe of nodes cutted.
Since:
1.0

filteredNodes

public static java.util.Set filteredNodes
The HashSet of filtered nodes.
Since:
1.0
Constructor Detail

SchemaCleanupStatistics

public SchemaCleanupStatistics()