Lines Matching defs:prop
568 xmlAttrPtr prop;
610 for (prop = node->properties; prop != NULL; prop = prop->next) {
611 if (prop->children) {
612 sp_repr_qualified_name (c, 256, prop->ns, prop->name, default_ns, prefix_map);
613 repr->setAttribute(c, reinterpret_cast<gchar*>(prop->children->content));
614 /* TODO remember prop->ns->prefix if prop->ns != NULL */