Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CParsingManager Class Reference

Tool for parsing document. More...

#include <doc.h>

Inheritance diagram for CParsingManager:
[legend]

Public Member Functions

CParsingDocument Create (Text Contents)
 
CParsingDocument Create (Text Contents, Boolean GenerateText, Boolean GenerateTextRaw, Boolean GenerateTextResursive)
 
Void Destroy (CParsingDocument Document)
 
CParsingDocument Parse_Xml (Text Contents)
 
CParsingDocument Parse_Xml (Text Contents, Boolean GenerateText, Boolean GenerateTextRaw, Boolean GenerateTextResursive)
 
Void Parse_Destroy (CParsingDocument Document)
 
Ident Compose_Start_Xml (Boolean Compact)
 
Ident Compose_Start_Json (Boolean Compact)
 
Void Compose_End (Ident ComposerId)
 
Void Compose_Destroy (Ident ComposerId)
 
Void Compose_Node_Open (Ident ComposerId, Text Name)
 
Void Compose_Node_Close (Ident ComposerId)
 
Void Compose_Array_Open (Ident ComposerId, Text Name)
 
Void Compose_Array_Close (Ident ComposerId)
 
Void Compose_Attribute (Ident ComposerId, Text Name, Text Value)
 
Void Compose_Attribute (Ident ComposerId, Text Name, Integer Value)
 
Void Compose_Attribute (Ident ComposerId, Text Name, Real Value)
 
Void Compose_Attribute (Ident ComposerId, Text Name, Boolean Value)
 
Void Compose_Value (Ident ComposerId, Text Name, Text Value)
 
Text Compose_GetResult (Ident ComposerId)
 

Public Attributes

Integer DocumentsSlotsLimit
 
Array< CParsingDocument *const > DocumentsXml
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Tool for parsing document.

Member Function Documentation

◆ Parse_Xml() [1/2]

CParsingDocument CParsingManager::Parse_Xml ( Text Contents)

Parses an XML document

◆ Parse_Xml() [2/2]

CParsingDocument CParsingManager::Parse_Xml ( Text Contents,
Boolean GenerateText,
Boolean GenerateTextRaw,
Boolean GenerateTextResursive )

Parses an XML document


The documentation for this class was generated from the following file: