Home | History | Annotate | Download | only in libxml2

Lines Matching refs:properties

967 	ctxt->myDoc->properties = XML_DOC_HTML;
984 doc->properties = 0;
986 doc->properties |= XML_DOC_OLD10;
1267 prop = ctxt->node->properties;
1837 /* store the string in the node overrithing properties and nsDef */
1838 xmlChar *tmp = (xmlChar *) &(ret->properties);
1959 if (ctxt->node->properties == NULL) {
1960 ctxt->node->properties = ret;
1962 xmlAttrPtr prev = ctxt->node->properties;
2528 if (lastChild->content == (xmlChar *)&(lastChild->properties)) {
2530 lastChild->properties = NULL;