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

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

public class FeedParser
extends Object

Created by The eXo Platform SAS.

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

Constructor Summary
protected FeedParser()
          Constructor.
 
Method Summary
static FeedInfo getFeedInfo(com.google.gwt.xml.client.NodeList nodeList)
          Parse feed info from xml to FeedInfo.
static FeedType parse(com.google.gwt.xml.client.Document response)
          Parse xml feed to FeedType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedParser

protected FeedParser()
Constructor.

Method Detail

parse

public static FeedType parse(com.google.gwt.xml.client.Document response)
Parse xml feed to FeedType.

Parameters:
response - response
Returns:
FeedType

getFeedInfo

public static FeedInfo getFeedInfo(com.google.gwt.xml.client.NodeList nodeList)
Parse feed info from xml to FeedInfo.

Parameters:
nodeList - node list
Returns:
FeedInfo


Copyright © 2010 eXo Platform SAS. All Rights Reserved.