Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NewsXMLParser.setXHTMLMode(NewsXMLParser.XHTMLMode mode) |
Sets the action taken when encountering a non-whitelisted
XHTML element in the feed content.
|