Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

ps.XML
Class XMBElement

   in XeroXMB.h
   in XeroXMB.cpp

class XMBElement


Field Summary
private const char* m_Pointer
          
 
Constructor Summary
XMBElement( const char* offset )
          
XMBElement()
          
 
Method Summary
 XMBAttributeList GetAttributes() const
          
 XMBElementList GetChildNodes() const
          
 int GetLineNumber() const
          
 int GetNodeName() const
          
 utf16string GetText() const
          
 

Field Detail

m_Pointer

private const char* m_Pointer;


Constructor Detail

XMBElement

public XMBElement( const char* offset );

XMBElement

public XMBElement();


Method Detail

GetAttributes

public XMBAttributeList GetAttributes() const;

GetChildNodes

public XMBElementList GetChildNodes() const;

GetLineNumber

public int GetLineNumber() const;

GetNodeName

public int GetNodeName() const;

GetText

public utf16string GetText() const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD