Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Fabian authored and Sergio Fabian committed Nov 14, 2019
0 parents commit b828a43
Show file tree
Hide file tree
Showing 677 changed files with 81,806 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
504 changes: 504 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions build.xml
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="xom" default="default" basedir=".">
<description>Builds, tests, and runs the project xom.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="xom-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>
4 changes: 4 additions & 0 deletions build/built-jar.properties
@@ -0,0 +1,4 @@
#Fri, 08 Nov 2019 12:08:57 -0300


C\:\\Users\\sgarces\\Documents\\NetBeansProjects\\xom=
Binary file added build/classes/nu/xom/ASCIIWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/Attribute$Type.class
Binary file not shown.
Binary file added build/classes/nu/xom/Attribute.class
Binary file not shown.
Binary file added build/classes/nu/xom/Builder$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/Builder.class
Binary file not shown.
Binary file added build/classes/nu/xom/CDATASection.class
Binary file not shown.
Binary file added build/classes/nu/xom/Comment.class
Binary file not shown.
Binary file added build/classes/nu/xom/CycleException.class
Binary file not shown.
Binary file added build/classes/nu/xom/DocType.class
Binary file not shown.
Binary file added build/classes/nu/xom/Document.class
Binary file not shown.
Binary file added build/classes/nu/xom/DocumentFragment.class
Binary file not shown.
Binary file added build/classes/nu/xom/EBCDICWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/Element$1.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/Element.class
Binary file not shown.
Binary file added build/classes/nu/xom/Elements.class
Binary file not shown.
Binary file added build/classes/nu/xom/GenericWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/ISOArabicWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/ISOCyrillicWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/ISOGreekWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/ISOHebrewWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/ISOThaiWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/IllegalAddException.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/IllegalDataException.class
Binary file not shown.
Binary file added build/classes/nu/xom/IllegalNameException.class
Binary file not shown.
Binary file added build/classes/nu/xom/IllegalTargetException.class
Binary file not shown.
Binary file added build/classes/nu/xom/Info.class
Binary file not shown.
Binary file added build/classes/nu/xom/JDK15XML1_0Parser.class
Binary file not shown.
Binary file added build/classes/nu/xom/JaxenConnector.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/JaxenNavigator.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin10Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin1Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin2Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin3Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin4Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin5Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin6Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin7Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin8Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Latin9Writer.class
Binary file not shown.
Binary file added build/classes/nu/xom/MalformedURIException.class
Binary file not shown.
Binary file added build/classes/nu/xom/MultipleParentException.class
Binary file not shown.
Binary file added build/classes/nu/xom/Namespace.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/Namespaces.class
Binary file not shown.
Binary file added build/classes/nu/xom/NoSuchAttributeException.class
Binary file not shown.
Binary file added build/classes/nu/xom/NoSuchChildException.class
Binary file not shown.
Binary file added build/classes/nu/xom/Node$1.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/Node.class
Binary file not shown.
Binary file added build/classes/nu/xom/NodeFactory.class
Binary file not shown.
Binary file added build/classes/nu/xom/Nodes.class
Binary file not shown.
Binary file added build/classes/nu/xom/NonVerifyingHandler.class
Binary file not shown.
Binary file added build/classes/nu/xom/ParentNode.class
Binary file not shown.
Binary file added build/classes/nu/xom/ParsingException.class
Binary file not shown.
Binary file added build/classes/nu/xom/ProcessingInstruction.class
Binary file not shown.
Binary file added build/classes/nu/xom/Serializer.class
Binary file not shown.
Binary file added build/classes/nu/xom/Text.class
Binary file not shown.
Binary file added build/classes/nu/xom/TextWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/TextWriterFactory.class
Binary file not shown.
Binary file added build/classes/nu/xom/UCSWriter.class
Binary file not shown.
Binary file added build/classes/nu/xom/URIUtil$ParsedURI.class
Binary file not shown.
Binary file added build/classes/nu/xom/URIUtil.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/UnicodeUtil.class
Binary file not shown.
Binary file added build/classes/nu/xom/UnicodeWriter.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/ValidityException.class
Binary file not shown.
Binary file added build/classes/nu/xom/Verifier$1.class
Binary file not shown.
Binary file added build/classes/nu/xom/Verifier$EmptyReader.class
Binary file not shown.
Binary file added build/classes/nu/xom/Verifier$URICache.class
Binary file not shown.
Binary file added build/classes/nu/xom/Verifier.class
Binary file not shown.
Binary file added build/classes/nu/xom/WellformednessException.class
Binary file not shown.
Binary file added build/classes/nu/xom/XML1_0Parser.class
Binary file not shown.
Binary file added build/classes/nu/xom/XMLException.class
Binary file not shown.
Binary file added build/classes/nu/xom/XOMHandler.class
Binary file not shown.
Binary file added build/classes/nu/xom/XPathContext$1.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/XPathContext.class
Binary file not shown.
Binary file added build/classes/nu/xom/XPathException.class
Binary file not shown.
Binary file added build/classes/nu/xom/XPathTypeException.class
Binary file not shown.
Binary file added build/classes/nu/xom/benchmarks/BigText.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/benchmarks/MemoryTest.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/benchmarks/Reproducer.class
Binary file not shown.
Binary file added build/classes/nu/xom/benchmarks/ToXMLBench.class
Binary file not shown.
Binary file added build/classes/nu/xom/benchmarks/TreeWalker.class
Binary file not shown.
44 changes: 44 additions & 0 deletions build/classes/nu/xom/benchmarks/package.html
@@ -0,0 +1,44 @@
<!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 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 temporarily located at
http://www.cafeconleche.org/XOM/ but will eventually move
to http://www.xom.nu/
-->
</head>
<body bgcolor="white">

