YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
XmlHelper.cpp
Go to the documentation of this file.
1
#include "
YAPOG/System/IO/Xml/XmlHelper.hpp
"
2
3
namespace
yap
4
{
5
const
String
XmlHelper::XMLATTR_NODE_NAME_PREFIX
=
"<xmlattr>."
;
6
7
String
XmlHelper::GetAttrNodeName
(
const
String
& name)
8
{
9
return
XMLATTR_NODE_NAME_PREFIX
+ name;
10
}
11
}
// namespace yap
YAPOG
src
YAPOG
System
IO
Xml
XmlHelper.cpp
Generated on Mon Sep 17 2012 22:24:26 for YAPOG by
1.8.1.1