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

Packages that use Control
org.apache.abdera.ext.rss   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
 

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

Methods in org.apache.abdera.ext.rss that return Control
 Control RssItem.addControl()
           
 Control RssItem.getControl()
           
 Control RssItem.getControl(boolean create)
           
 

Methods in org.apache.abdera.ext.rss with parameters of type Control
 Entry RssItem.setControl(Control control)
           
 

Uses of Control in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Control
 Control Factory.newControl()
          Create a new Control element.
 Control Factory.newControl(Element parent)
          Create a new Control element as a child of the given Element.
 

Uses of Control in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Control
 Control Entry.addControl()
           
 Control Entry.getControl()
          Returns this entries Atom Publishing Protocol control element
 Control Entry.getControl(boolean create)
          Returns this entries Atom Publishing Protocol control element.
 Control Control.setDraft(boolean draft)
           Set to "true" if the entry should not be made publicly visible.
 Control Control.unsetDraft()
           Removes the draft setting completely from the control element.
 

Methods in org.apache.abdera.model with parameters of type Control
 Entry Entry.setControl(Control control)
          Sets this entries Atom Publishing Protocol control element
 

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

Classes in org.apache.abdera.parser.stax that implement Control
 class FOMControl
           
 

Methods in org.apache.abdera.parser.stax that return Control
 Control FOMEntry.addControl()
           
 Control FOMEntry.getControl()
           
 Control FOMEntry.getControl(boolean create)
           
 Control FOMFactory.newControl()
           
 Control FOMFactory.newControl(Element parent)
           
 Control FOMFactory.newControl(QName qname, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
           
 Control FOMControl.setDraft(boolean draft)
           
 Control FOMControl.unsetDraft()
           
 

Methods in org.apache.abdera.parser.stax with parameters of type Control
 Entry FOMEntry.setControl(Control control)
           
 



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