Uses of Class
org.apache.commons.feedparser.locate.AnchorParserException

Packages that use AnchorParserException
org.apache.commons.feedparser.locate A feed AutoDiscovery parser which supports both RSS and Atom. 
 

Uses of AnchorParserException in org.apache.commons.feedparser.locate
 

Methods in org.apache.commons.feedparser.locate that throw AnchorParserException
 boolean AnchorParserListener.onAnchor(String href, String rel, String title)
          Called when the AnchorParser finds an Anchor.
static void AnchorParser.parse(String content, AnchorParserListener listener)
           
static void AnchorParser.parseAnchors(String content, AnchorParserListener listener)
          Deprecated. use HTParser
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.