Uses of Class
org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects.AtomElement

Packages that use AtomElement
org.apache.chemistry.opencmis.client.bindings.spi.atompub   
org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects   
 

Uses of AtomElement in org.apache.chemistry.opencmis.client.bindings.spi.atompub
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub with parameters of type AtomElement
protected  boolean AbstractAtomPubService.is(String name, AtomElement element)
           
protected  boolean AbstractAtomPubService.isInt(String name, AtomElement element)
           
protected  boolean AbstractAtomPubService.isNextLink(AtomElement element)
           
protected  boolean AbstractAtomPubService.isStr(String name, AtomElement element)
           
 

Uses of AtomElement in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects that return types with arguments of type AtomElement
 List<AtomElement> AtomBase.getElements()
           
 

Methods in org.apache.chemistry.opencmis.client.bindings.spi.atompub.objects with parameters of type AtomElement
 void AtomBase.addElement(AtomElement element)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.