XML services.
More...
List of all members.
Static Public Member Functions |
static SAXParser | createSAXParser () |
| Create a SAX parser.
|
static String | escape (String source) |
| Escape special characters in the given string.
|
Detailed Description
XML services.
This class provides several XML utility functions.
- Author:
- Kelly
Member Function Documentation
static SAXParser createSAXParser |
( |
| ) |
[static] |
Create a SAX parser.
- Returns:
- A new SAX parser.
static String escape |
( |
String |
source | ) |
[static] |
Escape special characters in the given string.
This method takes a string and escapes special characters so it can be used as the text content of an element or as an attribute value. For example, the ampersand & becomes &.
- Parameters:
-
source | The string to escape |
- Returns:
- The escaped string.
The documentation for this class was generated from the following file: