create(key1,value1,key2,value2,.....,keyN,valueN) or create()
Returns the created hashmap
Accept Type(s): () , (Object,Object,....,Object,Object)
Return Type(s): HashMap
toXML(Map) or toXML(Map, RootElementName)
Returns the string representation of the map in XML format
Accept Type(s): (Map) or (Map, String)
Return Type(s): String