decompiler  1.0.0
Public Member Functions | List of all members
Document Class Reference
Inheritance diagram for Document:
Element

Public Member Functions

ElementgetRoot (void) const
 
- Public Member Functions inherited from Element
 Element (Element *par)
 
void setName (const string &nm)
 
void addContent (const char *str, int4 start, int4 length)
 
void addChild (Element *child)
 
void addAttribute (const string &nm, const string &vl)
 
ElementgetParent (void) const
 
const string & getName (void) const
 
const List & getChildren (void) const
 
const string & getContent (void) const
 
const string & getAttributeValue (const string &nm) const
 
int4 getNumAttributes (void) const
 
const string & getAttributeName (int4 i) const
 
const string & getAttributeValue (int4 i) const
 

Additional Inherited Members

- Protected Attributes inherited from Element
Elementparent
 
List children
 

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