Uses of Enum
net.i2p.router.news.NewsXMLParser.XHTMLMode
Packages that use 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
Methods in net.i2p.router.news that return NewsXMLParser.XHTMLModeModifier 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.Methods in net.i2p.router.news with parameters of type NewsXMLParser.XHTMLModeModifier and TypeMethodDescriptionvoid
NewsXMLParser.setXHTMLMode
(NewsXMLParser.XHTMLMode mode) Sets the action taken when encountering a non-whitelisted XHTML element in the feed content.