Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 514 Bytes

File metadata and controls

17 lines (12 loc) · 514 Bytes

v0.1 @ issue #1

  • able to compile & call from java
  • bindings of options
  • input (string / stream), output (stream)
  • return error / warnings to java
  • provide API to release TidyDoc in native heap
  • settings for CI

v0.2

Feature: readonly DOM access to tidied document

  • some selector, maybe a small subset of CSS (DomQuery)
  • predicate and visitor (collector) of selectors
  • copy matched nodes to Java (DomNode)