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

Packages that use ExtensibleElement
org.apache.abdera.examples.extension   
org.apache.abdera.ext.features   
org.apache.abdera.ext.geo   
org.apache.abdera.ext.media   
org.apache.abdera.ext.opensearch.model   
org.apache.abdera.ext.rss   
org.apache.abdera.ext.sharing   
org.apache.abdera.ext.tombstones   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.protocol.error   
 

Uses of ExtensibleElement in org.apache.abdera.examples.extension
 

Classes in org.apache.abdera.examples.extension that implement ExtensibleElement
 class Bar
           
 

Uses of ExtensibleElement in org.apache.abdera.ext.features
 

Classes in org.apache.abdera.ext.features that implement ExtensibleElement
 class Feature
           
 class Features
           
 

Uses of ExtensibleElement in org.apache.abdera.ext.geo
 

Methods in org.apache.abdera.ext.geo with parameters of type ExtensibleElement
static void GeoHelper.addPosition(ExtensibleElement element, Position position)
           
static void GeoHelper.addPosition(ExtensibleElement element, Position position, GeoHelper.Encoding encoding)
           
static Position[] GeoHelper.getPositions(ExtensibleElement element)
           
static boolean GeoHelper.isGeotagged(ExtensibleElement element)
           
static Iterator<Position> GeoHelper.listPositions(ExtensibleElement element)
           
 

Uses of ExtensibleElement in org.apache.abdera.ext.media
 

Classes in org.apache.abdera.ext.media that implement ExtensibleElement
 class MediaContent
           
 class MediaGroup
           
 

Uses of ExtensibleElement in org.apache.abdera.ext.opensearch.model
 

Classes in org.apache.abdera.ext.opensearch.model that implement ExtensibleElement
 class OpenSearchDescription
          Open Search 1.1 Description Document element: used to describe the web interface of an Open Search based search engine.
Currently, this supports only a subset of the Open Search 1.1 Description Document element specification.
 class Query
          Open Search 1.1 Query element: defines a search query that can be performed by search clients.
This supports all parts of the Open Search 1.1 Url specification.
 

Uses of ExtensibleElement in org.apache.abdera.ext.rss
 

Classes in org.apache.abdera.ext.rss that implement ExtensibleElement
 class RssCategory
           
 class RssChannel
           
 class RssEnclosure
           
 class RssFeed
           
 class RssGuid
           
 class RssImage
           
 class RssItem
           
 class RssLink
           
 class RssPerson
           
 class RssSkipDays
           
 class RssSkipHours
           
 class RssSource
           
 class RssTextInput
           
 

Methods in org.apache.abdera.ext.rss with type parameters of type ExtensibleElement
<T extends ExtensibleElement>
T
RssCategory.addExtension(Element extension)
           
<T extends ExtensibleElement>
T
RssEnclosure.addExtension(Element extension)
           
<T extends ExtensibleElement>
T
RssFeed.addExtension(Element extension)
           
<T extends ExtensibleElement>
T
RssGuid.addExtension(Element extension)
           
 

Uses of ExtensibleElement in org.apache.abdera.ext.sharing
 

Classes in org.apache.abdera.ext.sharing that implement ExtensibleElement
 class Conflicts
           
 class Sharing
           
 class Sync
           
 class Unpublished
           
 

Uses of ExtensibleElement in org.apache.abdera.ext.tombstones
 

Classes in org.apache.abdera.ext.tombstones that implement ExtensibleElement
 class Tombstone
           
 

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
ExtensibleElementWrapper.addExtension(Element extension)
           
<T extends ExtensibleElement>
T
ExtensibleElement.addExtension(Element extension)
          Adds an individual extension element
<T extends ExtensibleElement>
T
ExtensibleElementWrapper.addExtension(Element extension, Element before)
           
<T extends ExtensibleElement>
T
ExtensibleElement.addExtension(Element extension, Element before)
          Adds an individual extension element before the specified element
 

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

Uses of ExtensibleElement in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement ExtensibleElement
 class FOMCategories
           
 class FOMCategory
           
 class FOMCollection
           
 class FOMContent
           
 class FOMControl
           
 class FOMDiv
           
 class FOMEntry
           
 class FOMExtensibleElement
           
 class FOMFeed
           
 class FOMLink
           
 class FOMMultipartCollection
           
 class FOMPerson
           
 class FOMService
           
 class FOMSource
           
 class FOMWorkspace
           
 

Methods in org.apache.abdera.parser.stax with type parameters of type ExtensibleElement
<T extends ExtensibleElement>
T
FOMExtensibleElement.addExtension(Element extension)
           
<T extends ExtensibleElement>
T
FOMExtensibleElement.addExtension(Element extension, Element before)
           
 

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.
 



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