|
| UPnPDirParser (UPnPDirContent &dir, const std::string &input) |
|
| inputRefXMLParser (const std::string &input) |
|
| ExpatXMLParser (size_t chunk_size) |
|
| ExpatXMLParser (const ExpatXMLParser &)=delete |
|
ExpatXMLParser & | operator= (const ExpatXMLParser &)=delete |
|
virtual bool | Parse (void) |
|
virtual bool | Ready (void) const |
|
virtual XML_Error | getLastError (void) const |
|
virtual XML_Status | getStatus (void) const |
|
virtual XML_Size | getLastErrorLine (void) const |
|
virtual XML_Size | getLastErrorColumn (void) const |
|
virtual std::string | getLastErrorMessage (void) const |
|
|
void | StartElement (const XML_Char *name, const XML_Char **) override |
|
virtual bool | checkobjok () |
|
void | storeFrag (bool isContainer) |
|
void | EndElement (const XML_Char *name) override |
|
void | CharacterData (const XML_Char *s, int len) override |
|
EXPATMM_SSIZE_T | read_block (void) override |
|
const char * | getReadBuffer () override |
|
size_t | getBlockSize (void) override |
|
virtual XML_Char * | getBuffer (void) |
|
virtual void | setReadiness (bool ready) |
|
virtual void | setStatus (XML_Status new_status) |
|
virtual void | setLastError (XML_Error new_last_error) |
|
virtual void | ProcessingInstruction (const XML_Char *, const XML_Char *) |
|
virtual void | CommentData (const XML_Char *) |
|
virtual void | DefaultHandler (const XML_Char *, int) |
|
virtual void | CDataStart (void) |
|
virtual void | CDataEnd (void) |
|
|
const std::string & | m_input |
|
std::vector< StackEl > | m_path |
|
XML_Parser | expat_parser |
|
◆ CharacterData()
void UPnPClient::UPnPDirParser::CharacterData |
( |
const XML_Char * |
s, |
|
|
int |
len |
|
) |
| |
|
inlineoverrideprotectedvirtual |
◆ checkobjok()
virtual bool UPnPClient::UPnPDirParser::checkobjok |
( |
| ) |
|
|
inlineprotectedvirtual |
m_tobj.m_id.empty() && !m_tobj.m_pid.empty() && !m_tobj.m_title.empty();
◆ EndElement()
void UPnPClient::UPnPDirParser::EndElement |
( |
const XML_Char * |
name | ) |
|
|
inlineoverrideprotectedvirtual |
◆ StartElement()
void UPnPClient::UPnPDirParser::StartElement |
( |
const XML_Char * |
name, |
|
|
const XML_Char ** |
|
|
) |
| |
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file:
- /home/dockes/projets/mpdupnp/libupnpp/libupnpp/control/cdircontent.cxx