Lines Matching refs:feature
109 * boundary feature. It can be disabled with the XML_PARSE_HUGE
178 * boundary feature. It can be disabled with the XML_PARSE_HUGE
742 * @feature: the feature to be examined
744 * Examines if the library has been compiled with a given feature.
746 * Returns a non-zero value if the feature exist, otherwise zero.
747 * Returns zero (0) if the feature does not exist or an unknown
748 * unknown feature is requested, non-zero otherwise.
751 xmlHasFeature(xmlFeature feature)
753 switch (feature) {