Eric Armstrong
In This Chapter
The JAXP APIs
An Overview of the Packages
The Simple API for XML (SAX) APIs
The Document Object Model (DOM) APIs
The XML Stylesheet Language for...
The main JAXP APIs are defined in the javax.xml.parsers package. That package contains two vendor-neutral factory classes: SAXParserFactory and DocumentBuilderFactory that give you a SAXParser...
The SAX and DOM APIs are defined by XML-DEV group and by the W3C, respectively. The libraries that define those APIs are:
javax.xml.parsers
The JAXP APIs, which...
Figure shows the JAXP APIs in action.
Figure 4.2. DOM APIs
You use the javax.xml.parsers.DocumentBuilderFactory class to get a DocumentBuilder instance, and use that to produce a...
Figure shows the XSLT APIs in action.
Figure 4.3. XSLT APIs
A TransformerFactory object is instantiated, and used to create a Transformer. The source object is the...
In the Java WSDP, the JAXP libraries are distributed in the directory <JWSDP_HOME
>/common/lib. To compile and run the sample programs, you'll first need to install...
С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.