Lines Matching refs:properties
1159 cur->properties = XML_DOC_USERBUILT;
1851 if (node->properties == NULL) {
1852 node->properties = cur;
1854 xmlAttrPtr prev = node->properties;
2072 tmp = cur->parent->properties;
2074 cur->parent->properties = cur->next;
2755 prop = tree->properties;
2910 prop->parent->properties = (xmlAttrPtr) prop;
2927 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3005 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3235 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3315 if (parent->properties != NULL) {
3332 if (parent->properties == NULL) {
3333 parent->properties = (xmlAttrPtr) cur;
3336 xmlAttrPtr lastattr = parent->properties;
3608 (cur->properties != NULL))
3609 xmlFreePropList(cur->properties);
3614 (cur->content != (xmlChar *) &(cur->properties))) {
3682 (cur->properties != NULL))
3683 xmlFreePropList(cur->properties);
3689 (cur->content != (xmlChar *) &(cur->properties))) {
3762 if (parent->properties == (xmlAttrPtr) cur)
3763 parent->properties = ((xmlAttrPtr) cur)->next;
3833 if (cur->parent->properties == (xmlAttrPtr)old)
3834 cur->parent->properties = ((xmlAttrPtr) cur);
4065 * however, we allow a value of 2 to indicate copy properties and
4190 if ((node->type == XML_ELEMENT_NODE) && (node->properties != NULL))
4191 ret->properties = xmlCopyPropList(ret, node->properties);
4260 * @extended: if 1 do a recursive copy (properties, namespaces and children
4262 * if 2 copy properties and namespaces (when applicable)
4280 * @extended: if 1 do a recursive copy (properties, namespaces and children
4282 * if 2 copy properties and namespaces (when applicable)
5475 (cur->content != (xmlChar *) &(cur->properties))) {
5486 cur->properties = NULL;
5553 (cur->content != (xmlChar *) &(cur->properties))) {
5564 cur->properties = NULL;
5639 if ((cur->content == (xmlChar *) &(cur->properties)) ||
5643 cur->properties = NULL;
6198 attr = node->properties;
6308 if (node->properties != NULL) {
6309 prop = node->properties;
6467 * Check on the properties attached to the node
6469 prop = node->properties;
6812 properties)) ||
6819 node->properties = NULL;
8070 (node->properties != NULL)) {
8071 node = (xmlNodePtr) node->properties;
8672 (cur->properties != NULL)) {
8676 cur = (xmlNodePtr) cur->properties;
8957 * Further node properties.
8968 if (cur->properties != NULL) {
8972 cur = (xmlNodePtr) cur->properties;
9262 parentClone->properties = (xmlAttrPtr) clone;
9528 if ((cur->type == XML_ELEMENT_NODE) && (cur->properties != NULL)) {
9531 cur = (xmlNodePtr) cur->properties;