org.xcmis.client.gwt.marshallers.builder
Class EntryXMLBuilder

java.lang.Object
  extended by org.xcmis.client.gwt.marshallers.builder.EntryXMLBuilder

public class EntryXMLBuilder
extends Object

Is used to create entry node in xml document.

Version:
$Id: $
Author:
Ann Zhuleva

Field Summary
static String XML
          XML.
static QName XMLNS
          XMLNS.
static QName XMLNS_APP
          XMLNS APP.
static QName XMLNS_ATOM
          XMLNS ATOM.
static QName XMLNS_CMIS
          XMLNS CMIS.
static QName XMLNS_CMISM
          XMLNS CMISM.
static QName XMLNS_CMISRA
          XMLNS CMISRA.
 
Constructor Summary
protected EntryXMLBuilder()
          Constructor.
 
Method Summary
static com.google.gwt.xml.client.Element createEntryElement(com.google.gwt.xml.client.Document doc)
          Create entry node with its attributes.
static String createStringRequest(com.google.gwt.xml.client.Document document)
          Create full xml request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML

public static final String XML
XML.

See Also:
Constant Field Values

XMLNS

public static final QName XMLNS
XMLNS.


XMLNS_CMIS

public static final QName XMLNS_CMIS
XMLNS CMIS.


XMLNS_CMISRA

public static final QName XMLNS_CMISRA
XMLNS CMISRA.


XMLNS_CMISM

public static final QName XMLNS_CMISM
XMLNS CMISM.


XMLNS_ATOM

public static final QName XMLNS_ATOM
XMLNS ATOM.


XMLNS_APP

public static final QName XMLNS_APP
XMLNS APP.

Constructor Detail

EntryXMLBuilder

protected EntryXMLBuilder()
Constructor.

Method Detail

createEntryElement

public static com.google.gwt.xml.client.Element createEntryElement(com.google.gwt.xml.client.Document doc)
Create entry node with its attributes.

Parameters:
doc - doc
Returns:
Element

createStringRequest

public static String createStringRequest(com.google.gwt.xml.client.Document document)
Create full xml request.

Parameters:
document - document
Returns:
String


Copyright © 2010 eXo Platform SAS. All Rights Reserved.