xml_to_hash


Description:


public HashTable<string,string> xml_to_hash (Doc doc, XmlHashType type)

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 OBJECT_UID, then XML objects will be indexed in the hash by their UID (other nodes will still be indexed by name).

Parameters:

doc

The Doc to store in a hash table.

type

The value type to use as a key in the hash table.

Returns:

The newly-created GenericSet representation of doc.


Namespace: E