|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTMatch | |
---|---|
org.basex.data | This package contains the main database structures. |
Uses of FTMatch in org.basex.data |
---|
Fields in org.basex.data declared as FTMatch | |
---|---|
FTMatch[] |
FTMatches.match
Full-text matches. |
Methods in org.basex.data that return FTMatch | |
---|---|
FTMatch |
FTMatch.add(FTMatch mtc)
Adds a all matches of a full-text match. |
FTMatch |
FTMatch.add(FTStringMatch m)
Adds a string match. |
Methods in org.basex.data that return types with arguments of type FTMatch | |
---|---|
Iterator<FTMatch> |
FTMatches.iterator()
|
Methods in org.basex.data with parameters of type FTMatch | |
---|---|
void |
FTMatches.add(FTMatch m)
Adds a match entry. |
FTMatch |
FTMatch.add(FTMatch mtc)
Adds a all matches of a full-text match. |
boolean |
FTMatch.notin(FTMatch mtc)
Checks if the full-text match is not part of the specified match. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |