Unit 'Laz2_XPath' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_utils]

TXPathEnvironment

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: laz2_xpath.pas line 389

type TXPathEnvironment = class

protected

  function xpLast();

  

  function xpPosition();

  

  function xpCount();

  

  function xpId();

  

  function xpLocalName();

  

  function xpNamespaceURI();

  

  function xpName();

  

  function xpString();

  

  function xpConcat();

  

  function xpStartsWith();

  

  function xpContains();

  

  function xpSubstringBefore();

  

  function xpSubstringAfter();

  

  function xpSubstring();

  

  function xpStringLength();

  

  function xpNormalizeSpace();

  

  function xpTranslate();

  

  function xpBoolean();

  

  function xpNot();

  

  function xpTrue();

  

  function xpFalse();

  

  function xpLang();

  

  function xpNumber();

  

  function xpSum();

  

  function xpFloor();

  

  function xpCeiling();

  

  function xpRound();

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function GetFunctionIndex();

  

  function GetVariableIndex();

  

  procedure AddFunction();

  

  procedure AddVariable();

  

  procedure RemoveFunction();

  

  procedure RemoveVariable();

  

  property FunctionCount: Integer; [r]

  

  property VariableCount: Integer; [r]

  

  property Functions []: TXPathFunction; [r]

  

  property FunctionsByName []: TXPathFunction; [r]

  

  property Variables []: TXPathVariable; [r]

  

  property VariablesByName []: TXPathVariable; [r]

  

end;

Inheritance

TXPathEnvironment

  

|

TObject



CT Web help

CodeTyphon Studio