org.xcmis.client.gwt.unmarshallers.parser
Class CollectionsParser

java.lang.Object
  extended by org.xcmis.client.gwt.unmarshallers.parser.CollectionsParser

public class CollectionsParser
extends Object

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
protected CollectionsParser()
          Constructor.
 
Method Summary
static List<CmisCollection> parse(com.google.gwt.xml.client.Node node)
          Retrieve information about repositories collections from xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsParser

protected CollectionsParser()
Constructor.

Method Detail

parse

public static List<CmisCollection> parse(com.google.gwt.xml.client.Node node)
Retrieve information about repositories collections from xml.

Parameters:
node - node
Returns:
List containing CmisCollection


Copyright © 2010 eXo Platform SAS. All Rights Reserved.