BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBin |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
BigDecimalBinSquared |
bigdecimalmath_template |
|
EWrappedRegExpr |
xquery__regex |
|
float |
bbutils |
|
IXQValue |
simpleinternet |
IXQValue from the xquery unit. Just a wrapper, so that no other unit needs to be included |
PBigDecimal |
bigdecimalmath |
|
PBigDecimal |
bigdecimalmath_template |
|
PBigDecimalErrorCode |
bigdecimalmath |
|
PBigDecimalErrorCode |
bigdecimalmath_template |
|
PInternetConfig |
internetaccess |
|
PIXQValue |
xquery |
|
PMIMEMultipartSubData |
internetaccess |
|
PUnicodeChar |
bbutils |
|
PXQEvaluationContext |
xquery |
|
PXQFunctionParameterTypes |
xquery |
|
PXQTerm |
xquery |
|
PXQTermVariable |
xquery |
|
PXQValue |
xquery |
|
PXQValueDateTimeData |
xquery |
|
RawByteString |
bbutils |
|
SizeInt |
bbutils |
|
TAndroidInternetAccessClass |
androidinternetaccess |
|
TBasicParsingState |
simplehtmltreeparser |
|
TBigDecimalDivisionFlags |
bigdecimalmath |
|
TBigDecimalDivisionFlags |
bigdecimalmath_template |
|
TBigDecimalErrorCode |
bigdecimalmath |
|
TBigDecimalErrorCode |
bigdecimalmath_template |
|
TBigDecimalFloatFormat |
bigdecimalmath_template |
|
TBigDecimalFloatFormat |
bigdecimalmath |
|
TBigDecimalFormat |
bigdecimalmath_template |
|
TBigDecimalFormat |
bigdecimalmath |
|
TBigDecimalRoundingMode |
bigdecimalmath |
|
TBigDecimalRoundingMode |
bigdecimalmath_template |
|
TBinarySearchAcceptedCondition |
bbutils |
|
TBinarySearchAcceptedConditions |
bbutils |
|
TBinarySearchChoosen |
bbutils |
|
TBinarySearchFunction |
bbutils |
Should return 0 if the searched element is equal to a, -1 if the searched element is smaller than a, and +1 if the searched element is larger than a. (that is the opposite of what you might expect, but it is logical: the data parameter has to come first to match a method signature. The data parameter is compared to a parameter (to match a standalone comparison function signature)) |
TCharSet |
bbutils |
|
TCommentEvent |
simplehtmlparser |
|
TCookieFlags |
internetaccess |
|
TDateTimeParsingFlag |
bbutils |
|
TDateTimeParsingFlags |
bbutils |
|
TDateTimeParsingResult |
bbutils |
|
TDecodedUrlParts |
internetaccess |
|
TDecodeHTMLEntitiesFlags |
bbutils |
|
TEnterTagEvent |
simplehtmlparser |
|
TEnterTagEvent |
simplexmlparser |
|
TExtractionKind |
extendedhtmlparser |
|
TFileSaveSafe |
bbutils |
|
TFloatArray |
bbutils |
|
THTMLProperties |
simplehtmlparser |
|
THTTPHeaderList |
internetaccess |
|
TInt64Array |
bbutils |
|
TInternetAccessClass |
internetaccess |
|
TInternetAccessReaction |
internetaccess |
|
TInternetToolsFormat |
simplehtmltreeparser |
|
TKeepPreviousVariables |
extendedhtmlparser |
This specifies the handling of the variables read in the previous document
In every case all node variables are converted to strings (because the nodes point to elements of the previous document, but the previous document will be deleted) |
TLeaveTagEvent |
simplehtmlparser |
|
TLeaveTagEvent |
simplexmlparser |
|
TLoadTemplateFile |
multipagetemplate |
|
TLogEvent |
multipagetemplate |
Event you can use to log, what the template is doing . Arguments: logged contains the message, debugLevel the importance of this event |
TLongintArray |
bbutils |
|
TLongwordArray |
bbutils |
|
TMockTransfer |
mockinternetaccess |
|
TPageProcessed |
multipagetemplate |
Event that is called after every <page> element is processed. You can use parser to read the variables changed by the template applied to the page |
TParseJSONOption |
xquery_json |
|
TParseJSONOptions |
xquery_json |
|
TParsingModel |
simplehtmltreeparser |
Parsing model used to interpret the document pmStrict: every tag must be closed explicitely (otherwise an exception is raised) pmHtml: accept everything, tries to create the best fitting tree using a heuristic to recover from faulty documents (no exceptions are raised), detect encoding |
TParsingOptions |
simplehtmlparser |
|
TParsingResult |
simplehtmlparser |
|
TPointerCompareFunction |
bbutils |
Compare function to compare the two values to which a and b, ideally returning -1 for aˆ<bˆ, 0 for aˆ=bˆ, +1 for aˆ>bˆ The data is an TObject to prevent confusing it with a and b. It is the first parameter, so the function use the same call convention like a method |
TProcedureOfObject |
bbutils |
|
TProgressEvent |
internetaccess |
Event to monitor the progress of a download (measured in bytes) |
TProperties |
simplexmlparser |
|
TReplaceFunction |
extendedhtmlparser |
Possible callback for getting the value of a variable |
TRetrieveType |
internetaccess |
|
TSpecialCallBack |
pastemplate |
|
TStreamLikeWrite |
bbutils |
|
TStringArray |
bbutils |
|
TStringAttributeList |
extendedhtmlparser |
|
TStringComparisonFunc |
simplehtmltreeparser |
|
TStringConversionMode |
bbjniutils |
|
TSynapseInternetAccessClass |
synapseinternetaccess |
|
TSystemCodePage |
bbutils |
|
TTemplateActionClass |
multipagetemplate |
|
TTemplateElementFlag |
extendedhtmlparser |
|
TTemplateElementFlags |
extendedhtmlparser |
|
TTemplateElementType |
extendedhtmlparser |
These are all possible template commands, for internal use |
TTextEvent |
simplehtmlparser |
|
TTextEvent |
simplexmlparser |
|
TTextFlags |
simplehtmlparser |
|
TTime |
bbutils |
|
TTransferBlockWriteEvent |
internetaccess |
|
TTransferClearEvent |
internetaccess |
|
TTransferEndEvent |
internetaccess |
|
TTransferReactEvent |
internetaccess |
|
TTransferStartEvent |
internetaccess |
Event to intercept transfers end/start |
TTreeElementTypes |
xquery |
|
TTreeNodeClass |
simplehtmltreeparser |
|
TTreeNodeFindOptions |
simplehtmltreeparser |
Controls the search for a tree element. ignore type: do not check for a matching type, ignore text: do not check for a matching text, case sensitive: do not ignore the case, no descend: only check elements that direct children of the current node |
TTreeNodeSerialization |
xquery |
|
TTreeNodeType |
simplehtmltreeparser |
The type of a tree element. <Open>, text, or </close> |
TTreeNodeTypes |
simplehtmltreeparser |
|
TTrimTextNodes |
extendedhtmlparser |
Specifies when the text of text nodes is trimmed. Each value removes strictly more whitespace than the previous ones. |
TUrlEncodingModel |
internetaccess |
URL Encoding encodes every special character #$AB by %AB . This model describes which characters are special: |
TValueSign |
bbutils |
|
TVersionNumber |
autoupdate |
|
TW32InternetAccessClass |
w32internetaccess |
|
TWrappedMatchArray |
xquery__regex |
|
TWrappedRegExpr |
xquery__regex |
|
TWrappedRegExprFlag |
xquery__regex |
|
TWrappedRegExprFlags |
xquery__regex |
|
TXQAnnotations |
xquery |
|
TXQBasicFunction |
xquery |
Basic/pure function, taking some TXQValue-arguments and returning a new IXQValue. |
TXQBinaryOp |
xquery |
Binary operator of TXQValues |
TXQComplexFunction |
xquery |
Function, taking some TXQValue-arguments and returning a new TXQValue which can depend on the current context state |
TXQContextDependencies |
xquery |
|
TXQContextDependency |
xquery |
The dynamic/static context values a query depends on (internal used for optimizations) xqcdFocusItem: context item/node (e.g. .) xqcdFocusPosition: index (e.g. position()) xqcdFocusLast: size (e.g. last()) xqcdContextCollation, xqcdContextTime, xqcdContextVariables, xqcdContextOther: context, obvious |
TXQDateTimeTruncation |
xquery |
|
TXQDebugTracingEvent |
xquery |
|
TXQDecimalFormatProperty |
xquery |
|
TXQDeclareExternalFunctionEvent |
xquery |
Event callback that is called to set a function value of a XQuery function declared as "declare function ... external" |
TXQDeclareExternalVariableEvent |
xquery |
Event callback that is called to set the value of a XQuery variable declared as "declare variable ... external" |
TXQDefaultNamespaceKind |
xquery |
|
TXQEvaluateVariableEvent |
xquery |
Event callback that is called to receive the value of the variable variable |
TXQExceptionEvent |
xquery |
|
TXQFormatIntegerEvent |
xquery |
|
TXQFormatIntegerModifier |
xquery |
Modifier for integer formatting, as described in fn:format-integer. The absence of xqfimOrdinal means cardinal , the absence of traditional means alphabetic. (traditional is a traditional way of writing integers with letters, e.g. roman numbers) |
TXQFormatIntegerModifiers |
xquery |
|
TXQHashKeyString |
simplehtmltreeparser |
|
TXQHashmapStrOwningInterface |
simplehtmltreeparser |
|
TXQHashmapStrOwningObject |
simplehtmltreeparser |
|
TXQImportModuleEvent |
xquery |
|
TXQInternalPatternMatcherMatch |
xquery |
|
TXQInternalPatternMatcherParse |
xquery |
|
TXQInternalPatternMatcherVisit |
xquery |
|
TXQNamespaceMode |
xquery |
|
TXQOperatorFlags |
xquery |
Information about a xquery binary operator |
TXQParseDocEvent |
xquery |
Event called by the fn:doc to parse a downloaded document. |
TXQParsingModel |
xquery |
|
TXQPathMatching |
xquery |
|
TXQPathMatchingAxis |
xquery |
|
TXQPathMatchingKind |
xquery |
|
TXQPathMatchingKinds |
xquery |
|
TXQPathMatchingStepFilters |
xquery |
|
TXQPathNodeConditionIteration |
xquery |
|
TXQPathNodeConditionOption |
xquery |
|
TXQPathNodeConditionOptions |
xquery |
|
TXQPropertyDotNotation |
xquery |
If it is possible to access object properties with .property xqpdnDisallowDotNotation: do not allow the dot operator anywhere xqpdnAllowUnambiguousDotNotation: allow the dot operator when disabling it would be a syntax error. E.g. cases like ($obj).property , func(..).property , {"a": ..}.property , ... xqpdnAllowFullDotNotation: allow the dot operator everywhere. Even in $obj.property
|
TXQSequenceTypeFlag |
xquery__parse |
|
TXQSequenceTypeFlags |
xquery__parse |
|
TXQTermArray |
xquery |
|
TXQTermClass |
xquery |
|
TXQTermDefineFunctionKind |
xquery |
|
TXQTermFlowerOrderEmpty |
xquery |
|
TXQTermFlowerSubClauseKind |
xquery |
|
TXQTermFlowerWindowFlags |
xquery |
|
TXQTermFlowerWindowVariableCallback |
xquery |
|
TXQTermNamedFunctionKind |
xquery |
|
TXQTermNodeMatcherDirect |
xquery |
|
TXQTermPendingEQNameTokenPending |
xquery__parse |
|
TXQTermVariableArray |
extendedhtmlparser |
|
TXQTerm_VisitAction |
xquery |
|
TXQTerm_VisitorClass |
xquery |
|
TXQTraceEvent |
xquery |
Event called by the fn:trace(value,info) function. |
TXQTypeInformationKind |
xquery |
|
TXQValueClass |
xquery |
|
TXQValueDateTimeClass |
xquery |
|
TXQValueDecimalClass |
xquery |
|
TXQValueFloatClass |
xquery |
|
TXQValueInt64Class |
xquery |
|
TXQValueKind |
xquery |
Type of xqvalue (see TXQValue) |
TXQVArray |
xquery |
|
TXSCastingError |
xquery |
|
TXSConstrainingFacetExplicitTimeZone |
xquery |
|
TXSConstrainingFacetKind |
xquery |
|
TXSConstrainingFacetWhitespace |
xquery |
|
TXSNumericSubType |
xquery |
|
TXSSchemaVersion |
xquery |
|
TXSStringSubType |
xquery |
XML Schema string type, derived from xs:string, xs:anyURI, xs:hexBinary, xs:base64Binary or xs:untypedAtomic |
UnicodeString |
bbutils |
|
xqfloat |
xquery |
|