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:
- classmethod new()¶
- Returns:
A new instance of
GUPnPAV.CDSLastChangeParser
.- Return type:
Create a new
GUPnPAV.CDSLastChangeParser
.This parser is able to parse LastChange as defined in the ContentDirectory:3 specification.
- parse(last_change)¶
- Parameters:
last_change (
str
) – XML string to parse- Raises:
- Returns:
List of
GUPnPAV.CDSLastChangeEntry
s- Return type:
Parse a LastChange XML document in the flavor defined by the ContentDirectory:3 specification.