FreeHEP API
Version current

hep.aida.ref.xml
Class AidaHandlerImpl

java.lang.Object
  extended byhep.aida.ref.xml.AidaHandlerImpl
All Implemented Interfaces:
AidaHandler

public class AidaHandlerImpl
extends Object
implements AidaHandler

Source Code:
AidaHandlerImpl.java

Field Summary
static boolean DEBUG
           
 
Constructor Summary
AidaHandlerImpl(IDevTree tree)
           
 
Method Summary
 void end_aida()
          A container element end event handling method.
 void end_annotation()
          A container element end event handling method.
 void end_argument()
          A container element end event handling method.
 void end_arguments()
          A container element end event handling method.
 void end_axis()
          A container element end event handling method.
 void end_cloud1d()
          A container element end event handling method.
 void end_cloud2d()
          A container element end event handling method.
 void end_cloud3d()
          A container element end event handling method.
 void end_columns()
          A container element end event handling method.
 void end_data1d()
          A container element end event handling method.
 void end_data2d()
          A container element end event handling method.
 void end_data3d()
          A container element end event handling method.
 void end_dataPoint()
          A container element end event handling method.
 void end_dataPointSet()
          A container element end event handling method.
 void end_entries1d()
          A container element end event handling method.
 void end_entries2d()
          A container element end event handling method.
 void end_entries3d()
          A container element end event handling method.
 void end_entryITuple()
          A container element end event handling method.
 void end_function()
          A container element end event handling method.
 void end_histogram1d()
          A container element end event handling method.
 void end_histogram2d()
          A container element end event handling method.
 void end_histogram3d()
          A container element end event handling method.
 void end_parameters()
          A container element end event handling method.
 void end_profile1d()
          A container element end event handling method.
 void end_profile2d()
          A container element end event handling method.
 void end_row()
          A container element end event handling method.
 void end_rows()
          A container element end event handling method.
 void end_statistics()
          A container element end event handling method.
 void end_tuple()
          A container element end event handling method.
 void handle_bin1d(Attributes meta)
          An empty element event handling method.
 void handle_bin2d(Attributes meta)
          An empty element event handling method.
 void handle_bin3d(Attributes meta)
          An empty element event handling method.
 void handle_binBorder(Attributes meta)
          An empty element event handling method.
 void handle_codelet(String data, Attributes meta)
          A data element event handling method.
 void handle_column(Attributes meta)
          An empty element event handling method.
 void handle_entry(Attributes meta)
          An empty element event handling method.
 void handle_entry1d(Attributes meta)
          An empty element event handling method.
 void handle_entry2d(Attributes meta)
          An empty element event handling method.
 void handle_entry3d(Attributes meta)
          An empty element event handling method.
 void handle_implementation(Attributes meta)
          An empty element event handling method.
 void handle_item(Attributes meta)
          An empty element event handling method.
 void handle_measurement(Attributes meta)
          An empty element event handling method.
 void handle_parameter(Attributes meta)
          An empty element event handling method.
 void handle_range(Attributes meta)
          An empty element event handling method.
 void handle_statistic(Attributes meta)
          An empty element event handling method.
 void start_aida(Attributes meta)
          A container element start event handling method.
 void start_annotation(Attributes meta)
          A container element start event handling method.
 void start_argument(Attributes meta)
          A container element start event handling method.
 void start_arguments(Attributes meta)
          A container element start event handling method.
 void start_axis(Attributes meta)
          A container element start event handling method.
 void start_cloud1d(Attributes meta)
          A container element start event handling method.
 void start_cloud2d(Attributes meta)
          A container element start event handling method.
 void start_cloud3d(Attributes meta)
          A container element start event handling method.
 void start_columns(Attributes meta)
          A container element start event handling method.
 void start_data1d(Attributes meta)
          A container element start event handling method.
 void start_data2d(Attributes meta)
          A container element start event handling method.
 void start_data3d(Attributes meta)
          A container element start event handling method.
 void start_dataPoint(Attributes meta)
          A container element start event handling method.
 void start_dataPointSet(Attributes meta)
          A container element start event handling method.
 void start_entries1d(Attributes meta)
          A container element start event handling method.
 void start_entries2d(Attributes meta)
          A container element start event handling method.
 void start_entries3d(Attributes meta)
          A container element start event handling method.
 void start_entryITuple(Attributes meta)
          A container element start event handling method.
 void start_function(Attributes meta)
          A container element start event handling method.
 void start_histogram1d(Attributes meta)
          A container element start event handling method.
 void start_histogram2d(Attributes meta)
          A container element start event handling method.
 void start_histogram3d(Attributes meta)
          A container element start event handling method.
 void start_parameters(Attributes meta)
          A container element start event handling method.
 void start_profile1d(Attributes meta)
          A container element start event handling method.
 void start_profile2d(Attributes meta)
          A container element start event handling method.
 void start_row(Attributes meta)
          A container element start event handling method.
 void start_rows(Attributes meta)
          A container element start event handling method.
 void start_statistics(Attributes meta)
          A container element start event handling method.
 void start_tuple(Attributes meta)
          A container element start event handling method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

