From 2388684f294eb4e60cc653ab74665b4f7d66caf8 Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 20 Aug 2010 18:50:32 -0300 Subject: Doc update --- doc/html/classIsisFinder.html | 168 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 167 insertions(+), 1 deletion(-) (limited to 'doc/html/classIsisFinder.html') diff --git a/doc/html/classIsisFinder.html b/doc/html/classIsisFinder.html index 49ba0d1..d07c39d 100644 --- a/doc/html/classIsisFinder.html +++ b/doc/html/classIsisFinder.html @@ -65,6 +65,9 @@ Inheritance diagram for IsisFinder:  nextField ($field, $entry=1)  nextSubfield ($field, $subfield, $entry=1)  hasSubfieldInRows ($field, $subfield) + nextResult ($field, $item, $search, $entry=1, $match=TRUE) + matchMainItem ($field, $row, $search, $match) + matchSubfield ($field, $subfield, $row, $search, $match)

Detailed Description

Provides Isis Database search methods.

@@ -103,6 +106,113 @@ Inheritance diagram for IsisFinder:
Returns:
True if result has the subfield, false otherwise.
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IsisFinder::matchMainItem ( field,
row,
search,
match 
)
+
+
+

Check if a main item match a given value.

+
Parameters:
+ + + + + +
$field Field data.
$row Row number.
$search Search token.
$match Set to false do find the next result where the item has not the token specified in $search.
+
+
+
Returns:
True if match, false otherwise.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IsisFinder::matchSubfield ( field,
subfield,
row,
search,
match 
)
+
+
+

Check if a subfield match a given value.

+
Parameters:
+ + + + + + +
$field Field data.
$subfield Subfield name.
$row Row number.
$search Search token.
$match Set to false do find the next result where the item has not the token specified in $search.
+
+
+
Returns:
True if match, false otherwise.
+
@@ -175,6 +285,62 @@ Inheritance diagram for IsisFinder:
Returns:
Next repetition entry and result.
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IsisFinder::nextResult ( field,
item,
search,
entry = 1,
match = TRUE 
)
+
+
+

Search the next match inside a result.

+
Parameters:
+ + + + + + +
$field Field data.
$item Item name (main field or subfield).
$search Search token.
$entry Start entry number to begin the search.
$match Set to false do find the next result where the item has not the token specified in $search.
+
+
+
@@ -238,7 +404,7 @@ Inheritance diagram for IsisFinder: -
Generated on Fri Aug 20 16:55:37 2010 for Cinisis Database Reader by  +
Generated on Fri Aug 20 18:50:27 2010 for Cinisis Database Reader by  doxygen 1.6.3
-- cgit v1.2.3