Class TDOMNodeHelper

Unit

Declaration

type TDOMNodeHelper = class helper(TObject) for TDOMNode

Description

This item has no description.

Hierarchy

  • TObject
  • TDOMNodeHelper

Overview

Methods

Public function NodeName8: String;

Properties

Public property NodeValue8: String read GetNodeValue8 write SetNodeValue8;

Description

Methods

Public 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

Public 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.