Package org.apache.abdera.parser
Interface ParserFactory
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
The ParserFactory is used a acquire instances of alternative parsers registered with Abdera.
- See Also:
-
Method Summary
-
Method Details
-
getParser
Deprecated.Get the default parser. This is equivalent to calling Abdera.getParser()- Returns:
- The default parser implementation
-
getParser
Deprecated.Get the named parser- Parameters:
name
- The name of the parser instance to retrieve- Returns:
- The Named parser instance
-