Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

tagWBXML_NODE Struct Reference

#include <decompile.h>


Data Fields

void * m_prev
void * m_next
void * m_child
void * m_parent
WBXML_NODE_TYPE m_type
WBXML_CODEPAGE m_page
void * m_data


Field Documentation

void* tagWBXML_NODE::m_child
 

Definition at line 143 of file decompile.h.

Referenced by DumpNode(), FreeNode(), NewNode(), and Read_element().

void* tagWBXML_NODE::m_data
 

Definition at line 147 of file decompile.h.

Referenced by AddAttrEndNode(), AddAttrStartLiteralNode(), AddAttrStartNode(), AddAttrValueNode(), AddCodepageLiteralTagNode(), AddCodepageTagNode(), AddDTDNode(), AddStringNode(), AddStringTableNode(), DumpNode(), GetStringTableString(), and NewNode().

void* tagWBXML_NODE::m_next
 

Definition at line 142 of file decompile.h.

Referenced by DumpNode(), DumpNodes(), FreeNode(), GetStringTableString(), and NewNode().

WBXML_CODEPAGE tagWBXML_NODE::m_page
 

Definition at line 146 of file decompile.h.

Referenced by DumpNode(), and NewNode().

void* tagWBXML_NODE::m_parent
 

Definition at line 144 of file decompile.h.

Referenced by GetStringTableString(), NewNode(), and Read_element().

void* tagWBXML_NODE::m_prev
 

Definition at line 141 of file decompile.h.

Referenced by DumpNode(), DumpNodes(), GetStringTableString(), and NewNode().

WBXML_NODE_TYPE tagWBXML_NODE::m_type
 

Definition at line 145 of file decompile.h.

Referenced by DumpNode(), GetStringTableString(), and NewNode().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.