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

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

public class AtomEntryParser
extends Object

Created by The eXo Platform SAS.

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

Constructor Summary
protected AtomEntryParser()
          Constructor.
 
Method Summary
static EntryInfo getEntryInfo(com.google.gwt.xml.client.NodeList nodeList)
           
static void parse(com.google.gwt.xml.client.Node response, AtomEntry entry)
          Parse entry xml document to AtomEntry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomEntryParser

protected AtomEntryParser()
Constructor.

Method Detail

parse

public static void parse(com.google.gwt.xml.client.Node response,
                         AtomEntry entry)
Parse entry xml document to AtomEntry.

Parameters:
response - response
entry - entry

getEntryInfo

public static EntryInfo getEntryInfo(com.google.gwt.xml.client.NodeList nodeList)
Parameters:
nodeList - node list
Returns:
EntryInfo


Copyright © 2010 eXo Platform SAS. All Rights Reserved.