Parses the condition and determines the value of query
Called by eXcavator_getFormattedText to locate data held in descendent elements when the patterns use indirect addressing
Determines if there is an element which matches the element in the condition
extracts operator from condition
Creates a key for each result element, which is a treated as a branch; called by _setUserResultArray to create the array needed by eXcavator_getFormattedText
Loops through eXcavator_result_array to create raw array for eXcavator_getFormattedText
Determines whether a relation is TRUE or FALSE
This method aligns each element with its conditions It passes the element name and its condition string to r_test(), which sends each condition to _checkCondition(), where the condition is evaluated.
Converts XML_PullParser tokenized array to string
Does work of creating arrays for eXcavator_result_array
Creates result array in conformance with XML_PullParser_getChildren()
Converts array returned by _getResultAsDataStruct()