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

Packages that use Base
org.apache.abdera.examples.extension   
org.apache.abdera.ext.features   
org.apache.abdera.ext.json   
org.apache.abdera.ext.license   
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.thread   
org.apache.abdera.ext.tombstones   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.parser.stax.util   
org.apache.abdera.protocol.client   
org.apache.abdera.protocol.client.util   
org.apache.abdera.protocol.error   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.context   
org.apache.abdera.util   
org.apache.abdera.writer   
org.apache.abdera.xpath   
 

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

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

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

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

Uses of Base in org.apache.abdera.ext.json
 

Methods in org.apache.abdera.ext.json with parameters of type Base
static void JSONUtil.toJson(Base base, Writer writer)
           
 Object JSONWriter.write(Base base, WriterOptions options)
           
 void JSONWriter.writeTo(Base base, OutputStream out, WriterOptions options)
           
 void JSONWriter.writeTo(Base base, Writer out, WriterOptions options)
           
 

Uses of Base in org.apache.abdera.ext.license
 

Methods in org.apache.abdera.ext.license with parameters of type Base
static Link LicenseHelper.addLicense(Base base, String iri)
           
static Link LicenseHelper.addLicense(Base base, String iri, String title)
           
static Link LicenseHelper.addLicense(Base base, String iri, String type, String title, String hreflang)
           
static Link LicenseHelper.addUnspecifiedLicense(Base base)
           
static List<Link> LicenseHelper.getLicense(Base base)
           
static List<Link> LicenseHelper.getLicense(Base base, boolean inherited)
           
static boolean LicenseHelper.hasLicense(Base base)
           
static boolean LicenseHelper.hasLicense(Base base, boolean inherited)
           
static boolean LicenseHelper.hasLicense(Base base, String iri)
           
static boolean LicenseHelper.hasLicense(Base base, String iri, boolean inherited)
           
static boolean LicenseHelper.hasUnspecifiedLicense(Base base)
           
static boolean LicenseHelper.hasUnspecifiedLicense(Base base, boolean inherited)
           
 

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

Classes in org.apache.abdera.ext.media that implement Base
 class MediaAdult
          Deprecated. Use MediaRating instead
 class MediaCategory
           
 class MediaContent
           
 class MediaCopyright
           
 class MediaCredit
           
 class MediaDescription
           
 class MediaGroup
           
 class MediaHash
           
 class MediaKeywords
           
 class MediaPlayer
           
 class MediaRating
           
 class MediaRestriction
           
 class MediaText
           
 class MediaThumbnail
           
 class MediaTitle
           
 

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

Classes in org.apache.abdera.ext.opensearch.model that implement Base
 class IntegerElement
          A generic integer element.
 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.
 class StringElement
          A generic string element.
 class Url
          Open Search 1.1 Url element: describes an interface by which a search client can make search requests.
This supports all parts of the Open Search 1.1 Url specification.
 

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

Classes in org.apache.abdera.ext.rss that implement Base
 class RssCategory
           
 class RssChannel
           
 class RssCloud
           
 class RssContent
           
 class RssDateTime
           
 class RssEnclosure
           
 class RssFeed
           
 class RssGenerator
           
 class RssGuid
           
 class RssImage
           
 class RssItem
           
 class RssLink
           
 class RssPerson
           
 class RssSkipDays
           
 class RssSkipHours
           
 class RssSource
           
 class RssText
           
 class RssTextInput
           
 class RssUriElement
           
 

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

Classes in org.apache.abdera.ext.sharing that implement Base
 class Conflicts
           
 class History
           
 class Related
           
 class Sharing
           
 class Sync
           
 class Unpublished
           
 

Uses of Base in org.apache.abdera.ext.thread
 

Classes in org.apache.abdera.ext.thread that implement Base
 class InReplyTo
           
 class Total
           
 

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

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

Uses of Base in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory with type parameters of type Base
<T extends Base>
T
StreamBuilder.getBase()
           
<T extends Base>
String
Factory.getMimeType(T base)
          Get the mime type for the specified extension element / document
<T extends Base>
String
ExtensionFactoryMap.getMimeType(T base)
           
<T extends Base>
String
ExtensionFactory.getMimeType(T base)
          Retrieve the mime type for the element
 

Methods in org.apache.abdera.factory with parameters of type Base
 Categories Factory.newCategories(Base parent)
          Create a new Categories element.
 Div Factory.newDiv(Base parent)
          Create a new Div element as a child of the given Base.
<T extends Element>
T
Factory.newElement(QName qname, Base parent)
          Create a new Element with the given QName as a child of the given Base.
 Entry Factory.newEntry(Base parent)
          Create a new Entry element as a child of the given Base.
<T extends Element>
T
Factory.newExtensionElement(QName qname, Base parent)
          Create a new extension element with the given QName as a child of the given Base.
 Feed Factory.newFeed(Base parent)
          Create a new Feed element as a child of the given Base.
 Service Factory.newService(Base parent)
          Create a new Service element as a child of the given Base.
 

Uses of Base in org.apache.abdera.model
 

Subinterfaces of Base 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 Content
           Represents an atom:content element.
 interface Control
           Represents an Atom Publishing Protocol control element.
 interface DateTime
           An element conforming to the Atom Date Construct.
 interface Div
           Represents an XHTML div tag.
 interface Document<T extends Element>
           The top level artifact of the Feed Object Model.
 interface Element
          Root interface for all elements in the Feed Object Model
 interface Entry
           Represents an Atom Entry element.
 interface ExtensibleElement
          An abstract element that can be extended with namespaced child elements
 interface Feed
           Represents an Atom Feed Element
 interface Generator
           Identifies the software implementation that produced the Atom feed.
 interface IRIElement
           The IRI interface provides a common base for a set of feed and entry elements whose content value must be a valid IRI/URI reference.
 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 Text
           Represents an Atom Text Contruct.
 interface Workspace
           An Atom Publishing Protocol Introspection Document workspace element.
 

Classes in org.apache.abdera.model that implement Base
 class DateTimeWrapper
          An ElementWrapper implementation that can serve as the basis for Atom Date Construct based extensions.
 class ElementWrapper
          Base implementation used for static extensions.
 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 Base
<T extends Base>
T
ElementWrapper.addComment(String value)
           
<T extends Base>
T
Base.addComment(String value)
          Add an XML comment to this Base
<T extends Base>
T
ElementWrapper.complete()
           
<T extends Base>
T
Base.complete()
          Ensure that the underlying streams are fully parsed.
<T extends Base>
T
TextValue.getParentElement()
          The parent element
<T extends Base>
T
Comment.getParentElement()
          The parent node
<T extends Base>
T
ElementWrapper.getParentElement()
           
<T extends Base>
T
Element.getParentElement()
          Return this Element's parent element or document
<T extends Base>
T
ProcessingInstruction.getParentElement()
          The parent node
 

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

Classes in org.apache.abdera.parser.stax that implement Base
 class FOMCategories
           
 class FOMCategory
           
 class FOMCollection
           
 class FOMContent
           
 class FOMControl
           
 class FOMDateTime
           
 class FOMDiv
           
 class FOMDocument<T extends Element>
           
 class FOMElement
           
 class FOMEntry
           
 class FOMExtensibleElement
           
 class FOMFeed
           
 class FOMGenerator
           
 class FOMIRI
           
 class FOMLink
           
 class FOMMultipartCollection
           
 class FOMPerson
           
 class FOMService
           
 class FOMSource
           
 class FOMText
           
 class FOMWorkspace
           
 

Methods in org.apache.abdera.parser.stax with type parameters of type Base
<T extends Base>
T
FOMElement.addComment(String value)
           
<X extends Base>
X
FOMDocument.addComment(String value)
           
<T extends Base>
T
FOMElement.complete()
          Ensure that the underlying streams are fully parsed.
<X extends Base>
X
FOMDocument.complete()
          Ensure that the underlying streams are fully parsed.
<T extends Base>
String
FOMFactory.getMimeType(T base)
           
<T extends Base>
T
FOMElement.getParentElement()
           
<T extends Base>
T
FOMTextValue.getParentElement()
           
