![]() | InDesign SDK 20.5 |
#include <SchemaBasedIterator.h>

Public Member Functions | |
| SchemaBasedWriteIterator (IPMStream *s) | |
| virtual | ~SchemaBasedWriteIterator () |
Public Member Functions inherited from CContentWriteIterator | |
| CContentWriteIterator (CContentIterator &iterator) | |
| void | SetIterator (CContentIterator *iterator) |
| void | BeginList (ListType listType) |
| void | EndList () |
| void | CreateClassID (ClassID id) |
| uint32 | CloseClassID (ClassID id) |
| void | CreateImplementationID (ImplementationID id) |
| uint32 | CloseImplementationID (ImplementationID id) |
| void | AbortID () |
| void | Reset () |
| IPMStream * | QueryContentStream () |
| int32 | GetOriginPosition () const |
Public Member Functions inherited from IContentWriteIterator | |
| virtual | ~IContentWriteIterator () |
Additional Inherited Members | |
Public Types inherited from IContentWriteIterator | |
| enum | ListType { kNoList, kAttributeList16, kAttributeList32, kAttributeBossList1616, kAttributeBossList1632, kAttributeBossList3216, kAttributeBossList3232 } |
This class supports IContentWriteIterator in cases when the Class or Implementation's data can be described by a schema.
| SchemaBasedWriteIterator::SchemaBasedWriteIterator | ( | IPMStream * | s | ) |
Constructor
| s | IN An output stream that will contain the data after conversion. |
| virtual |
Destructor