![]() | InDesign SDK 20.5 |
#include <IXMLOutStream.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| AttributeDfn () | |
| AttributeDfn (const WideString &n, eAttributeType t, eAttributeQualifier q) | |
| AttributeDfn (const WideString &n, eAttributeType t, const WideString &d, eAttributeQualifier q) | |
| AttributeDfn (const WideString &n, eAttributeType t, const UTF16TextChar *d, eAttributeQualifier q) | |
| AttributeDfn (const UTF16TextChar *n, eAttributeType t, eAttributeQualifier q) | |
| AttributeDfn (const UTF16TextChar *n, eAttributeType t, const WideString &d, eAttributeQualifier q) | |
| AttributeDfn (const UTF16TextChar *n, eAttributeType t, const UTF16TextChar *d, eAttributeQualifier q) | |
| AttributeDfn (const AttributeDfn &other) | |
| bool16 | operator== (const AttributeDfn &other) const |
| AttributeDfn & | operator= (const AttributeDfn &other) |
Public Attributes | |
| WideString | fName |
| eAttributeType | fType |
| eAttributeQualifier | fQualifier |
| WideString | fDefault |
Nested class for IXMLOutStream methods which take an AttributeDfnList. This class defines an attribute declaration in a DTD
| inline |
AttributeDfn default constructor
| inline |
AttributeDfn constructor
| n | name of the attribute |
| t | type of the attribute |
| q | qualifier of the attribute |
| inline |
AttributeDfn constructor
| n | name of the attribute |
| t | type of the attribute |
| d | default value of the attribute |
| q | qualifier of the attribute |
| inline |
AttributeDfn constructor
| n | name of the attribute |
| t | type of the attribute |
| d | default value of the attribute |
| q | qualifier of the attribute |
| inline |
AttributeDfn constructor
| n | name of the attribute |
| t | type of the attribute |
| q | qualifier of the attribute |
| inline |
AttributeDfn constructor
| n | name of the attribute |
| t | type of the attribute |
| d | default value of the attribute |
| q | qualifier of the attribute |
| inline |
AttributeDfn constructor
| n | name of the attribute |
| t | type of the attribute |
| d | default value of the attribute |
| q | qualifier of the attribute |
| inline |
AttributeDfn copy constructor
| inline |
AttributeDfn operator=
| inline |
AttributeDfn operator==
| WideString IXMLOutStream::AttributeDfn::fDefault |
attribute qualifier
| eAttributeQualifier IXMLOutStream::AttributeDfn::fQualifier |
attribute type
| eAttributeType IXMLOutStream::AttributeDfn::fType |
attribute name