|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| BuildPhonebook | This program builds a DOM tree that represents a phone book and writes it to a file. |
| Business | This class represents a business whose name, address and phone number are listed in a phone book. |
| PhoneBook | This class represents a phone book that contains entries for businesses and residents. |
| PhoneBookEntry | This class represents an entry in a phone book. |
| PrintPhoneNumbers | This program demonstrates the SAX parsing API by parsing a phonebook XML document and printing out the phone numbers in it. |
| Resident | This class represents a resident (person) whose first and last name, as well as whose middle initial, is listing in a phone book. |
| ValidateXml | This program parses and XML file and validates it for correctness against its DTD. |
This package contains classes and programs that demonstrate Java's APIs for working with XML, the Extensible Markup Language. As of JDK 1.4, Java comes with a standard API for parsing, modeling, and transforming XML.
Some XML resources
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||