eXo Kernel :: Container 2.5.0-GA

org.exoplatform.xml.object
Class XMLMap

java.lang.Object
  extended by org.exoplatform.xml.object.XMLMap

public class XMLMap
extends Object

Since:
Apr 11, 2005
Version:
$Id: XMLMap.java 5799 2006-05-28 17:55:42Z geaz $
Author:
Tuan Nguyen (tuan08@users.sourceforge.net)

Constructor Summary
XMLMap()
           
XMLMap(Map<?,?> map)
           
 
Method Summary
 Iterator<XMLEntry> getEntryIterator()
           
 Map<Object,Object> getMap()
           
 String getType()
           
 void setType(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLMap

public XMLMap()

XMLMap

public XMLMap(Map<?,?> map)
       throws Exception
Throws:
Exception
Method Detail

getType

public String getType()

setType

public void setType(String s)

getEntryIterator

public Iterator<XMLEntry> getEntryIterator()

getMap

public Map<Object,Object> getMap()
                          throws Exception
Throws:
Exception

eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.