blob: 41b24627715e93e027df1fea7309b672df03b153 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Wed Sep 14 22:31:07 PDT 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Abdera (Abdera2 Core 2.0-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2011-09-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Abdera (Abdera2 Core 2.0-SNAPSHOT API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Abdera.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/apache/abdera2/Abdera.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Abdera.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.abdera2</FONT>
<BR>
Class Abdera</H2>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.apache.abdera2.Abdera</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>Abdera</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
</PRE>
<P>
The top level entry point for Abdera that provides access to various subcomponents. Upon creation, this class will
attempt to create singleton instances of each of the various subcomponents components. These instances may be
retrieved using the appropriate get___ methods. Alternatively, new instances may be created using the appropriate
new___ methods. Instances of the Abdera object, and it's direct children (Parser, Factory, XPath, etc) are
Threadsafe. Because of the dynamic configuration model Abdera uses, creating a new instance of the Abdera object can
be time consuming. It is, therefore, a good idea for applications to create only a single static instance of the
Abdera object (see the Abdera.getInstance() method). Abdera's configuration model depends heavily on the context
classloader. Extension Factories, custom writers, custom parsers, etc are all discovered automatically by searching
the classpath. This means that care needs to be taken when using Abdera in environments that utilize multiple
classloaders (such as Web application servers).
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#Abdera(org.apache.abdera2.util.Configuration)">Abdera</A></B>(<A HREF="../../../org/apache/abdera2/util/Configuration.html" title="interface in org.apache.abdera2.util">Configuration</A>&nbsp;config)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialize using the specified Abdera Configuration</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE>&lt;T&gt; T</CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#create(java.lang.Class)">create</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;T&gt;&nbsp;_class)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an instance of the specified object using the Abdera Configuration</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/util/Configuration.html" title="interface in org.apache.abdera2.util">Configuration</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getConfiguration()">getConfiguration</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the Abdera Configuration used to initialize this instance</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/factory/Factory.html" title="interface in org.apache.abdera2.factory">Factory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getFactory()">getFactory</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the singleton instance of org.apache.abdera.factory.Factory</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../org/apache/abdera2/Abdera.html" title="class in org.apache.abdera2">Abdera</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getInstance()">getInstance</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a static instance of the Abdera object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/parser/Parser.html" title="interface in org.apache.abdera2.parser">Parser</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getParser()">getParser</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the singleton instance of org.apache.abdera.parser.Parser</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/parser/ParserFactory.html" title="interface in org.apache.abdera2.parser">ParserFactory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getParserFactory()">getParserFactory</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the singleton instance of org.apache.abdera.parser.ParserFactory.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/writer/Writer.html" title="interface in org.apache.abdera2.writer">Writer</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getWriter()">getWriter</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the singleton instance of the default org.apache.abdera.writer.Writer implementation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/writer/WriterFactory.html" title="interface in org.apache.abdera2.writer">WriterFactory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getWriterFactory()">getWriterFactory</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the singleton instance of org.apache.abdera.writer.WriterFactory.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/xpath/XPath.html" title="interface in org.apache.abdera2.xpath">XPath</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#getXPath()">getXPath</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the singleton instance of org.apache.abdera.xpath.XPath</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/model/Categories.html" title="interface in org.apache.abdera2.model">Categories</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#newCategories()">newCategories</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Categories instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/model/Entry.html" title="interface in org.apache.abdera2.model">Entry</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#newEntry()">newEntry</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Entry instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/protocol/error/Error.html" title="class in org.apache.abdera2.protocol.error">Error</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#newError()">newError</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/model/Feed.html" title="interface in org.apache.abdera2.model">Feed</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#newFeed()">newFeed</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Feed instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../org/apache/abdera2/model/Service.html" title="interface in org.apache.abdera2.model">Service</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/apache/abdera2/Abdera.html#newService()">newService</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new Service instance.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Abdera(org.apache.abdera2.util.Configuration)"><!-- --></A><H3>
Abdera</H3>
<PRE>
public <B>Abdera</B>(<A HREF="../../../org/apache/abdera2/util/Configuration.html" title="interface in org.apache.abdera2.util">Configuration</A>&nbsp;config)</PRE>
<DL>
<DD>Initialize using the specified Abdera Configuration
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>config</CODE> - The Abdera Configuration to use</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getInstance()"><!-- --></A><H3>
getInstance</H3>
<PRE>
public static <A HREF="../../../org/apache/abdera2/Abdera.html" title="class in org.apache.abdera2">Abdera</A> <B>getInstance</B>()</PRE>
<DL>
<DD>Get a static instance of the Abdera object.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="newError()"><!-- --></A><H3>
newError</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/protocol/error/Error.html" title="class in org.apache.abdera2.protocol.error">Error</A> <B>newError</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="newFeed()"><!-- --></A><H3>
newFeed</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/model/Feed.html" title="interface in org.apache.abdera2.model">Feed</A> <B>newFeed</B>()</PRE>
<DL>
<DD>Create a new Feed instance. This is a convenience shortcut for <code>abdera.getFactory().newFeed()</code>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>A newly created feed element</DL>
</DD>
</DL>
<HR>
<A NAME="newEntry()"><!-- --></A><H3>
newEntry</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/model/Entry.html" title="interface in org.apache.abdera2.model">Entry</A> <B>newEntry</B>()</PRE>
<DL>
<DD>Create a new Entry instance. This is a convenience shortcut for <code>abdera.getFactory().newEntry()</code>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>A newly created entry element</DL>
</DD>
</DL>
<HR>
<A NAME="newService()"><!-- --></A><H3>
newService</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/model/Service.html" title="interface in org.apache.abdera2.model">Service</A> <B>newService</B>()</PRE>
<DL>
<DD>Create a new Service instance. This is a convenience shortcut for <code>abdera.getFactory().newService()</code>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>A newly created service element</DL>
</DD>
</DL>
<HR>
<A NAME="newCategories()"><!-- --></A><H3>
newCategories</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/model/Categories.html" title="interface in org.apache.abdera2.model">Categories</A> <B>newCategories</B>()</PRE>
<DL>
<DD>Create a new Categories instance. This is a convenience shortcut for
<code>abdera.getFactory().newCategories()</code>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>A newly created categories element</DL>
</DD>
</DL>
<HR>
<A NAME="getConfiguration()"><!-- --></A><H3>
getConfiguration</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/util/Configuration.html" title="interface in org.apache.abdera2.util">Configuration</A> <B>getConfiguration</B>()</PRE>
<DL>
<DD>Return the Abdera Configuration used to initialize this instance
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The Abdera configuration</DL>
</DD>
</DL>
<HR>
<A NAME="getFactory()"><!-- --></A><H3>
getFactory</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/factory/Factory.html" title="interface in org.apache.abdera2.factory">Factory</A> <B>getFactory</B>()</PRE>
<DL>
<DD>Return the singleton instance of org.apache.abdera.factory.Factory
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The factory instance</DL>
</DD>
</DL>
<HR>
<A NAME="getParser()"><!-- --></A><H3>
getParser</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/parser/Parser.html" title="interface in org.apache.abdera2.parser">Parser</A> <B>getParser</B>()</PRE>
<DL>
<DD>Return the singleton instance of org.apache.abdera.parser.Parser
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The parser instance</DL>
</DD>
</DL>
<HR>
<A NAME="getXPath()"><!-- --></A><H3>
getXPath</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/xpath/XPath.html" title="interface in org.apache.abdera2.xpath">XPath</A> <B>getXPath</B>()</PRE>
<DL>
<DD>Return the singleton instance of org.apache.abdera.xpath.XPath
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The XPath instance</DL>
</DD>
</DL>
<HR>
<A NAME="getParserFactory()"><!-- --></A><H3>
getParserFactory</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/parser/ParserFactory.html" title="interface in org.apache.abdera2.parser">ParserFactory</A> <B>getParserFactory</B>()</PRE>
<DL>
<DD>Return the singleton instance of org.apache.abdera.parser.ParserFactory. The Parser Factory is used to acquire
alternative parser implementation instances.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The ParserFactory instance</DL>
</DD>
</DL>
<HR>
<A NAME="getWriterFactory()"><!-- --></A><H3>
getWriterFactory</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/writer/WriterFactory.html" title="interface in org.apache.abdera2.writer">WriterFactory</A> <B>getWriterFactory</B>()</PRE>
<DL>
<DD>Return the singleton instance of org.apache.abdera.writer.WriterFactory. The Writer Factory is used to acquire
alternative writer implementation instances.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The WriterFactory instance</DL>
</DD>
</DL>
<HR>
<A NAME="getWriter()"><!-- --></A><H3>
getWriter</H3>
<PRE>
public <A HREF="../../../org/apache/abdera2/writer/Writer.html" title="interface in org.apache.abdera2.writer">Writer</A> <B>getWriter</B>()</PRE>
<DL>
<DD>Return the singleton instance of the default org.apache.abdera.writer.Writer implementation.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The default writer implementation</DL>
</DD>
</DL>
<HR>
<A NAME="create(java.lang.Class)"><!-- --></A><H3>
create</H3>
<PRE>
public &lt;T&gt; T <B>create</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;T&gt;&nbsp;_class)</PRE>
<DL>
<DD>Create an instance of the specified object using the Abdera Configuration
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Abdera.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/apache/abdera2/Abdera.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Abdera.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2006-2011 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>