Uses of Interface
org.intabulas.sandler.elements.Entry

Packages that use Entry
org.intabulas.sandler Defines the classes and interfaces for the sandler atom implementation 
org.intabulas.sandler.api Defines the classes and interfaces for the sandler AtomAPI helper classes 
org.intabulas.sandler.api.impl Defines the classes and interfaces for the sandler AtomAPI helper classes 
org.intabulas.sandler.elements Defines the interfaces for the sandler atom implementation 
org.intabulas.sandler.elements.impl Defines the implementation of the classes for the sandler atom implementation 
org.intabulas.sandler.parser Defines the parser(s) for the sandler atom implementation 
 

Uses of Entry in org.intabulas.sandler
 

Methods in org.intabulas.sandler that return Entry
static Entry SyndicationFactory.createEntry(Content content, String title, String id, Link alternate, Date issued, Date modified)
          Construct a valid Atom Entry with some content
static Entry SyndicationFactory.createEntry(String title, String id, Link alternate, Date issued, Date modified)
          Construct a valid Atom Entry without any content
static Entry SyndicationFactory.newSyndicationEntry()
          Create a new/empty Atom Entry instance
static Entry SyndicationFactory.newSyndicationEntry(String entry)
          Create a new/empty Atom Entry instance from a String representation of an Entry
static Entry Sandler.unmarshallEntry(InputStream stream)
          Unmarshall an Atom Entry
static Entry Sandler.unmarshallEntry(String entry)
          Unmarshall an Atom Entry
 

Methods in org.intabulas.sandler with parameters of type Entry
static String Sandler.marshallEntry(Entry entry)
          Marshall an Atom Entry
 

Uses of Entry in org.intabulas.sandler.api
 

Methods in org.intabulas.sandler.api that return Entry
 Entry SearchResults.getEntry(int index)
           
 

Methods in org.intabulas.sandler.api with parameters of type Entry
 boolean SearchResults.addEntry(Entry entry)
           
 void SearchResults.addEntry(int index, Entry entry)
           
 

Uses of Entry in org.intabulas.sandler.api.impl
 

Methods in org.intabulas.sandler.api.impl that return Entry
 Entry SearchResultsImpl.getEntry(int index)
           
 

Methods in org.intabulas.sandler.api.impl with parameters of type Entry
 boolean SearchResultsImpl.addEntry(Entry entry)
           
 void SearchResultsImpl.addEntry(int index, Entry entry)
           
 

Uses of Entry in org.intabulas.sandler.elements
 

Methods in org.intabulas.sandler.elements that return Entry
 Entry Feed.getEntry(int index)
           
 

Methods in org.intabulas.sandler.elements with parameters of type Entry
 boolean Feed.addEntry(Entry entry)
           
 void Feed.addEntry(int index, Entry entry)
           
 boolean Feed.removeEntry(Entry entry)
           
 

Uses of Entry in org.intabulas.sandler.elements.impl
 

Classes in org.intabulas.sandler.elements.impl that implement Entry
 class EntryImpl
          EntryImpl
 

Methods in org.intabulas.sandler.elements.impl that return Entry
 Entry FeedImpl.getEntry(int index)
           
 

Methods in org.intabulas.sandler.elements.impl with parameters of type Entry
 boolean FeedImpl.addEntry(Entry entry)
           
 void FeedImpl.addEntry(int index, Entry entry)
           
 boolean FeedImpl.removeEntry(Entry entry)
           
 

Uses of Entry in org.intabulas.sandler.parser
 

Methods in org.intabulas.sandler.parser that return Entry
 Entry AtomParser.parseEntryInput(InputStream in)
          Parses an InputStream into an Atom Entry object model.
 



Copyright © 2003-2004 Mark Lussier. All Rights Reserved.