Uses of Interface
org.apache.abdera.util.NamedItem

Packages that use NamedItem
org.apache.abdera.ext.html   
org.apache.abdera.ext.json   
org.apache.abdera.factory   
org.apache.abdera.parser   
org.apache.abdera.parser.stax   
org.apache.abdera.parser.stax.util   
org.apache.abdera.util   
org.apache.abdera.writer   
 

Uses of NamedItem in org.apache.abdera.ext.html
 

Classes in org.apache.abdera.ext.html that implement NamedItem
 class HtmlParser
           
 

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

Classes in org.apache.abdera.ext.json that implement NamedItem
 class JSONWriter
           
 

Uses of NamedItem in org.apache.abdera.factory
 

Classes in org.apache.abdera.factory that implement NamedItem
 class StreamBuilder
          StreamBuilder is a special implementation of the StreamWriter interface that can be used to create Feed Object Model instances using the StreamWriter interface.
 

Uses of NamedItem in org.apache.abdera.parser
 

Subinterfaces of NamedItem in org.apache.abdera.parser
 interface NamedParser
          Abdera's abstract parsing model allows developers to implement parsers capable of translating non-Atom formats into Abdera objects.
 

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

Classes in org.apache.abdera.parser.stax that implement NamedItem
 class FOMWriter
           
 class StaxStreamWriter
           
 

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

Classes in org.apache.abdera.parser.stax.util that implement NamedItem
 class PrettyWriter
           
 

Uses of NamedItem in org.apache.abdera.util
 

Classes in org.apache.abdera.util that implement NamedItem
 class AbstractNamedParser
          Base abstract implementation of NamedParser
 class AbstractNamedWriter
          Base abstract implementation of NamedWriter
 class AbstractStreamWriter
           
 

Uses of NamedItem in org.apache.abdera.writer
 

Subinterfaces of NamedItem in org.apache.abdera.writer
 interface NamedWriter
          Named Writers provide a means of extending Abdera's built in serialization.
 interface StreamWriter
          The StreamWriter interface provides a for producing Atom documents based on a streaming api.
 



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