Home | History | Annotate | Download | only in libxml2

Lines Matching refs:attr

424  * @attr:  the attribute pointer
429 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr)
433 children = attr->children;
437 xmlAttrSerializeTxtContent(buf->buffer, attr->doc,
438 attr, children->content);
1870 * @attr: the attribute node
1877 xmlAttrPtr attr, const xmlChar * string)
1938 xmlSaveErr(XML_SAVE_NOT_UTF8, (xmlNodePtr) attr, NULL);
1969 xmlSaveErr(XML_SAVE_CHAR_INVALID, (xmlNodePtr) attr, NULL);