GUPnPAV.CDSLastChangeParser¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class GUPnPAV.CDSLastChangeParser(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
LastChange parser for the format used in ContentDirectory:3
[class`GUPnPAV`.CDSLastChangeParser] parses XML strings from ContentDirectory’s LastChange state variable.
Unfortunately this is different enough from the renderer’s LastChange syntax that it warrants a different parser.
- classmethod new()¶
- Returns:
A new instance of [class`GUPnPAV`.CDSLastChangeParser].
- Return type:
Create a new [class`GUPnPAV`.CDSLastChangeParser].
This parser is able to parse LastChange as defined in the ContentDirectory:3 specification.