tutorial-Classes.xhtml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
  3. <head>
  4. <title>Classes</title>
  5. <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
  6. <link rel="stylesheet" type="text/css" href="kawa.css"/>
  7. <script src="kawa-ebook.js" type="text/javascript"/>
  8. <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
  9. <link rel="prev" href="Overall-Index.xhtml" title="Index"/>
  10. <link rel="next" href="tutorial-Other-Java-features.xhtml" title="Other Java features"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="sect1" title="Classes" epub:type="subchapter" id="Tutorial---Classes">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title" style="clear: both">Classes</h2>
  19. </div>
  20. </div>
  21. </div>
  22. <p>See <a class="link" href="Defining-new-classes.xhtml" title="Defining new classes">Defining new classes</a> for the gory details; no tutorial yet.
  23. </p>
  24. </section>
  25. <footer>
  26. <div class="navfooter">
  27. <p>
  28. Up: <a accesskey="u" href="tutorial-index.xhtml">Kawa Scheme Tutorial</a></p>
  29. <p>
  30. Previous: <a accesskey="p" href="tutorial-Exceptions-and-errors.xhtml">Exceptions and errors</a></p>
  31. <p>
  32. Next: <a accesskey="n" href="tutorial-Other-Java-features.xhtml">Other Java features</a></p>
  33. </div>
  34. </footer>
  35. </body>
  36. </html>