Class FrequencyHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.sun.xml.analysis.frequency.FrequencyHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class FrequencyHandler extends DefaultHandler
A SAX-based handler to collect the frequency of occurences of properties of information items in one or more infosets.
Author:
Paul.Sandoz@Sun.Com
  • Constructor Details

    • FrequencyHandler

      public FrequencyHandler()
      The default frequency handler.
    • FrequencyHandler

      public FrequencyHandler(SchemaProcessor sp)
      A frequency handler initiated with information generated from a SchemaProcessor.
      Parameters:
      sp - the schema processor.
  • Method Details