| Class | Description |
|---|---|
| Attribute |
Represents an XML attribute with name and value.
|
| AttributeList |
A vector-based collection of XML attributes.
|
| Node |
Represents an XML node with name, value, attributes, and child nodes.
|
| NodeList |
A vector-based collection of XML nodes.
|
| Parser |
Abstract base class for XML parsers.
|
| XML |
Utility class for XML character escaping and unescaping operations.
|
| Exception | Description |
|---|---|
| ParserException |
Exception thrown when XML parsing fails.
|
XML parsing and manipulation utilities.
This package provides classes for XML document parsing, node manipulation, and XML processing utilities used by the UPnP framework for handling XML-based descriptions and messages.
Key Components:
Main Functionality:
Usage Notes: