package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type element_class =
  1. | Inline
  2. | Block
  3. | Essential_block
  4. | None
  5. | Everywhere
type model_constraint =
  1. | Inline2
  2. | Block2
  3. | Flow
  4. | Empty
  5. | Any
  6. | Special
  7. | Elements of string list
  8. | Or of model_constraint * model_constraint
  9. | Except of model_constraint * model_constraint
  10. | Sub_exclusions of string list * model_constraint
type simplified_dtd = (string * (element_class * model_constraint)) list
val html40_dtd : simplified_dtd