Type Alias xmlRegexp

Source
pub type xmlRegexp = _xmlRegexp;
Expand description

xmlRegexpPtr:

A libxml regular expression, they can actually be far more complex thank the POSIX regex expressions.

Aliased Typeยง

struct xmlRegexp { /* private fields */ }