|
High-level non-validating
High-level non-validating
XML4C consists of three
This introductory article
XML parser component
XML parser component
shared libraries (two code
shows how to create XML
that is free for both
that is free for both
and one data) that provide
Document Type Definitions
commercial and
commercial and
classes for parsing,
(DTDs) and well-formed,
non-commercial use. (1)
non-commercial
generating, manipulating,
well-defined XML files that
Load/save XML files to an
use.
Load/save XML files
and validating XML
can be validated by the XML
in-memory document object
to an in-memory document
documents. XML4C is faithful
parser of your choice. While
model (DOM). (2) Add
object model (DOM).
Add
to the XML 1.0
you don't have to include a
name/value attribtes to
name/value attribtes to
Recommendation and
DTD with every XML file you
nodes. (3) Compress nodes or
nodes.
Compress nodes or
associated standards (DOM
produce, doing so will make
entire sub-trees using
entire sub-trees using
1.0, SAX 1.0, DOM 2.0, SAX
your life a lot easier. Not
in-memory Zip compression.
in-memory Zip compression.
2.0, Namespaces). XML4C also
only will a DTD enforce the
(4) AES encrypt the content
AES encrypt the content of
supports a subset of the W3C
syntax you've established
of a node. (5) Numerous
a node.
Numerous methods
Schema language (see the
for your XML files, it will
methods for iterating over
for iterating over the nodes
documentation for supported
also allow your files to be
the nodes in a document. (6)
in a document.
Numerous
features). Source code,
parsed by a validating
Numerous methods for
methods for searching and
samples, and API
XML parser. Code samples
searching and sorting nodes
sorting nodes in a document.
documentation are provided
include DTD and XML document
in a document. (7) API
API designed to make it
with the XML4C parser.
examples.
designed to make it easy to
easy to do frequently
do frequently encountered
encountered tasks when
tasks when working with XML.
working with XML.
Makes it
(8) Makes it easy to handle
easy to handle binary data
binary data (such as image
(such as image data) within
data) within XML files.
XML files.
Date: Jun, 06 2005 Date: Sep, 18 2004 Date: Feb, 05 2003 Date: Jul, 07 2001 |
|
XML Parser for Java is a
validating XML parser
written in 100% pure Java.
The package
(com.ibm.xml.parser)
contains classes and methods
for parsing, generating,
manipulating, and
validating XML
documents. XML Parser for
Java is believed to be the
most robust XML processor
currently available and
conforms most closely to the
XML 1.0 Recommendation.
Date: Jun, 30 2000 |