High Performance OPC UA Server SDK  1.2.0.193
ua_xmlelement Struct Reference

An XmlElement contains an XML fragment in UTF8 encoding. More...

#include <xmlelement.h>

Public Member Functions

static void ua_xmlelement_init (struct ua_xmlelement *xml)
 
static void ua_xmlelement_clear (struct ua_xmlelement *xml)
 
static int ua_xmlelement_compare (const struct ua_xmlelement *a, const struct ua_xmlelement *b)
 
static int ua_xmlelement_copy (struct ua_xmlelement *dst, const struct ua_xmlelement *src)
 
static int ua_xmlelement_to_string (const struct ua_xmlelement *xml, struct ua_string *dst)
 
static int ua_xmlelement_from_string (struct ua_xmlelement *xml, const struct ua_string *src)
 

Data Fields

struct ua_bytestring content
 

Detailed Description

An XmlElement contains an XML fragment in UTF8 encoding.


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