Uses of Class
net.i2p.router.news.NewsXMLParser.XHTMLMode

Packages that use NewsXMLParser.XHTMLMode
net.i2p.router.news Classes to parse the I2P news format, which follows the Atom standard with additional metadata for the I2P update notification feature. 
 

Uses of NewsXMLParser.XHTMLMode in net.i2p.router.news
 

Methods in net.i2p.router.news that return NewsXMLParser.XHTMLMode
static NewsXMLParser.XHTMLMode NewsXMLParser.XHTMLMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NewsXMLParser.XHTMLMode[] NewsXMLParser.XHTMLMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.i2p.router.news with parameters of type NewsXMLParser.XHTMLMode
 void NewsXMLParser.setXHTMLMode(NewsXMLParser.XHTMLMode mode)
          Sets the action taken when encountering a non-whitelisted XHTML element in the feed content.