<T extends Base>
T
FOMProcessingInstruction.getParentElement()
           
<T extends Base>
T
FOMComment.getParentElement()
           
 

Methods in org.apache.abdera.parser.stax with parameters of type Base
 boolean FOMXPath.booleanValueOf(String path, Base base, Map<String,String> namespaces)
           
 boolean FOMXPath.booleanValueOf(String path, Base base, Map<String,String> namespaces, Map<QName,org.jaxen.Function> functions, Map<QName,Object> variables)
           
 Object FOMXPath.evaluate(String path, Base base, Map<String,String> namespaces)
           
 Object FOMXPath.evaluate(String path, Base base, Map<String,String> namespaces, Map<QName,org.jaxen.Function> functions, Map<QName,Object> variables)
           
 Categories FOMFactory.newCategories(Base parent)
           
 Div FOMFactory.newDiv(Base parent)
           
<T extends Element>
T
FOMFactory.newElement(QName qname, Base parent)
           
 Entry FOMFactory.newEntry(Base parent)
           
<T extends Element>
T
FOMFactory.newExtensionElement(QName qname, Base parent)
           
 Feed FOMFactory.newFeed(Base parent)
           
 Service FOMFactory.newService(Base parent)
           
 Number FOMXPath.numericValueOf(String path, Base base, Map<String,String> namespaces)
           
 Number FOMXPath.numericValueOf(String path, Base base, Map<String,String> namespaces, Map<QName,org.jaxen.Function> functions, Map<QName,Object> variables)
           
 List FOMXPath.selectNodes(String path, Base base, Map<String,String> namespaces)
           
 List FOMXPath.selectNodes(String path, Base base, Map<String,String> namespaces, Map<QName,org.jaxen.Function> functions, Map<QName,Object> variables)
           
 Object FOMXPath.selectSingleNode(String path, Base base, Map<String,String> namespaces)
           
 Object FOMXPath.selectSingleNode(String path, Base base, Map<String,String> namespaces, Map<QName,org.jaxen.Function> functions, Map<QName,Object> variables)
           
 String FOMXPath.valueOf(String path, Base base, Map<String,String> namespaces)
           
 String FOMXPath.valueOf(String path, Base base, Map<String,String> namespaces, Map<QName,org.jaxen.Function> functions, Map<QName,Object> variables)
           
 Object FOMWriter.write(Base base, WriterOptions options)
           
 void FOMWriter.writeTo(Base base, OutputStream out, WriterOptions options)
           
 void FOMWriter.writeTo(Base base, Writer out, WriterOptions options)
           
 

Uses of Base in org.apache.abdera.parser.stax.util
 

Methods in org.apache.abdera.parser.stax.util with parameters of type Base
 Object PrettyWriter.write(Base base, WriterOptions options)
           
 void PrettyWriter.writeTo(Base base, OutputStream out, WriterOptions options)
           
 void PrettyWriter.writeTo(Base base, Writer out, WriterOptions options)
           
 

Uses of Base in org.apache.abdera.protocol.client
 

Methods in org.apache.abdera.protocol.client with parameters of type Base
 ClientResponse AbderaClient.execute(String method, String uri, Base base, RequestOptions options)
          Sends the specified method request to the specified URI.
 ClientResponse AbderaClient.post(String uri, Base base)
          Sends an HTTP POST request to the specified URI using the default options
 ClientResponse AbderaClient.post(String uri, Base base, RequestOptions options)
          Sends an HTTP POST request to the specified URI.
 ClientResponse AbderaClient.put(String uri, Base base)
          Sends an HTTP PUT request to the specified URI using the default options
 ClientResponse AbderaClient.put(String uri, Base base, RequestOptions options)
          Sends an HTTP PUT request to the specified URI.
 

Uses of Base in org.apache.abdera.protocol.client.util
 

Constructors in org.apache.abdera.protocol.client.util with parameters of type Base
BaseRequestEntity(Base base)
           
BaseRequestEntity(Base base, boolean use_chunked)
           
 

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

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

Uses of Base in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server with parameters of type Base
static EntityTag ProviderHelper.calculateEntityTag(Base base)
           
