![]() | InDesign SDK 20.5 |
#include <IXMLOutStream.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| Attribute () | |
| Attribute (const WideString &n, const WideString &v) | |
| Attribute (const UTF16TextChar *n, const UTF16TextChar *v) | |
| Attribute (const Attribute &other) | |
| const WideString & | GetName () const |
| const WideString & | GetValue () const |
| bool16 | operator== (const Attribute &other) const |
| Attribute & | operator= (const Attribute &other) |
Public Attributes | |
| WideString | fName |
| WideString | fValue |
Nested class for IXMLOutStream methods which take an AttributeList. Defines an attribute for an element
| inline |
Attribute default constructor
| inline |
Attribute constructor
| n | name of attribute |
| v | value of attribute |
| inline |
Attribute constructor
| n | name of attribute |
| v | value of attribute |
| inline |
Get attribute name
| inline |
Get attribute value
| inline |
Attribute operator==
| WideString IXMLOutStream::Attribute::fValue |
attribute name