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

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

public class TypeParser
extends Object

Created by The eXo Platform SAS.

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

Constructor Summary
protected TypeParser()
          Constructor.
 
Method Summary
static TypeDefinition getCmisTypeDefinitionType(com.google.gwt.xml.client.Node node)
          Parse xml element to get CmisTypeDefinitionType.
static void getTypeEntry(com.google.gwt.xml.client.Node entryNode, TypeEntry typeEntry)
          Retrieve data for TypeEntry from xml.
static List<TypeDefinition> getTypeList(com.google.gwt.xml.client.Document response)
           
static List<TypeEntry> getTypes(com.google.gwt.xml.client.Document response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeParser

protected TypeParser()
Constructor.

Method Detail

getTypeList

public static List<TypeDefinition> getTypeList(com.google.gwt.xml.client.Document response)
Parameters:
response - response
Returns:
List containing CmisTypeDefinitionType

getTypes

public static List<TypeEntry> getTypes(com.google.gwt.xml.client.Document response)
Parameters:
response - response
Returns:
List containing TypeEntry

getTypeEntry

public static void getTypeEntry(com.google.gwt.xml.client.Node entryNode,
                                TypeEntry typeEntry)
Retrieve data for TypeEntry from xml.

Parameters:
entryNode - entry node
typeEntry - type entry

getCmisTypeDefinitionType

public static TypeDefinition getCmisTypeDefinitionType(com.google.gwt.xml.client.Node node)
Parse xml element to get CmisTypeDefinitionType.

Parameters:
node - node
Returns:
CmisTypeDefinitionType


Copyright © 2010 eXo Platform SAS. All Rights Reserved.