hep.aida.ref.xml
Interface AidaBinaryHandler

All Known Implementing Classes:
AidaHandlerImpl

public interface AidaBinaryHandler

Aida Handler for Binary XML


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(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_bin2d(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_bin3d(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_binBorder(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_codelet(String data, org.freehep.wbxml.Attributes meta)
          A data element event handling method.
 void handle_column(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_entry(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_entry1d(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_entry2d(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_entry3d(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_implementation(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_item(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_measurement(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_parameter(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_range(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void handle_statistic(org.freehep.wbxml.Attributes meta)
          An empty element event handling method.
 void start_aida(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_annotation(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_argument(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_arguments(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_axis(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_cloud1d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_cloud2d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_cloud3d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_columns(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_data1d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_data2d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_data3d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_dataPoint(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_dataPointSet(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_entries1d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_entries2d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_entries3d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_entryITuple(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_function(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_histogram1d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_histogram2d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_histogram3d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_parameters(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_profile1d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_profile2d(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_row(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_rows(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_statistics(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 void start_tuple(org.freehep.wbxml.Attributes meta)
          A container element start event handling method.
 

Method Detail

handle_item

void handle_item(org.freehep.wbxml.Attributes meta)
                 throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_entries1d

void start_entries1d(org.freehep.wbxml.Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_entries1d

void end_entries1d()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException

start_argument

void start_argument(org.freehep.wbxml.Attributes meta)
                    throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_argument

void end_argument()
                  throws SAXException
A container element end event handling method.

Throws:
SAXException

start_data1d

void start_data1d(org.freehep.wbxml.Attributes meta)
                  throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_data1d

void end_data1d()
                throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_bin1d

void handle_bin1d(org.freehep.wbxml.Attributes meta)
                  throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_entryITuple

void start_entryITuple(org.freehep.wbxml.Attributes meta)
                       throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_entryITuple

void end_entryITuple()
                     throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_codelet

void handle_codelet(String data,
                    org.freehep.wbxml.Attributes meta)
                    throws SAXException
A data element event handling method.

Parameters:
data - value or null
meta - attributes
Throws:
SAXException

handle_column

void handle_column(org.freehep.wbxml.Attributes meta)
                   throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_tuple

void start_tuple(org.freehep.wbxml.Attributes meta)
                 throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_tuple

void end_tuple()
               throws SAXException
A container element end event handling method.

Throws:
SAXException

start_function

void start_function(org.freehep.wbxml.Attributes meta)
                    throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_function

void end_function()
                  throws SAXException
A container element end event handling method.

Throws:
SAXException

start_columns

void start_columns(org.freehep.wbxml.Attributes meta)
                   throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_columns

void end_columns()
                 throws SAXException
A container element end event handling method.

Throws:
SAXException

start_dataPointSet

void start_dataPointSet(org.freehep.wbxml.Attributes meta)
                        throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_dataPointSet

void end_dataPointSet()
                      throws SAXException
A container element end event handling method.

Throws:
SAXException

start_dataPoint

void start_dataPoint(org.freehep.wbxml.Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_dataPoint

void end_dataPoint()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_implementation

void handle_implementation(org.freehep.wbxml.Attributes meta)
                           throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

handle_entry1d

void handle_entry1d(org.freehep.wbxml.Attributes meta)
                    throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_cloud1d

void start_cloud1d(org.freehep.wbxml.Attributes meta)
                   throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_cloud1d

void end_cloud1d()
                 throws SAXException
A container element end event handling method.

Throws:
SAXException

start_row

void start_row(org.freehep.wbxml.Attributes meta)
               throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_row

void end_row()
             throws SAXException
A container element end event handling method.

Throws:
SAXException

start_annotation

void start_annotation(org.freehep.wbxml.Attributes meta)
                      throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_annotation

void end_annotation()
                    throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_entry3d

void handle_entry3d(org.freehep.wbxml.Attributes meta)
                    throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_histogram3d

void start_histogram3d(org.freehep.wbxml.Attributes meta)
                       throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_histogram3d

void end_histogram3d()
                     throws SAXException
A container element end event handling method.

Throws:
SAXException

start_aida

void start_aida(org.freehep.wbxml.Attributes meta)
                throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_aida

void end_aida()
              throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_entry

void handle_entry(org.freehep.wbxml.Attributes meta)
                  throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_data2d

void start_data2d(org.freehep.wbxml.Attributes meta)
                  throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_data2d

void end_data2d()
                throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_bin3d

void handle_bin3d(org.freehep.wbxml.Attributes meta)
                  throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

handle_parameter

void handle_parameter(org.freehep.wbxml.Attributes meta)
                      throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_arguments

void start_arguments(org.freehep.wbxml.Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_arguments

void end_arguments()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException

start_parameters

void start_parameters(org.freehep.wbxml.Attributes meta)
                      throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_parameters

void end_parameters()
                    throws SAXException
A container element end event handling method.

Throws:
SAXException

start_rows

void start_rows(org.freehep.wbxml.Attributes meta)
                throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_rows

void end_rows()
              throws SAXException
A container element end event handling method.

Throws:
SAXException

start_histogram1d

void start_histogram1d(org.freehep.wbxml.Attributes meta)
                       throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_histogram1d

void end_histogram1d()
                     throws SAXException
A container element end event handling method.

Throws:
SAXException

start_axis

void start_axis(org.freehep.wbxml.Attributes meta)
                throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_axis

void end_axis()
              throws SAXException
A container element end event handling method.

Throws:
SAXException

start_cloud3d

void start_cloud3d(org.freehep.wbxml.Attributes meta)
                   throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_cloud3d

void end_cloud3d()
                 throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_binBorder

void handle_binBorder(org.freehep.wbxml.Attributes meta)
                      throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

handle_range

void handle_range(org.freehep.wbxml.Attributes meta)
                  throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

handle_measurement

void handle_measurement(org.freehep.wbxml.Attributes meta)
                        throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_data3d

void start_data3d(org.freehep.wbxml.Attributes meta)
                  throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_data3d

void end_data3d()
                throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_entry2d

void handle_entry2d(org.freehep.wbxml.Attributes meta)
                    throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_profile1d

void start_profile1d(org.freehep.wbxml.Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_profile1d

void end_profile1d()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException

start_entries2d

void start_entries2d(org.freehep.wbxml.Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_entries2d

void end_entries2d()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException

start_entries3d

void start_entries3d(org.freehep.wbxml.Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_entries3d

void end_entries3d()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_bin2d

void handle_bin2d(org.freehep.wbxml.Attributes meta)
                  throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_statistics

void start_statistics(org.freehep.wbxml.Attributes meta)
                      throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_statistics

void end_statistics()
                    throws SAXException
A container element end event handling method.

Throws:
SAXException

start_profile2d

void start_profile2d(org.freehep.wbxml.Attributes meta)
                     throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_profile2d

void end_profile2d()
                   throws SAXException
A container element end event handling method.

Throws:
SAXException

start_cloud2d

void start_cloud2d(org.freehep.wbxml.Attributes meta)
                   throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_cloud2d

void end_cloud2d()
                 throws SAXException
A container element end event handling method.

Throws:
SAXException

handle_statistic

void handle_statistic(org.freehep.wbxml.Attributes meta)
                      throws SAXException
An empty element event handling method.

Parameters:
meta - data value or null
Throws:
SAXException

start_histogram2d

void start_histogram2d(org.freehep.wbxml.Attributes meta)
                       throws SAXException
A container element start event handling method.

Parameters:
meta - attributes
Throws:
SAXException

end_histogram2d

void end_histogram2d()
                     throws SAXException
A container element end event handling method.

Throws:
SAXException


jHepWork 3.2 © jWork.org