Class FictionBookParser

All Implemented Interfaces:
Serializable, Parser

public class FictionBookParser extends XMLParser
See Also:
  • Constructor Details

    • FictionBookParser

      public FictionBookParser()
  • Method Details

    • getSupportedTypes

      public Set<MediaType> getSupportedTypes(ParseContext context)
      Description copied from interface: Parser
      Returns the set of media types supported by this parser when used with the given parse context.
      Specified by:
      getSupportedTypes in interface Parser
      Overrides:
      getSupportedTypes in class XMLParser
      Parameters:
      context - parse context
      Returns:
      immutable set of media types