Class TDOMNodeHelper
Unit
CastleXmlUtils
Declaration
type TDOMNodeHelper = class helper(TObject) for TDOMNode
Description
This item has no description.
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). 
 | 
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). 
 | 
Generated by PasDoc 0.16.0-snapshot.