Home | History | Annotate | Download | only in libxml2

Lines Matching refs:legacy

5753  * @legacy: whether to allow deprecated attributes
5761 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) {
5777 if ( legacy && elt->attrs_depr )
5787 * @legacy: whether to allow deprecated elements (YES is faster here
5794 * legacy allowed) or htmlElementStatusHere (otherwise).
5799 htmlNodeStatus(const htmlNodePtr node, int legacy) {
5805 return legacy
5815 htmlTagLookup(node->parent->name) , node->name, legacy) ;