Lines Matching refs:properties
1171 cur->properties = XML_DOC_USERBUILT;
1861 if (node->properties == NULL) {
1862 node->properties = cur;
1864 xmlAttrPtr prev = node->properties;
2083 tmp = cur->parent->properties;
2085 cur->parent->properties = cur->next;
2766 prop = tree->properties;
2921 prop->parent->properties = (xmlAttrPtr) prop;
2938 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3016 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3254 * If the new node is ATTRIBUTE, it is added into properties instead of children.
3334 if (parent->properties != NULL) {
3351 if (parent->properties == NULL) {
3352 parent->properties = (xmlAttrPtr) cur;
3355 xmlAttrPtr lastattr = parent->properties;
3627 (cur->properties != NULL))
3628 xmlFreePropList(cur->properties);
3633 (cur->content != (xmlChar *) &(cur->properties))) {
3701 (cur->properties != NULL))
3702 xmlFreePropList(cur->properties);
3708 (cur->content != (xmlChar *) &(cur->properties))) {
3783 if (parent->properties == (xmlAttrPtr) cur)
3784 parent->properties = ((xmlAttrPtr) cur)->next;
3854 if (cur->parent->properties
3855 cur->parent->properties = ((xmlAttrPtr) cur);
4086 * however, we allow a value of 2 to indicate copy properties and
4215 (node->type == XML_XINCLUDE_START)) && (node->properties != NULL))
4216 ret->properties = xmlCopyPropList(ret, node->properties);
4285 * @extended: if 1 do a recursive copy (properties, namespaces and children
4287 * if 2 copy properties and namespaces (when applicable)
4305 * @extended: if 1 do a recursive copy (properties, namespaces and children
4307 * if 2 copy properties and namespaces (when applicable)
5500 (cur->content != (xmlChar *) &(cur->properties))) {
5511 cur->properties = NULL;
5578 (cur->content != (xmlChar *) &(cur->properties))) {
5589 cur->properties = NULL;
5664 if ((cur->content == (xmlChar *) &(cur->properties)) ||
5668 cur->properties = NULL;
6223 attr = node->properties;
6333 if (node->properties != NULL) {
6334 prop = node->properties;
6492 * Check on the properties attached to the node
6494 prop = node->properties;
6837 if ((node->content == (xmlChar *) &(node->properties)) ||
6844 node->properties = NULL;
8100 (node->properties != NULL)) {
8101 node = (xmlNodePtr) node->properties;
8702 (cur->properties != NULL)) {
8706 cur = (xmlNodePtr) cur->properties;
8987 * Further node properties.
8998 if (cur->properties != NULL) {
9002 cur = (xmlNodePtr) cur->properties;
9292 parentClone->properties = (xmlAttrPtr) clone;
9558 if ((cur->type == XML_ELEMENT_NODE) && (cur->properties != NULL)) {
9561 cur = (xmlNodePtr) cur->properties;