Back to the WFC main page
CExtensibleMarkupLanguageAttribute
$Revision: 12 $
Description
This class holds the name and value of an XML attribute. It is a very
trivial class.
Data Members
CString Name
- Contains the attribute name.
CString Value
- Contains the value of the attribute.
Construction
CExtensibleMarkupLanguageAttribute()
CExtensibleMarkupLanguageAttribute( const CExtensibleMarkupLanguageAttribute& source )
-
Constructs the object.
Methods
void Copy( const CExtensibleMarkupLanguageAttribute& source )
-
Copies another CExtensibleMarkupLanguageAttribute.
void Empty( void )
-
Clears all data members.
Operators
CExtensibleMarkupLanguageAttribute& operator = ( const CExtensibleMarkupLanguageAttribute& source )
-
Calls Copy().
Example
Sorry.
Copyright, 2000, Samuel R. Blackburn
$Workfile: CExtensibleMarkupLanguageAttribute.cpp $
$Modtime: 1/04/00 5:11a $