Functions, Globals and Defines |
Namespace: XSharp.XPP
The Functions type exposes the following members.
Name | Description | |
---|---|---|
ClassCreate | Create a class dynamically. | |
ClassDestroy | Remove the class object of class. | |
ClassObject | Retrieves the class object of class. | |
DbCargo | Attaches an arbitrary value to a used work area | |
DbDescend | Checks if the order for navigation is descending | |
DbSetDescend | Reverses the navigational order of a work area. | |
InitCollation | ||
InitDateCountry | ||
IsMemberVar | ||
PosAlpha | Retrieves the 1 based position of the first letter in a string. | |
PosChar | Replaces a single character at a specified position in a string. | |
PosDel | Removes characters at a specified position in a string. | |
PosIns | Inserts a character string into a string at a specified position. | |
PosLower | Retrieves the 1 based position of the first lower case letter in a string. | |
PosRepl | Inserts a character string into a string at a specified position. | |
PosUpper | Retrieves the 1 based position of the first upper case letter in a string. | |
SetCollation | Query current and/or set new active collation. | |
SetCollationTable | Query current and/or set user defined collation table . | |
Var2Char | ||
XMLDocClearErrors | Clear all global XML Errors. | |
XMLDocClose | Close an XML document. | |
XMLDocCloseAll | Close all open XML documents. | |
XmlDocExplainErrorMessage | ||
XMLDocGetErrorList | Get array of error descriptions. | |
XMLDocGetRootTag | Get the root tag of an XML document. | |
XMLDocOpenFile(String) | Open an XML document. | |
XMLDocOpenFile(String, Usual) | Open an XML document. | |
XMLDocOpenString(String) | Create XML document from a string. | |
XMLDocOpenString(String, Usual) | Create XML document from a string. | |
XMLDocProcess | Execute action code blocks for all tags. | |
XMLDocResetAction | Releases the action code blocks defined with XMLDocSetAction(). | |
XMLDocSetAction | Set action code blocks for specific tags. | |
XMLGetAttribute | Get attribute value of an XML tag. | |
XMLGetChild | Get child of XML tag. | |
XMLGetChildren | Get array of children of an XML tag. | |
XMLGetParent | Get parent of XML tag. | |
XMLGetTag | Get members of an XML tag node. | |
XMLSelectNodes | Select specific nodes via xpath. |