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 -> stringval isText : node -> boolval isProp : node -> boolval isHeader : node -> boolval hasText : node -> boolval getValue : node -> string optionval getValue_exn : node -> stringval getText : node -> string optionval getText_exn : node -> stringval line : node -> intval column : node -> intval extractText : node -> string Core_kernel.List.t