Creates a GenericSet representation of the
Doc doc.
If type is * E_XML_HASH_TYPE_PROPERTY, all XML nodes will be indexed in the
GenericSet by name. If type is
e_xml_hash_type_object_uid, then XML objects will be indexed in the hash by their UID (other nodes will still be indexed by name)
.
| doc |
The Doc to store in a hash table. |
| type |
The value type to use as a key in the hash table. |
|
The newly-created GenericSet representation of |