ScroogeXHTML for Delphi  6.9
ISimpleDomTextNode Interface Reference

DOM textnode methods. More...

Inheritance diagram for ISimpleDomTextNode:
TTextNode

Public Member Functions

 SetTextProperties (const TCharacterProperties CharProps)
 Set text properties.
 
string GetAnchor ()
 
 SetAnchor (const string Value)
 
Boolean GetEncoded ()
 
 SetEncoded (const Boolean Value)
 
string GetFieldExpression ()
 
 SetFieldExpression (const string Value)
 

Public Attributes

string Anchor
 
Boolean Encoded
 
string FieldExpression
 

Detailed Description

DOM textnode methods.

Member Data Documentation

string ISimpleDomTextNode::Anchor
See also
GetAnchor For reading
SetAnchor For writing

Referenced by TSxBase::TextElementToXHTML().

Boolean ISimpleDomTextNode::Encoded
See also
GetEncoded For reading
SetEncoded For writing

Referenced by TSxBase::TextElementToXHTML().

string ISimpleDomTextNode::FieldExpression
See also
GetFieldExpression For reading
SetFieldExpression For writing

Referenced by TSxBase::TextElementToXHTML().