See: Description
| Interface | Description |
|---|---|
| XMLEscape |
An interface to escape XML character data.
|
| XMLEscapeWriter |
An interface to escape XML character data onto a writer.
|
| Class | Description |
|---|---|
| XMLEscapeASCII |
A singleton for escaping XML data when using the 'ASCII' encoding.
|
| XMLEscapeFactory |
Factory for XML escape classes.
|
| XMLEscapeUTF8 |
A utility class for escaping XML data when using the UTF-8 encoding.
|
| XMLEscapeWriterASCII |
A utility class for escaping XML data using the UTF-8 encoding.
|
| XMLEscapeWriterUTF8 |
A utility class for escaping XML data using the UTF-8 encoding.
|
Copyright © 2007-2022. All Rights Reserved.