#include <XML.h>
Inheritance diagram for CXMLAttribute:
Public Member Functions | |
CXMLAttribute (CXMLElement *pParent, LPCTSTR pszName=NULL) | |
virtual | ~CXMLAttribute () |
CXMLAttribute * | Clone (CXMLElement *pParent=NULL) |
void | ToString (CString &strXML) |
BOOL | ParseString (LPCTSTR &strXML) |
BOOL | Equals (CXMLAttribute *pXML) const |
Static Public Attributes | |
static LPCTSTR | xmlnsSchema = _T("http://www.w3.org/2001/XMLSchema") |
static LPCTSTR | xmlnsInstance = _T("http://www.w3.org/2001/XMLSchema-instance") |
static LPCTSTR | schemaName = _T("xsi:noNamespaceSchemaLocation") |
|
Definition at line 795 of file XML.cpp. References CXMLNode::m_nNode, and CXMLNode::xmlAttribute. Referenced by Clone(). |
|
|
|
Definition at line 807 of file XML.cpp. References CXMLAttribute(), CXMLNode::m_sName, and CXMLNode::m_sValue. Referenced by CBitziDownloader::MergeMetaData(). |
|
Definition at line 859 of file XML.cpp. References CXMLNode::m_sName, CXMLNode::m_sValue, and NULL. Referenced by CXMLElement::Equals(). |
|
Definition at line 827 of file XML.cpp. References CXMLNode::m_sName, CXMLNode::m_sValue, CXMLNode::ParseIdentifier(), CXMLNode::ParseMatch(), and CXMLNode::StringToValue(). Referenced by CXMLElement::ParseString(). |
|
Definition at line 817 of file XML.cpp. References CXMLNode::m_sName, CXMLNode::m_sValue, and CXMLNode::ValueToString(). Referenced by CXMLElement::ToString(). |
|
|
Definition at line 792 of file XML.cpp. Referenced by CDownloadWithSources::AddSourceHit(), and CLibraryFile::SaveMetadata(). |
|
|