|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Interface Summary | |
|---|---|
| CommonWAX | This interface groups methods that are shared with PrologueWAX and ElementWAX. |
| ElementWAX | This interface defines the methods that can be called after the beginning of a start tag has been output, but before it has been terminated with an end tag or the shorthand way (/>). |
| PrologOrElementWAX | This interface combines the methods in PrologueWAX and ElementWAX. |
| PrologWAX | This interface defines the methods that can be called while writing the prologue section of an XML document. |
| StartTagWAX | This interface defines the methods that can be called after the beginning of a start tag has been output, but it (the start tag itself, not a terminating end tag) has been closed. |
| Class Summary | |
|---|---|
| WAX | This class provides methods that make outputting XML easy, fast and efficient in terms of memory utilization. |
| XMLUtil | This class provides utility methods for working with XML. |
| Enum Summary | |
|---|---|
| Version | This enum specifies the version of XML being used. |
| Exception Summary | |
|---|---|
| WAXException | This class represents a generic WAX exception. |
| WAXIOException | This class represents a WAX I/O exception. |
This package provides a simple API for writing XML documents It is particularly well-suited to writing large XML documents because it doesn't require storing them in a DOM-like structure before outputting them. XML libraries that use that approach can cause the JVM to run out of memory when outputting large XML documents.
For more information, see http://www.ociweb.com/wax/
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||