public class NodeData extends Object
This class provides a foundation for UPnP data structures that are associated with XML nodes. It maintains a reference to the underlying XML node and provides basic data management functionality.
Key features:
This class serves as the base class for more specific UPnP data containers like DeviceData, ServiceData, and ActionData, providing common XML node management functionality across the framework.
| Constructor and Description |
|---|
NodeData()NodeData. |
| Modifier and Type | Method and Description |
|---|---|
Node | getNode()Get the XML node. |
void | setNode(Node node)Set the XML node. |