libxml2_chvalid.h File Reference

Typedef xmlChSRange

typedef struct _xmlChSRangexmlChSRange

Typedef xmlChSRangePtr

typedef const xmlChSRange *xmlChSRangePtr

Typedef xmlChLRange

typedef struct _xmlChLRangexmlChLRange

Typedef xmlChLRangePtr

typedef const xmlChLRange *xmlChLRangePtr

Typedef xmlChRangeGroup

typedef struct _xmlChRangeGroupxmlChRangeGroup

Typedef xmlChRangeGroupPtr

typedef const xmlChRangeGroup *xmlChRangeGroupPtr

xmlCharInRange ( unsigned int, const xmlChRangeGroupPtr )

XMLPUBFUN int XMLCALLxmlCharInRange(unsigned intval,
const xmlChRangeGroupPtrgroup
)

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
valcharacter to be validated
grouppointer to range to be used to validate

xmlIsBaseChar_ch

xmlIsBaseChar_ch: : char to validate

Automatically generated by genChRanges.py

xmlIsBaseChar_srng

XMLPUBVAR const xmlChSRangexmlIsBaseChar_srng

xmlIsBaseCharQ

xmlIsBaseCharQ: : char to validate

Automatically generated by genChRanges.py

xmlIsBaseCharGroup

XMLPUBVAR const xmlChRangeGroupxmlIsBaseCharGroup

xmlIsBlank_ch

xmlIsBlank_ch: : char to validate

Automatically generated by genChRanges.py

OOM: never

xmlIsBlankQ

xmlIsBlankQ: : char to validate

Automatically generated by genChRanges.py

xmlIsChar_ch

xmlIsChar_ch: : char to validate

Automatically generated by genChRanges.py

xmlIsCharQ

xmlIsCharQ: : char to validate

Automatically generated by genChRanges.py

xmlIsCombiningQ

xmlIsCombiningQ: : char to validate

Automatically generated by genChRanges.py

xmlIsCombining_srng

XMLPUBVAR const xmlChSRangexmlIsCombining_srng

xmlIsCombiningGroup

XMLPUBVAR const xmlChRangeGroupxmlIsCombiningGroup

xmlIsDigit_ch

xmlIsDigit_ch: : char to validate

Automatically generated by genChRanges.py

xmlIsDigitQ

xmlIsDigitQ: : char to validate

Automatically generated by genChRanges.py

xmlIsDigitGroup

XMLPUBVAR const xmlChRangeGroupxmlIsDigitGroup

xmlIsDigit_srng

XMLPUBVAR const xmlChSRangexmlIsDigit_srng

xmlIsExtender_ch

xmlIsExtender_ch: : char to validate

Automatically generated by genChRanges.py

xmlIsExtenderQ

xmlIsExtenderQ: : char to validate

Automatically generated by genChRanges.py

xmlIsExtender_srng

XMLPUBVAR const xmlChSRangexmlIsExtender_srng

xmlIsExtenderGroup

XMLPUBVAR const xmlChRangeGroupxmlIsExtenderGroup

xmlIsIdeographicQ

xmlIsIdeographicQ: : char to validate

Automatically generated by genChRanges.py

xmlIsPubidChar_ch

xmlIsPubidChar_ch: : char to validate

Automatically generated by genChRanges.py

xmlIsPubidChar_tab

XMLPUBVAR const unsigned charxmlIsPubidChar_tab

xmlIsPubidCharQ

xmlIsPubidCharQ: : char to validate

Automatically generated by genChRanges.py

xmlIsBaseChar ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsBaseChar(unsigned intch)

xmlIsBaseChar: This function is DEPRECATED. Use xmlIsBaseChar_ch or xmlIsBaseCharQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate

xmlIsBlank ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsBlank(unsigned intch)

xmlIsBlank: This function is DEPRECATED. Use xmlIsBlank_ch or xmlIsBlankQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate

xmlIsChar ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsChar(unsigned intch)

xmlIsChar: This function is DEPRECATED. Use xmlIsChar_ch or xmlIsCharQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate

xmlIsCombining ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsCombining(unsigned intch)

xmlIsCombining: This function is DEPRECATED. Use xmlIsCombiningQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate

xmlIsDigit ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsDigit(unsigned intch)

xmlIsDigit: This function is DEPRECATED. Use xmlIsDigit_ch or xmlIsDigitQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate

xmlIsExtender ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsExtender(unsigned intch)

xmlIsExtender: This function is DEPRECATED. Use xmlIsExtender_ch or xmlIsExtenderQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate

xmlIsIdeographic ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsIdeographic(unsigned intch)

xmlIsIdeographic: This function is DEPRECATED. Use xmlIsIdeographicQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate

xmlIsPubidChar ( unsigned int )

XMLPUBFUN int XMLCALLxmlIsPubidChar(unsigned intch)

xmlIsPubidChar: This function is DEPRECATED. Use xmlIsPubidChar_ch or xmlIsPubidCharQ instead

Returns true if argument valid, false otherwise

Parameters
chcharacter to validate