Object TIndentingJSONXHTMLStrBuilder

Unit

Declaration

type TIndentingJSONXHTMLStrBuilder = object(TJSONXHTMLStrBuilder)

Description

Hierarchy

Overview

Fields

Public insertWhitespace: TXQSerializerInsertWhitespace;
Public onInterceptAppendJSONString: TXQSerializerOnString;
Public onInterceptAppendXMLHTMLText: TXQSerializerOnNode;
Public onInterceptAppendXMLHTMLAttribute: TXQSerializerOnAttribute;

Methods

Public procedure init(abuffer:pstring; basecapacity: SizeInt = 64; aencoding: TSystemCodePage = CP_UTF8);
Public procedure indent;
Public procedure appendIndent;
Public procedure unindent;

Description

Fields

Public insertWhitespace: TXQSerializerInsertWhitespace;
 
Public onInterceptAppendJSONString: TXQSerializerOnString;
 
Public onInterceptAppendXMLHTMLText: TXQSerializerOnNode;
 
Public onInterceptAppendXMLHTMLAttribute: TXQSerializerOnAttribute;
 

Methods

Public procedure init(abuffer:pstring; basecapacity: SizeInt = 64; aencoding: TSystemCodePage = CP_UTF8);
 
Public procedure indent;
 
Public procedure appendIndent;
 
Public procedure unindent;
 

Generated by PasDoc 0.16.0.