Enum NewsXMLParser.XHTMLMode

java.lang.Object
java.lang.Enum<NewsXMLParser.XHTMLMode>
net.i2p.router.news.NewsXMLParser.XHTMLMode
All Implemented Interfaces:
Serializable, Comparable<NewsXMLParser.XHTMLMode>, java.lang.constant.Constable
Enclosing class:
NewsXMLParser

public static enum NewsXMLParser.XHTMLMode
extends Enum<NewsXMLParser.XHTMLMode>
The action taken when encountering a non-whitelisted XHTML element or blacklisted attribute in the feed content.
  • Enum Constant Details

  • Method Details

    • values

      public static NewsXMLParser.XHTMLMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static NewsXMLParser.XHTMLMode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null