Apache Abdera API

Uses of Interface
org.apache.abdera.model.ExtensibleElement

Packages that use ExtensibleElement
org.apache.abdera.model   
org.apache.abdera.protocol.error   
 

Uses of ExtensibleElement in org.apache.abdera.model
 

Subinterfaces of ExtensibleElement in org.apache.abdera.model
 interface Categories
          The Atom Publishing Protocol introduces the notion of a "Category Document" and the app:categories element.
 interface Category
          Provides categorization informaton for a feed or entry
 interface Collection
          Represents an collection element in an Atom Publishing Protocol introspection document.
 interface Control
          Represents an Atom Publishing Protocol control element.
 interface Div
          Represents an XHTML div tag.
 interface Entry
          Represents an Atom Entry element.
 interface Feed
          Represents an Atom Feed Element
 interface Link
          Represents an Atom Link element.
 interface Person
          An Atom Person Construct
 interface Service
          Represents the root of an Atom Publishing Protocol Introspection Document.
 interface Source
          Per RFC4287:
 interface Workspace
          An Atom Publishing Protocol Introspection Document workspace element.
 

Classes in org.apache.abdera.model that implement ExtensibleElement
 class ExtensibleElementWrapper
          ElementWrapper implementation that implements the ExtensibleElement interface.
 class PersonWrapper
          ElementWrapper implementation that implements the Person interface.
 

Methods in org.apache.abdera.model with type parameters of type ExtensibleElement
<T extends ExtensibleElement>
T
ExtensibleElement.addExtension(Element extension)
          Adds an individual extension element
<T extends ExtensibleElement>
T
ExtensibleElementWrapper.addExtension(Element extension)
           
<T extends ExtensibleElement>
T
ExtensibleElement.addExtension(Element extension, Element before)
          Adds an individual extension element before the specified element
<T extends ExtensibleElement>
T
ExtensibleElementWrapper.addExtension(Element extension, Element before)
           
 

Methods in org.apache.abdera.model that return ExtensibleElement
protected  ExtensibleElement ExtensibleElementWrapper.getExtInternal()
           
 

Uses of ExtensibleElement in org.apache.abdera.protocol.error
 

Classes in org.apache.abdera.protocol.error that implement ExtensibleElement
 class Error
          Abdera protocol error element.
 


Apache Abdera API

Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.