<p>
<code>nu.xom.benchmarks</code>
includes some basic benchmarks to test the speed and
memory usage of XOM programs.
</p>

@since 1.0

</body>
</html>
Binary file not shown.
Binary file added build/classes/nu/xom/canonical/Canonicalizer$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/canonical/URIJoiner.class
Binary file not shown.
47 changes: 47 additions & 0 deletions build/classes/nu/xom/canonical/package.html
@@ -0,0 +1,47 @@
<!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 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.canonical</code>
supports the output of
<a target="_top"
href="http://www.w3.org/TR/2001/REC-xml-c14n-20010315">Canonical XML</a>
from XOM.
For basic canonicalization of existing documents, this (or any other tree-based
solution) is likely not as efficient as a streaming, SAX-based solution.
However, this is useful for output from XOM in canonical form.
</p>

@since 1.0

</body>
</html>
Binary file added build/classes/nu/xom/characters.dat
Binary file not shown.
Binary file added build/classes/nu/xom/compositions.dat
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 44 additions & 0 deletions build/classes/nu/xom/converters/package.html
@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd>
<html>
<head>
<!--
@(#)package.html
Copyright © 2003 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 temporarily located at
http://www.cafeconleche.org/XOM/ but will eventually move
to http://www.xom.nu/
-->
</head>
<body bgcolor="white">

<p>
<code>nu.xom.converters</code> contains
classes that convert XOM documents to other
models such as SAX and DOM.
</p>

@since 1.0

</body>
</html>
Binary file added build/classes/nu/xom/doc-files/xom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
48 changes: 48 additions & 0 deletions build/classes/nu/xom/package.html
@@ -0,0 +1,48 @@
<!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>
Binary file added build/classes/nu/xom/samples/Account.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Agency.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Budget.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/BudgetData.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Bureau.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/CommentReader.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/CrimsonPrinter.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/DTDGenerator$1.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/DTDGenerator.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/DocumentMerger.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/EZSerializer.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/ElementLister.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/EncodingDemo.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/ExampleLister.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/FibonacciFile.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/FibonacciXML.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/FilterDriver.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/FlatXMLBudget.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/HelloNamespaces.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/HelloWorld.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/HelloXMLBase.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/IDFilter.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/IDTagger.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Linkset.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/NodeLister.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/PoliteSpider.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/PrettyPrinter.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/PureValidator.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/RDDLFilter.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/RDDLStripper.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/RDDLToTable.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/ROT13File.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/ROT13XML.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/RSSHeadlines.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Restructurer.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/SQLToXML.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/SimpleSVG.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/StreamingROT13.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Subfunction.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/TextExtractor.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/TextMerger.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/TextSerializer.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Transformer.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/TreePrinter.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/TreeReporter.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/TreeViewer.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/ValidFibonacci.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/Validator.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XHTMLPurifier.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XHTMLQualifier.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XHTMLValidator.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XIncludeDriver.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XLinkSpider.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XMLPrinter.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XOMChecker.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XPathDriver.class
Binary file not shown.
Binary file added build/classes/nu/xom/samples/XPathHeadlines.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
60 changes: 60 additions & 0 deletions build/classes/nu/xom/samples/package.html
@@ -0,0 +1,60 @@
<!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, 2003, 2005 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.samples</code> includes several dozen example programs that
demonstrate different parts of the XOM API.
These are intended for tutorial purposes. They are not designed as reusable code
for the most part. Most of the examples are adapted
from <cite><a target="_top"
href="http://www.cafeconleche.org/books/xmljava/">Processing XML with Java</a></cite>
by Elliotte Rusty Harold. Please consult that book
(available in its entirety online) if you'd like more information
about what particular samples are intended to show.
That book provides SAX, DOM, and/or JDOM implementations
of most of these samples.
</p>

<p>
These classes are not officially part of the XOM API.
They have not been extensively tested, and I make no promises
that they will be part of any future XOM release; or, if they are,
that their APIs will remain compatible.
Should you find any of them useful and wish to use them in your
own code, I recommend you copy the source code, and place it in your
own package. It probably wouldn't hurt to add a lot of unit tests as well.
</p>


@since 1.0

</body>
</html>
Binary file added build/classes/nu/xom/tests/AComment.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/ADocType.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/ADocument.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/AElement.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/ANodeFactory.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/AText.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/AnAttribute.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/AttributeTest.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/AttributesTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/BaseURITest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/BuilderTest$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/BuilderTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/CDATASectionTest.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/CanonicalizerTest$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/CommentTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/DOMConverterTest$1.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/DOMConverterTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/DocTypeTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/DocumentTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/EBCDICTest.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/ElementTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/EncodingTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/FastTests.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/IDTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/InfoTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/LeafNodeTest.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/LocatorFilter.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/MegaTest$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/MegaTest.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NamespacesTest.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$10.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$11.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$14.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$17.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$18.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$19.class
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$20.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$21.class
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$22.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/classes/nu/xom/tests/NodeFactoryTest$25.class
Binary file not shown.
Binary file not shown.

0 comments on commit b828a43

Please sign in to comment.