Name

struct _EMFormatPURITree — Pending URI visibility tree.

Synopsis

struct _EMFormatPURITree {
  struct _EMFormatPURITree * next;
  struct _EMFormatPURITree * prev;
  struct _EMFormatPURITree * parent;
  EDList uri_list;
  EDList children;
};  

Members

next

Double-linked list header.

prev

Double-linked list header.

parent

Parent in tree.

uri_list

List of EMFormatPURI objects at this level.

children

Child nodes of EMFormatPURITree.

Description

This structure is used internally to form a visibility tree of parts in the current formatting stream. This is to implement the part resolution rules for RFC2387 to implement multipart/related.

Description

This structure is used internally to form a visibility tree of parts in the current formatting stream. This is to implement the part resolution rules for RFC2387 to implement multipart/related.