Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * This file is part of libdom test suite.
  3.  * Licensed under the MIT License,
  4.  *                http://www.opensource.org/licenses/mit-license.php
  5.  * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
  6.  */
  7.  
  8. #ifndef domts_h_
  9. #define domts_h_
  10.  
  11. #include <domtscondition.h>
  12. #include <domtsasserts.h>
  13. #include <list.h>
  14. #include <foreach.h>
  15. #include <utils.h>
  16. #include <comparators.h>
  17.  
  18. dom_document *load_xml(const char *file, bool willBeModified);
  19. dom_document *load_html(const char *file, bool willBeModified);
  20.  
  21. #endif
  22.