Home | History | Annotate | Download | only in libxml2

Lines Matching full:fullname

986  * @fullname:  the attribute name 
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname,
1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue,
1110 * @fullname: The attribute name, including namespace prefix
1121 const xmlChar * fullname ATTRIBUTE_UNUSED,
1130 * @fullname: The element name, including namespace prefix
1137 startElement(void *ctx, const xmlChar * fullname, const xmlChar ** atts)
1139 xmlSAX2StartElement(ctx, fullname, atts);