HomeSort by relevance Sort by last modified time
    Searched refs:xmlAttrPtr (Results 1 - 18 of 18) sorted by null

  /external/libxml2/include/libxml/
tree.h 394 typedef xmlAttr *xmlAttrPtr;
421 xmlAttrPtr attr; /* The attribute holding it */
438 xmlAttrPtr attr; /* The attribute holding it */
738 XMLPUBFUN xmlAttrPtr XMLCALL
744 XMLPUBFUN xmlAttrPtr XMLCALL
749 XMLPUBFUN xmlAttrPtr XMLCALL
754 XMLPUBFUN xmlAttrPtr XMLCALL
760 xmlFreePropList (xmlAttrPtr cur);
762 xmlFreeProp (xmlAttrPtr cur);
763 XMLPUBFUN xmlAttrPtr XMLCALL
    [all...]
valid.h 271 xmlAttrPtr attr);
274 XMLPUBFUN xmlAttrPtr XMLCALL
280 xmlAttrPtr attr);
283 xmlAttrPtr attr);
290 xmlAttrPtr attr);
296 xmlAttrPtr attr);
299 xmlAttrPtr attr);
365 xmlAttrPtr attr,
debugXML.h 33 xmlAttrPtr attr,
37 xmlAttrPtr attr,
parser.h 294 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */
    [all...]
  /external/libxml2/
tree.c 54 static xmlChar* xmlGetPropNodeValueInternal(xmlAttrPtr prop);
    [all...]
xmlsave.c 429 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr)
609 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
636 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
861 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur);
1166 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
1167 xmlAttrPtr xml_lang = NULL;
1168 xmlAttrPtr lang = NULL;
1169 xmlAttrPtr name = NULL;
1170 xmlAttrPtr id = NULL;
    [all...]
HTMLtree.c 99 xmlAttrPtr attr = cur->properties;
242 xmlAttrPtr attr = cur->properties;
662 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur,
724 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) {
789 htmlAttrDumpOutput(buf, doc, (xmlAttrPtr) cur, encoding);
c14n.c 705 xmlAttrPtr attr;
857 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2)
909 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx)
980 xmlAttrPtr attr;
    [all...]
xmlreader.c 247 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
279 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) {
317 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) {
318 xmlAttrPtr next;
427 xmlTextReaderFreeProp(reader, (xmlAttrPtr) cur);
    [all...]
valid.c     [all...]
xmlschemas.c     [all...]
debugXML.c 821 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
859 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
    [all...]
xmlschemastypes.c     [all...]
relaxng.c 308 xmlAttrPtr *attrs; /* the array of attributes */
    [all...]
xpath.c 893 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
    [all...]
SAX2.c 1069 xmlAttrPtr ret;
    [all...]
parserInternals.c     [all...]
  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 195 xmlAttrPtr idNode = xmlGetID(document(), (const xmlChar*)(finalURL().string().utf8().data()));

Completed in 1402 milliseconds