Lines Matching refs:properties
967 ctxt->myDoc->properties = XML_DOC_HTML;
984 doc->properties = 0;
986 doc->properties |= XML_DOC_OLD10;
1257 prop = ctxt->node->properties;
1821 /* store the string in the node overrithing properties and nsDef */
1822 xmlChar *tmp = (xmlChar *) &(ret->properties);
1943 if (ctxt->node->properties == NULL) {
1944 ctxt->node->properties = ret;
1946 xmlAttrPtr prev = ctxt->node->properties;
2457 if (lastChild->content == (xmlChar *)&(lastChild->properties)) {
2459 lastChild->properties = NULL;