Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

XMLAttributeList Class Reference
[XML]

Contains a list of xml attributes. More...

List of all members.


Classes

struct  Attribute

Public Member Functions

void Add (StringId name, const XMLVariant &value)
int GetCount () const
StringId GetName (int index) const
const XMLVariantGetValue (int index) const
const XMLVariantGetValue (StringId name) const
int GetIndex (StringId name) const

Detailed Description

Contains a list of xml attributes.

Author:
Mattias Gustavsson

Definition at line 21 of file XMLAttributeList.h.


Member Function Documentation

void XMLAttributeList::Add ( StringId  name,
const XMLVariant value 
)

Definition at line 7 of file XMLAttributeList.cpp.

int XMLAttributeList::GetCount (  )  const

Definition at line 17 of file XMLAttributeList.cpp.

StringId XMLAttributeList::GetName ( int  index  )  const

Definition at line 25 of file XMLAttributeList.cpp.

const XMLVariant & XMLAttributeList::GetValue ( int  index  )  const

Definition at line 33 of file XMLAttributeList.cpp.

const XMLVariant & XMLAttributeList::GetValue ( StringId  name  )  const

Definition at line 41 of file XMLAttributeList.cpp.

int XMLAttributeList::GetIndex ( StringId  name  )  const

Definition at line 56 of file XMLAttributeList.cpp.



Pixie University and the Pixie Game Engine is created and managed by Mattias Gustavsson.
Reproduction/republishing of any material on this site without permission is strictly prohibited.