<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd>
<html>
<head>
<!--
@(#)package.html
Copyright 2002-2005, 2009 Elliotte Rusty Harold
This library is free software; you can redistribute it and/or
modify it under the terms of version 2.1 of
the GNU Lesser General Public License as published by the
Free Software Foundation.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
You can contact Elliotte Rusty Harold by sending e-mail to
elharo@ibiblio.org. Please include the word "XOM" in the
subject line. The XOM home page is http://www.xom.nu/
-->
</head>
<body bgcolor="white">
<p>
<code>nu.xom</code> is the core package of XOM
that contains all the basic classes representing the different kinds
of nodes: elements, attributes, comments, text nodes, and so forth.
It also contains the basic classes for parsing and serializing
XML documents, as well as the various exception classes
representing the different things that can go wrong while working
with XOM.
</p>
<img src="doc-files/xom.png" alt="" width="834" height="247">
@since 1.0
</body>
</html>
|