Uses of Enum Class
org.basex.util.ft.FTContents
Packages that use FTContents
Package
Description
XQuery Full Text expressions.
Full-text Functions.
Full-text specific utility classes.
-
Uses of FTContents in org.basex.query.expr.ft
Constructors in org.basex.query.expr.ft with parameters of type FTContentsModifierConstructorDescriptionFTContent(InputInfo info, FTExpr expr, FTContents content) Constructor. -
Uses of FTContents in org.basex.query.func.ft
Fields in org.basex.query.func.ft with type parameters of type FTContentsModifier and TypeFieldDescriptionstatic final EnumOption<FTContents>FtIndexOptions.CONTENTOption: content. -
Uses of FTContents in org.basex.util.ft
Methods in org.basex.util.ft that return FTContentsModifier and TypeMethodDescriptionstatic FTContentsReturns the enum constant of this class with the specified name.static FTContents[]FTContents.values()Returns an array containing the constants of this enum class, in the order they are declared.