December 2002
Intermediate to advanced
1050 pages
24h 49m
English
The classes and interfaces used to support XML processing are divided based on the functionality provided by the package, distinguishing between parsing the XML document and transforming the document into another format. These packages are subpackages of the javax.xml package as shown below (see Table 15-1).
| Package | Description |
|---|---|
| javax.xml.parsers | Provides the basic classes needed to perform XML parsing. |
| javax.xml.transform | Provides the classes for the transformation of XML documents using XSL instructions. |
| javax.xml.transform.sax | Provides for the transformation of XML documents using the SAX parser. |
| javax.xml.transform.dom | Provides for the transformation of XML documents using the DOM parser. |
| javax.xml.transform.stream ... |
Read now
Unlock full access