com.sun.syndication.propono.atom.client
Class ClientCategories

java.lang.Object
  extended by com.sun.syndication.propono.atom.common.Categories
      extended by com.sun.syndication.propono.atom.client.ClientCategories

public class ClientCategories
extends Categories

Models an Atom protocol Categories element, which may contain ROME Atom Category elements.


Constructor Summary
ClientCategories(org.jdom.Element e, ClientCollection clientCollection)
          Load select from XML element
 
Method Summary
 void fetchContents()
           
 
Methods inherited from class com.sun.syndication.propono.atom.common.Categories
addCategory, categoriesToElement, getCategories, getHref, getHrefResolved, getScheme, isFixed, parseCategoriesElement, setFixed, setHref, setScheme
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCategories

public ClientCategories(org.jdom.Element e,
                        ClientCollection clientCollection)
                 throws ProponoException
Load select from XML element

Throws:
ProponoException
Method Detail

fetchContents

public void fetchContents()
                   throws ProponoException
Throws:
ProponoException