Uses of Interface
org.apache.lucene.gdata.gom.GOMElement

Packages that use GOMElement
org.apache.lucene.gdata.gom   
org.apache.lucene.gdata.gom.core   
 

Uses of GOMElement in org.apache.lucene.gdata.gom
 

Classes in org.apache.lucene.gdata.gom with type parameters of type GOMElement
 interface GOMDocument<T extends GOMElement>
           GOMDocument acts as a container for GOMElements to render the containing GOMElement as a valid xml document.
 

Subinterfaces of GOMElement in org.apache.lucene.gdata.gom
 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 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 GOMElement in org.apache.lucene.gdata.gom.core
 

Classes in org.apache.lucene.gdata.gom.core with type parameters of type GOMElement
 class GOMDocumentImpl<T extends GOMElement>
           
 

Classes in org.apache.lucene.gdata.gom.core that implement GOMElement
 class AbstractGOMElement
           
 class ArbitraryGOMXml
           
 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
           
 

Methods in org.apache.lucene.gdata.gom.core that return types with arguments of type GOMElement
 List<GOMElement> ArbitraryGOMXml.getChildren()
          this method will never return null
 



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