public class Abdera
extends java.lang.Object
Constructor and Description |
---|
Abdera()
Initialize using the default Abdera Configuration
|
Abdera(Configuration config)
Initialize using the specified Abdera Configuration
|
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration()
Return the Abdera Configuration used to initialize this instance
|
Factory |
getFactory()
Return the singleton instance of org.apache.abdera.factory.Factory
|
static Abdera |
getInstance()
Get a static instance of the Abdera object.
|
static Factory |
getNewFactory()
Return a new Factory instance using a non-shared Abdera object
|
static org.apache.abdera.parser.Parser |
getNewParser()
Return a new Parser instance using a non-shared Abdera object
|
static org.apache.abdera.parser.ParserFactory |
getNewParserFactory()
Return a new ParserFactory instance using a non-shared Abdera object
|
static StreamWriter |
getNewStreamWriter()
Return a new instance of the default StreamWriter using a non-shared Abdera object
|
static Writer |
getNewWriter()
Return a new instance of the default Writer using a non-shared Abdera object
|
static WriterFactory |
getNewWriterFactory()
Return a new WriterFactory instance using a non-shared Abdera object
|
static XPath |
getNewXPath()
Return a new XPath instance using a non-shared Abdera object
|
org.apache.abdera.parser.Parser |
getParser()
Return the singleton instance of org.apache.abdera.parser.Parser
|
org.apache.abdera.parser.ParserFactory |
getParserFactory()
Return the singleton instance of org.apache.abdera.parser.ParserFactory.
|
Writer |
getWriter()
Return the singleton instance of the default org.apache.abdera.writer.Writer
implementation.
|
WriterFactory |
getWriterFactory()
Return the singleton instance of org.apache.abdera.writer.WriterFactory.
|
XPath |
getXPath()
Return the singleton instance of org.apache.abdera.xpath.XPath
|
Categories |
newCategories()
Create a new Categories instance.
|
Entry |
newEntry()
Create a new Entry instance.
|
Feed |
newFeed()
Create a new Feed instance.
|
Service |
newService()
Create a new Service instance.
|
StreamWriter |
newStreamWriter()
Return a new instance of the default org.apache.abdera.writer.Writer
|
public Abdera()
public Abdera(Configuration config)
config
- The Abdera Configuration to usepublic static Abdera getInstance()
public Feed newFeed()
abdera.getFactory().newFeed()
public Entry newEntry()
abdera.getFactory().newEntry()
public Service newService()
abdera.getFactory().newService()
public Categories newCategories()
abdera.getFactory().newCategories()
public Configuration getConfiguration()
public Factory getFactory()
public org.apache.abdera.parser.Parser getParser()
public XPath getXPath()
public org.apache.abdera.parser.ParserFactory getParserFactory()
public WriterFactory getWriterFactory()
public Writer getWriter()
public StreamWriter newStreamWriter()
public static Factory getNewFactory()
public static org.apache.abdera.parser.Parser getNewParser()
public static XPath getNewXPath()
public static org.apache.abdera.parser.ParserFactory getNewParserFactory()
public static WriterFactory getNewWriterFactory()
public static Writer getNewWriter()
public static StreamWriter getNewStreamWriter()
Copyright © 2010 - 2020 Adobe. All Rights Reserved