AidaHandlerImpl

public AidaHandlerImpl(IDevTree tree)
Method Detail

end_aida

public void end_aida()
              throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_aida in interface AidaHandler
Throws:
SAXException

end_annotation

public void end_annotation()
                    throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_annotation in interface AidaHandler
Throws:
SAXException

end_argument

public void end_argument()
                  throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_argument in interface AidaHandler
Throws:
SAXException

end_arguments

public void end_arguments()
                   throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_arguments in interface AidaHandler
Throws:
SAXException

end_axis

public void end_axis()
              throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_axis in interface AidaHandler
Throws:
SAXException

end_cloud1d

public void end_cloud1d()
                 throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_cloud1d in interface AidaHandler
Throws:
SAXException

end_cloud2d

public void end_cloud2d()
                 throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_cloud2d in interface AidaHandler
Throws:
SAXException

end_cloud3d

public void end_cloud3d()
                 throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_cloud3d in interface AidaHandler
Throws:
SAXException

end_columns

public void end_columns()
                 throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_columns in interface AidaHandler
Throws:
SAXException

end_data1d

public void end_data1d()
                throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_data1d in interface AidaHandler
Throws:
SAXException

end_data2d

public void end_data2d()
                throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_data2d in interface AidaHandler
Throws:
SAXException

end_data3d

public void end_data3d()
                throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_data3d in interface AidaHandler
Throws:
SAXException

end_dataPoint

public void end_dataPoint()
                   throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_dataPoint in interface AidaHandler
Throws:
SAXException

end_dataPointSet

public void end_dataPointSet()
                      throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_dataPointSet in interface AidaHandler
Throws:
SAXException

end_entries1d

public void end_entries1d()
                   throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_entries1d in interface AidaHandler
Throws:
SAXException

end_entries2d

public void end_entries2d()
                   throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_entries2d in interface AidaHandler
Throws:
SAXException

end_entries3d

public void end_entries3d()
                   throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_entries3d in interface AidaHandler
Throws:
SAXException

end_entryITuple

public void end_entryITuple()
                     throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_entryITuple in interface AidaHandler
Throws:
SAXException

end_function

public void end_function()
                  throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_function in interface AidaHandler
Throws:
SAXException

end_histogram1d

public void end_histogram1d()
                     throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_histogram1d in interface AidaHandler
Throws:
SAXException

end_histogram2d

public void end_histogram2d()
                     throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_histogram2d in interface AidaHandler
Throws:
SAXException

end_histogram3d

public void end_histogram3d()
                     throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_histogram3d in interface AidaHandler
Throws:
SAXException

end_parameters

public void end_parameters()
                    throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_parameters in interface AidaHandler
Throws:
SAXException

end_profile1d

public void end_profile1d()
                   throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_profile1d in interface AidaHandler
Throws:
SAXException

end_profile2d

public void end_profile2d()
                   throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_profile2d in interface AidaHandler
Throws:
SAXException

end_row

public void end_row()
             throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_row in interface AidaHandler
Throws:
SAXException

end_rows

public void end_rows()
              throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_rows in interface AidaHandler
Throws:
SAXException

end_statistics

public void end_statistics()
                    throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_statistics in interface AidaHandler
Throws:
SAXException

end_tuple

public void end_tuple()
               throws SAXException
