Package | Description |
---|---|
org.jlab.coda.jevio |
Modifier and Type | Method and Description |
---|---|
EvioXMLDictionary |
IEvioCompactReader.getDictionary()
Get the evio dictionary if is there is one.
|
EvioXMLDictionary |
EvioCompactReader.getDictionary()
Get the evio dictionary if is there is one.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EvioNode> |
IEvioCompactReader.searchEvent(int eventNumber,
java.lang.String dictName,
EvioXMLDictionary dictionary)
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
|
java.util.List<EvioNode> |
EvioCompactReader.searchEvent(int eventNumber,
java.lang.String dictName,
EvioXMLDictionary dictionary)
This method searches the specified event in a file/buffer and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
|
java.util.List<EvioNode> |
EvioCompactStructureHandler.searchStructure(java.lang.String dictName,
EvioXMLDictionary dictionary)
This method searches the event and
returns a list of objects each of which contain information
about a single evio structure which matches the given dictionary
entry name.
|
static java.util.List<EvioEvent> |
Utilities.toEvents(java.lang.String xmlString,
int maxEvents,
int skip,
EvioXMLDictionary dictionary,
boolean debug)
This method takes a string representation of evio events
(each starting with lt; event gt;)
and converts them to a list of EvioEvent objects.
|