![]() |
TSDuck v3.44-4577
MPEG Transport Stream Toolkit
|
Definition of an OrganizationType element. More...
#include <tsmcastServiceListEntryPoints.h>

Public Member Functions | |
| Organization (const xml::Element *element=nullptr, bool strict=true) | |
| Constructor. | |
| Organization (const xml::Element *parent, const UString &element, bool strict) | |
| Constructor from a parent element. | |
Public Attributes | |
| UString | name {} |
| Main name (other names are not retained). | |
| bool | regulator = false |
| Attribute "regulatorFlag". | |
| bool | valid = false |
| Element was correctly deserialized. | |
Definition of an OrganizationType element.
| ts::mcast::ServiceListEntryPoints::Organization::Organization | ( | const xml::Element * | element = nullptr, |
| bool | strict = true |
||
| ) |
Constructor.
| [in] | element | XML element containing the organization. |
| [in] | strict | Strict XML parsing, do not tolerate missing mandatory elements or attributes. |
| ts::mcast::ServiceListEntryPoints::Organization::Organization | ( | const xml::Element * | parent, |
| const UString & | element, | ||
| bool | strict | ||
| ) |
Constructor from a parent element.
| [in] | parent | Parent XML element containing the organization. |
| [in] | element | Name of the child element containing the organization. |
| [in] | strict | Strict XML parsing, do not tolerate missing mandatory elements or attributes. |