static ResponseContext ProviderHelper.returnBase(Base base, int status, Date lastModified)
          Return a document
 

Uses of Base in org.apache.abdera.protocol.server.context
 

Classes in org.apache.abdera.protocol.server.context with type parameters of type Base
 class BaseResponseContext<T extends Base>
           
 

Uses of Base in org.apache.abdera.util
 

Methods in org.apache.abdera.util with type parameters of type Base
<T extends Base>
String
AbstractExtensionFactory.getMimeType(T base)
           
static
<T extends Base>
String
MimeTypeHelper.getMimeType(T base)
          Returns the appropriate media type for the given Abdera base
 

Methods in org.apache.abdera.util with parameters of type Base
 boolean AbstractXPath.booleanValueOf(String path, Base base)
           
 Object AbstractXPath.evaluate(String path, Base base)
           
 Number AbstractXPath.numericValueOf(String path, Base base)
           
 List AbstractXPath.selectNodes(String path, Base base)
           
 Object AbstractXPath.selectSingleNode(String path, Base base)
           
 String AbstractXPath.valueOf(String path, Base base)
           
 Object AbstractWriter.write(Base base)
           
 void AbstractWriter.writeTo(Base base, OutputStream out)
           
 void AbstractWriter.writeTo(Base base, WritableByteChannel out)
           
 void AbstractWriter.writeTo(Base base, WritableByteChannel out, WriterOptions options)
           
 void AbstractWriter.writeTo(Base base, Writer out)
           
 

Constructors in org.apache.abdera.util with parameters of type Base
AbderaDataSource(Base base)
           
AbderaSource(Base base)
           
 

Uses of Base in org.apache.abdera.writer
 

Methods in org.apache.abdera.writer with parameters of type Base
 Object Writer.write(Base base)
          Return the serialized form of the Abdera Base
 Object Writer.write(Base base, WriterOptions options)
          Return the serialized form of the Abdera Base
 void Writer.writeTo(Base base, OutputStream out)
          Serialized the given Abdera Base to the given outputstream
 void Writer.writeTo(Base base, OutputStream out, WriterOptions options)
          Serialized the given Abdera Base to the given outputstream
 void Writer.writeTo(Base base, WritableByteChannel out)
           
 void Writer.writeTo(Base base, WritableByteChannel out, WriterOptions options)
           
 void Writer.writeTo(Base base, Writer out)
          Serialized the given Abdera Base to the given writer
 void Writer.writeTo(Base base, Writer out, WriterOptions options)
          Serialized the given Abdera Base to the given writer
 

Uses of Base in org.apache.abdera.xpath
 

Methods in org.apache.abdera.xpath with parameters of type Base
 boolean XPath.booleanValueOf(String path, Base base)
          Return a boolean representation of the specified Path
 boolean XPath.booleanValueOf(String path, Base base, Map<String,String> namespaces)
          Return a boolean representation of the specified Path using the specified Namespaces mapping
 Object XPath.evaluate(String path, Base base)
          Evaluate the specified XPath and return it's value
 Object XPath.evaluate(String path, Base base, Map<String,String> namespaces)
          Evaluate the specified XPath and return it's value using the specified Namespaces mapping
 Number XPath.numericValueOf(String path, Base base)
          Return a numeric representation of the specified Path
 Number XPath.numericValueOf(String path, Base base, Map<String,String> namespaces)
          Return a numeric representation of the specified Path using the specified Namespaces mapping
 List XPath.selectNodes(String path, Base base)
          Return a listing of nodes matching the specified Path
 List XPath.selectNodes(String path, Base base, Map<String,String> namespaces)
          Return a listing of nodes matching the specified Path using the specified Namespaces mapping
 Object XPath.selectSingleNode(String path, Base base)
          Return the first node matching the specified Path
 Object XPath.selectSingleNode(String path, Base base, Map<String,String> namespaces)
          Return a the first node matching the specified Path using the specified Namespaces mapping
 String XPath.valueOf(String path, Base base)
          Return the text value of the specified Path
 String XPath.valueOf(String path, Base base, Map<String,String> namespaces)
          Return the text value of the specified Path using the specified Namespaces mapping
 



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