Class TDOMNodeHelper
Unit
CastleXmlUtils
Declaration
type TDOMNodeHelper = class helper(TObject) for TDOMNode
Description
This item has no description.
Source: src/files/castlexmlutils.pas (line 43).
Hierarchy
Overview
Methods
Properties
 |
property NodeValue8: String read GetNodeValue8 write SetNodeValue8; |
Description
Methods
 |
function NodeName8: String; |
|
Node name (attribute, element or such name).
In FPC this is expressed as an 8-bit string (in UTF-8 encoding), contrary to the NodeName from FPC DOM unit that is a WideString (DOMString).
Source: src/files/castlexmlutils.pas (line 52). |
Properties
 |
property NodeValue8: String read GetNodeValue8 write SetNodeValue8; |
|
Node value (like an attribute value).
In FPC this is expressed as an 8-bit string (in UTF-8 encoding), contrary to the NodeValue from FPC DOM unit that is a WideString (DOMString).
Source: src/files/castlexmlutils.pas (line 58). |
Generated by PasDoc 0.17.0.snapshot.