Macro xmlIsBlankQ
#define xmlIsBlankQ(c);
Automatically generated by genChRanges.py
Macro xmlIsCharQ
#define xmlIsCharQ(c);
Automatically generated by genChRanges.py
Macro xmlIsDigitQ
#define xmlIsDigitQ(c);
Automatically generated by genChRanges.py
struct _xmlChLRange {
unsigned int low
unsigned int high
} xmlChLRange;
struct _xmlChRangeGroup {
int nbShortRange
int nbLongRange
const xmlChSRange * shortRange : points to an array of ranges
const xmlChLRange * longRange
} xmlChRangeGroup;
struct _xmlChSRange {
unsigned short low
unsigned short high
} xmlChSRange;
Variable xmlIsPubidChar_tab
const unsigned charxmlIsPubidChar_tab[256] xmlIsPubidChar_tab;
xmlCharInRange ()
int xmlCharInRange (unsigned int val,
const xmlChRangeGroup * rptr)
Does a binary search of the range table to determine if char is valid
val: | character to be validated |
rptr: | pointer to range to be used to validate |
Returns: | true if character valid, false otherwise |
xmlIsBaseChar ()
int xmlIsBaseChar (unsigned int ch)
This function is DEPRECATED. Use xmlIsBaseChar_ch or xmlIsBaseCharQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |
xmlIsBlank ()
int xmlIsBlank (unsigned int ch)
This function is DEPRECATED. Use xmlIsBlank_ch or xmlIsBlankQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |
xmlIsChar ()
int xmlIsChar (unsigned int ch)
This function is DEPRECATED. Use xmlIsChar_ch or xmlIsCharQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |
xmlIsCombining ()
int xmlIsCombining (unsigned int ch)
This function is DEPRECATED. Use xmlIsCombiningQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |
xmlIsDigit ()
int xmlIsDigit (unsigned int ch)
This function is DEPRECATED. Use xmlIsDigit_ch or xmlIsDigitQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |
xmlIsExtender ()
int xmlIsExtender (unsigned int ch)
This function is DEPRECATED. Use xmlIsExtender_ch or xmlIsExtenderQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |
xmlIsIdeographic ()
int xmlIsIdeographic (unsigned int ch)
This function is DEPRECATED. Use xmlIsIdeographicQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |
xmlIsPubidChar ()
int xmlIsPubidChar (unsigned int ch)
This function is DEPRECATED. Use xmlIsPubidChar_ch or xmlIsPubidCharQ instead
ch: | character to validate |
Returns: | true if argument valid, false otherwise |