Description copied from interface: AidaHandler
A container element end event handling method.

Specified by:
end_tuple in interface AidaHandler
Throws:
SAXException

handle_bin1d

public void handle_bin1d(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_bin1d in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_bin2d

public void handle_bin2d(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_bin2d in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_bin3d

public void handle_bin3d(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_bin3d in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_binBorder

public void handle_binBorder(Attributes meta)
                      throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_binBorder in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_codelet

public void handle_codelet(String data,
                           Attributes meta)
                    throws SAXException
Description copied from interface: AidaHandler
A data element event handling method.

Specified by:
handle_codelet in interface AidaHandler
Parameters:
data - value or null
meta - attributes
Throws:
SAXException

handle_column

public void handle_column(Attributes meta)
                   throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_column in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_entry

public void handle_entry(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_entry in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_entry1d

public void handle_entry1d(Attributes meta)
                    throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_entry1d in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_entry2d

public void handle_entry2d(Attributes meta)
                    throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_entry2d in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_entry3d

public void handle_entry3d(Attributes meta)
                    throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_entry3d in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_implementation

public void handle_implementation(Attributes meta)
                           throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_implementation in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_item

public void handle_item(Attributes meta)
                 throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_item in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_measurement

public void handle_measurement(Attributes meta)
                        throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_measurement in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_parameter

public void handle_parameter(Attributes meta)
                      throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_parameter in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_range

public void handle_range(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_range in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

handle_statistic

public void handle_statistic(Attributes meta)
                      throws SAXException
Description copied from interface: AidaHandler
An empty element event handling method.

Specified by:
handle_statistic in interface AidaHandler
Parameters:
meta - data value or null
Throws:
SAXException

start_aida

public void start_aida(Attributes meta)
                throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_aida in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_annotation

public void start_annotation(Attributes meta)
                      throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_annotation in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_argument

public void start_argument(Attributes meta)
                    throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_argument in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_arguments

public void start_arguments(Attributes meta)
                     throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_arguments in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_axis

public void start_axis(Attributes meta)
                throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_axis in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_cloud1d

public void start_cloud1d(Attributes meta)
                   throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_cloud1d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_cloud2d

public void start_cloud2d(Attributes meta)
                   throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_cloud2d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_cloud3d

public void start_cloud3d(Attributes meta)
                   throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_cloud3d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_columns

public void start_columns(Attributes meta)
                   throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_columns in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_data1d

public void start_data1d(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_data1d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_data2d

public void start_data2d(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_data2d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_data3d

public void start_data3d(Attributes meta)
                  throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_data3d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_dataPoint

public void start_dataPoint(Attributes meta)
                     throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_dataPoint in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_dataPointSet

public void start_dataPointSet(Attributes meta)
                        throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_dataPointSet in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_entries1d

public void start_entries1d(Attributes meta)
                     throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_entries1d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_entries2d

public void start_entries2d(Attributes meta)
                     throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_entries2d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_entries3d

public void start_entries3d(Attributes meta)
                     throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_entries3d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_entryITuple

public void start_entryITuple(Attributes meta)
                       throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_entryITuple in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_function

public void start_function(Attributes meta)
                    throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_function in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_histogram1d

public void start_histogram1d(Attributes meta)
                       throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_histogram1d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_histogram2d

public void start_histogram2d(Attributes meta)
                       throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_histogram2d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_histogram3d

public void start_histogram3d(Attributes meta)
                       throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_histogram3d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_parameters

public void start_parameters(Attributes meta)
                      throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_parameters in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_profile1d

public void start_profile1d(Attributes meta)
                     throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_profile1d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_profile2d

public void start_profile2d(Attributes meta)
                     throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_profile2d in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_row

public void start_row(Attributes meta)
               throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_row in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_rows

public void start_rows(Attributes meta)
                throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_rows in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_statistics

public void start_statistics(Attributes meta)
                      throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_statistics in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

start_tuple

public void start_tuple(Attributes meta)
                 throws SAXException
Description copied from interface: AidaHandler
A container element start event handling method.

Specified by:
start_tuple in interface AidaHandler
Parameters:
meta - attributes
Throws:
SAXException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.