|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GOMXmlEntity | |
---|---|
org.apache.lucene.gdata.gom | |
org.apache.lucene.gdata.gom.core |
Uses of GOMXmlEntity in org.apache.lucene.gdata.gom |
---|
Subinterfaces of GOMXmlEntity in org.apache.lucene.gdata.gom | |
---|---|
interface |
GOMAttribute
This class is a object representation of a XML Attribute used in the GO-Model. |
interface |
GOMAuthor
GOMAuthor elmement used in feed and entries as a representation of a atom:author element. |
interface |
GOMCategory
GOMCategory type |
interface |
GOMContent
GOMContent represents the atom:content element. |
interface |
GOMContributor
The "atom:contributor" element is a Person construct that indicates a person or other entity who contributed to the entry or feed. |
interface |
GOMDateConstruct
GOMDateConstruct is a base interface for several concrete DateConstruct implementations like GOMUpdated or
GOMPublished |
interface |
GOMElement
Abstract interface which should be assignable from all classes representing xml elements within the GData Object Model. |
interface |
GOMEntry
The GOMEntry class represents a "atom:entry" element in the GData Object Model. |
interface |
GOMExtension
The GData Object Model is like the Google Data Api highly extensible and offers a lot of base classes to extend as a GOMExtension . |
interface |
GOMFeed
Class representing the "atom:feed" element. |
interface |
GOMGenerator
Class representing the "atom:generator" element. |
interface |
GOMIcon
Simple atom:icon element class. |
interface |
GOMId
The "atom:id" element conveys a permanent, universally unique identifier for an entry or feed. |
interface |
GOMLink
The "atom:link" element defines a reference from an entry or feed to a Web resource. |
interface |
GOMLogo
Simple atom:logo element. |
interface |
GOMPerson
GOMPerson type used for feed and entry authors and contributors. |
interface |
GOMPublished
The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry. |
interface |
GOMRights
The "atom:rights" element is a Text construct that conveys information about rights held in and over an entry or feed. |
interface |
GOMSource
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 |
GOMSubtitle
The "atom:subtitle" element is a Text construct that conveys a human-readable description or subtitle for a feed. |
interface |
GOMSummary
|
interface |
GOMTextConstruct
|
interface |
GOMTime
|
interface |
GOMTitle
The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed. |
interface |
GOMUpdated
The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. |
Uses of GOMXmlEntity in org.apache.lucene.gdata.gom.core |
---|
Classes in org.apache.lucene.gdata.gom.core that implement GOMXmlEntity | |
---|---|
class |
AbstractGOMElement
|
class |
ArbitraryGOMXml
|
class |
GOMAttributeImpl
|
class |
GOMAuthorImpl
|
class |
GOMCategoryImpl
|
class |
GOMContentImpl
|
class |
GOMContributorImpl
|
class |
GOMDateConstructImpl
A Date construct is an element whose content MUST conform to the "date-time" production in [RFC3339]. |
class |
GOMEntryImpl
The default implementation of GOMEntry |
class |
GOMGeneratorImpl
|
class |
GOMIconImpl
|
class |
GOMLinkImpl
element atom:link { atomCommonAttributes, attribute href { atomUri }, attribute rel { atomNCName | atomUri }?, attribute type { atomMediaType }?, attribute hreflang { atomLanguageTag }?, attribute title { text }?, attribute length { text }?, undefinedContent } |
class |
GOMLogoImpl
|
class |
GOMPersonImpl
|
class |
GOMPublishedImpl
|
class |
GOMRightsImpl
|
class |
GOMSourceImpl
|
class |
GOMSubtitleImpl
|
class |
GOMSummaryImpl
|
class |
GOMTextContructImpl
|
class |
GOMTitleImpl
|
class |
GOMUpdatedImpl
|
class |
SimpleGOMElementImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |