Home | History | Annotate | Download | only in libxml2

Lines Matching refs:feature

116  * boundary feature. It can be disabled with the XML_PARSE_HUGE
185 * boundary feature. It can be disabled with the XML_PARSE_HUGE
763 * @feature: the feature to be examined
765 * Examines if the library has been compiled with a given feature.
767 * Returns a non-zero value if the feature exist, otherwise zero.
768 * Returns zero (0) if the feature does not exist or an unknown
769 * unknown feature is requested, non-zero otherwise.
772 xmlHasFeature(xmlFeature feature)
774 switch (feature) {