package tidy
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Tidy.Node
val getName : node -> string
val isText : node -> bool
val isProp : node -> bool
val isHeader : node -> bool
val hasText : node -> bool
val getValue : node -> string option
val getValue_exn : node -> string
val getText : node -> string option
val getText_exn : node -> string
val line : node -> int
val column : node -> int
val extractText : node -> string Core_kernel.List.t