Package org.w3c.tidy

Class ParsePropertyImpl.ParseDocType

  • All Implemented Interfaces:
    ParseProperty
    Enclosing class:
    ParsePropertyImpl

    static class ParsePropertyImpl.ParseDocType
    extends java.lang.Object
    implements ParseProperty
    Parse doctype preference. doctype: omit | auto | strict | loose | [fpi] where the fpi is a string similar to "-//ACME//DTD HTML 3.14159//EN".
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseDocType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFriendlyName​(java.lang.String option, java.lang.Object value, Configuration configuration)
      Returns the "friendly name" for the passed value.
      java.lang.String getOptionValues()
      Returns the valid values.
      java.lang.String getType()
      Returns the option type.
      java.lang.Object parse​(java.lang.String value, java.lang.String option, Configuration configuration)
      Parse a configuration option.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait