NCBI C++ ToolKit
Public Attributes | List of all members
XmlObj Struct Reference

Search Toolkit Book for XmlObj

#include "xmlmisc.h"
(Private to src/objtools/flatfile.)

+ Collaboration diagram for XmlObj:

Public Attributes

char * name = nullptr
 
char * contents = nullptr
 
short level = 0
 
XmlObjattributes = nullptr
 
XmlObjchildren = nullptr
 
XmlObjnext = nullptr
 
XmlObjparent = nullptr
 
XmlObjsuccessor = nullptr
 

Detailed Description

Definition at line 42 of file xmlmisc.h.

Member Data Documentation

◆ attributes

XmlObj* XmlObj::attributes = nullptr

Definition at line 46 of file xmlmisc.h.

Referenced by FreeXmlObject(), and VisitXmlNodeProc().

◆ children

XmlObj* XmlObj::children = nullptr

Definition at line 47 of file xmlmisc.h.

Referenced by FreeXmlObject(), ParseXmlString(), SetSuccessors(), and VisitXmlNodeProc().

◆ contents

char* XmlObj::contents = nullptr

Definition at line 44 of file xmlmisc.h.

Referenced by FreeXmlObject(), ProcessAttribute(), ProcessStartTag(), and VisitXmlNodeProc().

◆ level

short XmlObj::level = 0

Definition at line 45 of file xmlmisc.h.

Referenced by SetSuccessors().

◆ name

char* XmlObj::name = nullptr

Definition at line 43 of file xmlmisc.h.

Referenced by FreeXmlObject(), ProcessAttribute(), ProcessStartTag(), and VisitXmlNodeProc().

◆ next

XmlObj* XmlObj::next = nullptr

Definition at line 48 of file xmlmisc.h.

Referenced by FreeXmlObject(), ProcessStartTag(), and VisitXmlNodeProc().

◆ parent

XmlObj* XmlObj::parent = nullptr

Definition at line 49 of file xmlmisc.h.

◆ successor

XmlObj* XmlObj::successor = nullptr

Definition at line 50 of file xmlmisc.h.


The documentation for this struct was generated from the following file:
Modified on Tue Jun 04 14:43:19 2024 by modify_doxy.py rev. 669887