XML Class Reference

List of all members.


Detailed Description

XML services.

This class provides several XML utility functions.

Author:
Kelly

Static Public Member Functions

static SAXParser createSAXParser ()
 Create a SAX parser.
static String escape (String source)
 Escape special characters in the given string.

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:

Generated on Thu Aug 28 15:42:32 2008 for 1-Wire API for .NET by  doxygen 1.5.6