Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFX_XMLParser Class Referencefinal

#include <cfx_xmlparser.h>

+ Collaboration diagram for CFX_XMLParser:

Public Member Functions

 CFX_XMLParser (const RetainPtr< IFX_SeekableReadStream > &pStream)
 
 ~CFX_XMLParser ()
 
std::unique_ptr< CFX_XMLDocumentParse ()
 

Static Public Member Functions

static bool IsXMLNameChar (wchar_t ch, bool bFirstChar)
 

Detailed Description

Definition at line 23 of file cfx_xmlparser.h.

Constructor & Destructor Documentation

◆ CFX_XMLParser()

CFX_XMLParser::CFX_XMLParser ( const RetainPtr< IFX_SeekableReadStream > & pStream)
explicit

Definition at line 67 of file cfx_xmlparser.cpp.

References kUTF16BE, kUTF16LE, and kUTF8.

◆ ~CFX_XMLParser()

CFX_XMLParser::~CFX_XMLParser ( )
default

Member Function Documentation

◆ IsXMLNameChar()

bool CFX_XMLParser::IsXMLNameChar ( wchar_t ch,
bool bFirstChar )
static

Definition at line 59 of file cfx_xmlparser.cpp.

Referenced by TEST_F().

+ Here is the caller graph for this function:

◆ Parse()

std::unique_ptr< CFX_XMLDocument > CFX_XMLParser::Parse ( )

Definition at line 86 of file cfx_xmlparser.cpp.


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