OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
XML_NODE_ Struct Reference

Data Fields

CONST CHAR8 * Name
 
CONST CHAR8 * Attributes
 
CONST CHAR8 * Content
 
XML_NODEReal
 
XML_NODE_LISTChildren
 

Detailed Description

An XML_NODE will always contain a tag name and possibly a list of children or text content.

Definition at line 67 of file OcXmlLib.c.

Field Documentation

◆ Attributes

CONST CHAR8* XML_NODE_::Attributes

Definition at line 69 of file OcXmlLib.c.

◆ Children

XML_NODE_LIST* XML_NODE_::Children

Definition at line 72 of file OcXmlLib.c.

◆ Content

CONST CHAR8* XML_NODE_::Content

Definition at line 70 of file OcXmlLib.c.

◆ Name

CONST CHAR8* XML_NODE_::Name

Definition at line 68 of file OcXmlLib.c.

◆ Real

XML_NODE* XML_NODE_::Real

Definition at line 71 of file OcXmlLib.c.


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