|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensibleElement | |
---|---|
org.apache.abdera.examples.extension | |
org.apache.abdera.model | |
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.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 Per RFC4287: The "atom:category" element conveys information about a category associated with an entry or feed. |
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 Per RFC4287: The "atom:feed" element is the document (i.e., top-level) element of an Atom Feed Document, acting as a container for metadata and data associated with the feed. |
interface |
Link
Represents an Atom Link element. |
interface |
Person
An Atom Person Construct Per RFC4287: A Person construct is an element that describes a person, corporation, or similar entity (hereafter, 'person'). |
interface |
Service
Represents the root of an Atom Publishing Protocol Introspection Document. |
interface |
Source
Per RFC4287: If an atom:entry is copied from one feed into another feed, then the source atom:feed's metadata (all child elements of atom:feed other than the atom:entry elements) MAY be preserved within the copied entry by adding an atom:source child element, if it is not already present in the entry, and including some or all of the source feed's Metadata elements as the atom:source element's children. |
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 | ||
---|---|---|
|
ExtensibleElementWrapper.addExtension(Element extension)
|
|
|
ExtensibleElement.addExtension(Element extension)
Adds an individual extension element |
|
|
ExtensibleElementWrapper.addExtension(Element extension,
Element before)
|
|
|
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.protocol.error |
---|
Classes in org.apache.abdera.protocol.error that implement ExtensibleElement | |
---|---|
class |
Error
Abdera protocol error element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |