rpm  5.4.15
Data Fields
taginfo Struct Reference

#include <rpmio/html-parse.h>

Collaboration diagram for taginfo:
Collaboration graph
[legend]

Data Fields

char * name
 
int end_tag_p
 
int nattrs
 
struct attr_pairattrs
 
const char * start_position
 
const char * end_position
 

Detailed Description

Definition at line 46 of file html-parse.h.

Field Documentation

struct attr_pair* taginfo::attrs

Definition at line 50 of file html-parse.h.

Referenced by map_html_tags().

const char* taginfo::end_position

Definition at line 53 of file html-parse.h.

Referenced by map_html_tags().

int taginfo::end_tag_p

Definition at line 48 of file html-parse.h.

Referenced by map_html_tags().

char* taginfo::name

Definition at line 47 of file html-parse.h.

Referenced by map_html_tags().

int taginfo::nattrs

Definition at line 49 of file html-parse.h.

Referenced by map_html_tags().

const char* taginfo::start_position

Definition at line 52 of file html-parse.h.

Referenced by map_html_tags().


The documentation for this struct was generated from the following file: