Man page - libwget-parse_atom(3)
Packages contains this manual
- libwget-console(3)
- libwget-utils(3)
- libwget-error(3)
- libwget-hash(3)
- libwget-net(3)
- libwget-stringmap(3)
- libwget-xml(3)
- libwget-dns(3)
- libwget-robots(3)
- libwget-base64(3)
- libwget-io(3)
- libwget-parse_sitemap(3)
- libwget-dns-caching(3)
- libwget-printf(3)
- libwget-bitmap(3)
- libwget-vector(3)
- libwget-ip(3)
- libwget-hashmap(3)
- libwget-mem(3)
- libwget-thread(3)
- libwget-parse_atom(3)
- libwget-xalloc(3)
- libwget-random(3)
- libwget-list(3)
Package: wget2-dev
apt-get install wget2-dev
apt-get install wget2-dev
Manuals in package:
Documentations in package:
Manual
libwget-parse_atom
NAMESYNOPSIS
Data Structures
Functions
Detailed Description
Function Documentation
void wget_atom_get_urls_inline (const char * atom, wget_vector ** urls)
Author
NAME
libwget-parse_atom - Atom URL extraction routines
SYNOPSIS
Data Structures
struct atom_context
Functions
void wget_atom_get_urls_inline (const char *atom, wget_vector **urls)
Detailed Description
Routines for URL extraction from Atom feeds.
Function Documentation
void wget_atom_get_urls_inline (const char * atom, wget_vector ** urls)
Parameters
atom
Atom XML data
urls
Pointer to return vector of URLs
Finds all URLs within the Atom XML data atom and returns them as vector in urls .
Author
Generated automatically by Doxygen for wget2 from the source code.