typedef struct _xmlChSRange | xmlChSRange |
typedef const xmlChSRange * | xmlChSRangePtr |
typedef struct _xmlChLRange | xmlChLRange |
typedef const xmlChLRange * | xmlChLRangePtr |
typedef struct _xmlChRangeGroup | xmlChRangeGroup |
typedef const xmlChRangeGroup * | xmlChRangeGroupPtr |
XMLPUBFUN int XMLCALL | xmlCharInRange | ( | unsigned int | val, |
const xmlChRangeGroupPtr | group | |||
) |
Range checking routine
xmlCharInRange: Does a binary search of the range table to determine if char is valid
Returns: true if character valid, false otherwise
Parameters | |
---|---|
val | character to be validated |
group | pointer to range to be used to validate |
XMLPUBVAR const xmlChSRange | xmlIsBaseChar_srng |
XMLPUBVAR const xmlChRangeGroup | xmlIsBaseCharGroup |
xmlIsBlank_ch: : char to validate
Automatically generated by genChRanges.py
OOM: never
XMLPUBVAR const xmlChSRange | xmlIsCombining_srng |
XMLPUBVAR const xmlChRangeGroup | xmlIsCombiningGroup |
XMLPUBVAR const xmlChRangeGroup | xmlIsDigitGroup |
XMLPUBVAR const xmlChSRange | xmlIsDigit_srng |
XMLPUBVAR const xmlChSRange | xmlIsExtender_srng |
XMLPUBVAR const xmlChRangeGroup | xmlIsExtenderGroup |
XMLPUBVAR const unsigned char | xmlIsPubidChar_tab |
XMLPUBFUN int XMLCALL | xmlIsBaseChar | ( | unsigned int | ch | ) |
xmlIsBaseChar: This function is DEPRECATED. Use xmlIsBaseChar_ch or xmlIsBaseCharQ instead
Returns true if argument valid, false otherwise
Parameters | |
---|---|
ch | character to validate |
XMLPUBFUN int XMLCALL | xmlIsBlank | ( | unsigned int | ch | ) |
xmlIsBlank: This function is DEPRECATED. Use xmlIsBlank_ch or xmlIsBlankQ instead
Returns true if argument valid, false otherwise
Parameters | |
---|---|
ch | character to validate |
XMLPUBFUN int XMLCALL | xmlIsChar | ( | unsigned int | ch | ) |
xmlIsChar: This function is DEPRECATED. Use xmlIsChar_ch or xmlIsCharQ instead
Returns true if argument valid, false otherwise
Parameters | |
---|---|
ch | character to validate |
XMLPUBFUN int XMLCALL | xmlIsCombining | ( | unsigned int | ch | ) |
xmlIsCombining: This function is DEPRECATED. Use xmlIsCombiningQ instead
Returns true if argument valid, false otherwise
Parameters | |
---|---|
ch | character to validate |
XMLPUBFUN int XMLCALL | xmlIsDigit | ( | unsigned int | ch | ) |
xmlIsDigit: This function is DEPRECATED. Use xmlIsDigit_ch or xmlIsDigitQ instead
Returns true if argument valid, false otherwise
Parameters | |
---|---|
ch | character to validate |
XMLPUBFUN int XMLCALL | xmlIsExtender | ( | unsigned int | ch | ) |
xmlIsExtender: This function is DEPRECATED. Use xmlIsExtender_ch or xmlIsExtenderQ instead
Returns true if argument valid, false otherwise
Parameters | |
---|---|
ch | character to validate |