|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.unmarshallers.parser.TypeParser
public class TypeParser
Created by The eXo Platform SAS.
| 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 |
|---|
protected TypeParser()
| Method Detail |
|---|
public static List<TypeDefinition> getTypeList(com.google.gwt.xml.client.Document response)
response - response
CmisTypeDefinitionTypepublic static List<TypeEntry> getTypes(com.google.gwt.xml.client.Document response)
response - response
TypeEntry
public static void getTypeEntry(com.google.gwt.xml.client.Node entryNode,
TypeEntry typeEntry)
TypeEntry from xml.
entryNode - entry nodetypeEntry - type entrypublic static TypeDefinition getCmisTypeDefinitionType(com.google.gwt.xml.client.Node node)
CmisTypeDefinitionType.
node - node
CmisTypeDefinitionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||