Uses of Enum
net.i2p.router.news.NewsXMLParser.XHTMLMode
Package
Description
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
Modifier and TypeMethodDescriptionstatic NewsXMLParser.XHTMLMode
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.Modifier and TypeMethodDescriptionvoid
NewsXMLParser.setXHTMLMode
(NewsXMLParser.XHTMLMode mode) Sets the action taken when encountering a non-whitelisted XHTML element in the feed content.