hep.aida.ref.xml
Interface AidaBinaryHandler
-
- All Known Implementing Classes:
- AidaHandlerImpl
public interface AidaBinaryHandlerAida Handler for Binary XML
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidend_aida()A container element end event handling method.voidend_annotation()A container element end event handling method.voidend_argument()A container element end event handling method.voidend_arguments()A container element end event handling method.voidend_axis()A container element end event handling method.voidend_cloud1d()A container element end event handling method.voidend_cloud2d()A container element end event handling method.voidend_cloud3d()A container element end event handling method.voidend_columns()A container element end event handling method.voidend_data1d()A container element end event handling method.voidend_data2d()A container element end event handling method.voidend_data3d()A container element end event handling method.voidend_dataPoint()A container element end event handling method.voidend_dataPointSet()A container element end event handling method.voidend_entries1d()A container element end event handling method.voidend_entries2d()A container element end event handling method.voidend_entries3d()A container element end event handling method.voidend_entryITuple()A container element end event handling method.voidend_function()A container element end event handling method.voidend_histogram1d()A container element end event handling method.voidend_histogram2d()A container element end event handling method.voidend_histogram3d()A container element end event handling method.voidend_parameters()A container element end event handling method.voidend_profile1d()A container element end event handling method.voidend_profile2d()A container element end event handling method.voidend_row()A container element end event handling method.voidend_rows()A container element end event handling method.voidend_statistics()A container element end event handling method.voidend_tuple()A container element end event handling method.voidhandle_bin1d(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_bin2d(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_bin3d(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_binBorder(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_codelet(java.lang.String data, org.freehep.wbxml.Attributes meta)A data element event handling method.voidhandle_column(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_entry(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_entry1d(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_entry2d(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_entry3d(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_implementation(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_item(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_measurement(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_parameter(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_range(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidhandle_statistic(org.freehep.wbxml.Attributes meta)An empty element event handling method.voidstart_aida(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_annotation(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_argument(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_arguments(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_axis(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_cloud1d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_cloud2d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_cloud3d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_columns(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_data1d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_data2d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_data3d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_dataPoint(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_dataPointSet(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_entries1d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_entries2d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_entries3d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_entryITuple(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_function(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_histogram1d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_histogram2d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_histogram3d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_parameters(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_profile1d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_profile2d(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_row(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_rows(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_statistics(org.freehep.wbxml.Attributes meta)A container element start event handling method.voidstart_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 org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_entries1d
void start_entries1d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_entries1d
void end_entries1d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_argument
void start_argument(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_argument
void end_argument() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_data1d
void start_data1d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_data1d
void end_data1d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_bin1d
void handle_bin1d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_entryITuple
void start_entryITuple(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_entryITuple
void end_entryITuple() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_codelet
void handle_codelet(java.lang.String data, org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA data element event handling method.- Parameters:
data- value or nullmeta- attributes- Throws:
org.xml.sax.SAXException
-
handle_column
void handle_column(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_tuple
void start_tuple(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_tuple
void end_tuple() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_function
void start_function(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_function
void end_function() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_columns
void start_columns(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_columns
void end_columns() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_dataPointSet
void start_dataPointSet(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_dataPointSet
void end_dataPointSet() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_dataPoint
void start_dataPoint(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_dataPoint
void end_dataPoint() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_implementation
void handle_implementation(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
handle_entry1d
void handle_entry1d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_cloud1d
void start_cloud1d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_cloud1d
void end_cloud1d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_row
void start_row(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_row
void end_row() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_annotation
void start_annotation(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_annotation
void end_annotation() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_entry3d
void handle_entry3d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_histogram3d
void start_histogram3d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_histogram3d
void end_histogram3d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_aida
void start_aida(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_aida
void end_aida() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_entry
void handle_entry(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_data2d
void start_data2d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_data2d
void end_data2d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_bin3d
void handle_bin3d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
handle_parameter
void handle_parameter(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_arguments
void start_arguments(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_arguments
void end_arguments() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_parameters
void start_parameters(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_parameters
void end_parameters() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_rows
void start_rows(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_rows
void end_rows() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_histogram1d
void start_histogram1d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_histogram1d
void end_histogram1d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_axis
void start_axis(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_axis
void end_axis() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_cloud3d
void start_cloud3d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_cloud3d
void end_cloud3d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_binBorder
void handle_binBorder(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
handle_range
void handle_range(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
handle_measurement
void handle_measurement(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_data3d
void start_data3d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_data3d
void end_data3d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_entry2d
void handle_entry2d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_profile1d
void start_profile1d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_profile1d
void end_profile1d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_entries2d
void start_entries2d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_entries2d
void end_entries2d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_entries3d
void start_entries3d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_entries3d
void end_entries3d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_bin2d
void handle_bin2d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_statistics
void start_statistics(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_statistics
void end_statistics() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_profile2d
void start_profile2d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_profile2d
void end_profile2d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
start_cloud2d
void start_cloud2d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_cloud2d
void end_cloud2d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
handle_statistic
void handle_statistic(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionAn empty element event handling method.- Parameters:
meta- data value or null- Throws:
org.xml.sax.SAXException
-
start_histogram2d
void start_histogram2d(org.freehep.wbxml.Attributes meta) throws org.xml.sax.SAXExceptionA container element start event handling method.- Parameters:
meta- attributes- Throws:
org.xml.sax.SAXException
-
end_histogram2d
void end_histogram2d() throws org.xml.sax.SAXExceptionA container element end event handling method.- Throws:
org.xml.sax.SAXException
-
-
DMelt 3.0 © DataMelt by jWork.ORG