Home
last modified time | relevance | path

Searched defs:_htmlElemDesc (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.in.h72 struct _htmlElemDesc { struct
73 const char *name; /* The tag name */
74 char startTag; /* Whether the start tag can be implied */
75 char endTag; /* Whether the end tag can be implied */
76 char saveEndTag; /* Whether the end tag should be saved */
77 char empty; /* Is this an empty element ? */
78 char depr; /* Is this a deprecated element ? */
79 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */
80 char isinline; /* is this a block 0 or inline 1 element */
81 const char *desc; /* the description */
[all …]
/third_party/libxml2/include/libxml/
DHTMLparser.h43 struct _htmlElemDesc { struct
44 const char *name; /* The tag name */
45 char startTag; /* Whether the start tag can be implied */
46 char endTag; /* Whether the end tag can be implied */
47 char saveEndTag; /* Whether the end tag should be saved */
48 char empty; /* Is this an empty element ? */
49 char depr; /* Is this a deprecated element ? */
50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */
51 char isinline; /* is this a block 0 or inline 1 element */
52 const char *desc; /* the description */
[all …]