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

Packages that use Content
org.intabulas.sandler Defines the classes and interfaces for the sandler atom implementation 
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 
 

Uses of Content in org.intabulas.sandler
 

Methods in org.intabulas.sandler that return Content
static Content SyndicationFactory.createEscapedContent(String body)
          Create text/plain escaped Content
static Content SyndicationFactory.createTextXmlContent(String body)
          Create text/xml Content (does not validate!)
 

Methods in org.intabulas.sandler with parameters of type Content
static Entry SyndicationFactory.createEntry(Content content, String title, String id, Link alternate, Date issued, Date modified)
          Construct a valid Atom Entry with some content
 

Uses of Content in org.intabulas.sandler.elements
 

Methods in org.intabulas.sandler.elements that return Content
 Content Entry.getContent(int index)
           
 Content Feed.getCopyright()
           
 Content Feed.getInfo()
           
 Content SandlerEntry.getSummary()
          Returns the Entries Summary
 Content Feed.getTagline()
           
 Content SandlerEntry.getTitle()
          Returns the Entries Title
 

Methods in org.intabulas.sandler.elements with parameters of type Content
 boolean Entry.addContent(Content content)
           
 void Entry.addContent(int index, Content content)
           
 boolean Entry.removeContent(Content content)
           
 void Feed.setCopyright(Content copyright)
           
 void Feed.setInfo(Content info)
           
 void SandlerEntry.setSummary(Content summary)
          Set's the Entries Summary
 void Feed.setTagline(Content tagline)
           
 void SandlerEntry.setTitle(Content title)
          Set's the Entries Title
 

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

Classes in org.intabulas.sandler.elements.impl that implement Content
 class ContentImpl
          ContentImpl
 

Fields in org.intabulas.sandler.elements.impl declared as Content
protected  Content AbstractEntryElement._summary
           
protected  Content AbstractEntryElement._title
           
 

Methods in org.intabulas.sandler.elements.impl that return Content
 Content EntryImpl.getContent(int index)
           
 Content FeedImpl.getCopyright()
           
 Content FeedImpl.getInfo()
           
 Content AbstractEntryElement.getSummary()
          Returns the Entries Summary
 Content EntryImpl.getSummary()
           
 Content FeedImpl.getTagline()
           
 Content AbstractEntryElement.getTitle()
          Returns the Entries Title
 

Methods in org.intabulas.sandler.elements.impl with parameters of type Content
 boolean EntryImpl.addContent(Content content)
           
 void EntryImpl.addContent(int index, Content content)
           
 boolean EntryImpl.removeContent(Content content)
           
 void FeedImpl.setCopyright(Content copyright)
           
 void FeedImpl.setInfo(Content info)
           
 void AbstractEntryElement.setSummary(Content summary)
          Set's the Entries Summary
 void EntryImpl.setSummary(Content summary)
           
 void FeedImpl.setTagline(Content tagline)
           
 void AbstractEntryElement.setTitle(Content title)
          Set's the Entries Title
 



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