/external/libxslt/libxslt/ |
templates.h | 57 XSLTPUBFUN xmlAttrPtr XSLTCALL 60 xmlAttrPtr cur); 61 XSLTPUBFUN xmlAttrPtr XSLTCALL 64 xmlAttrPtr attr);
|
templates.c | 461 xmlAttrPtr 463 xmlAttrPtr attr) 466 xmlAttrPtr ret; 615 xmlAttrPtr 617 xmlNodePtr target, xmlAttrPtr attrs) 619 xmlAttrPtr attr, copy, last;
|
attributes.c | 657 xmlAttrPtr attr; 1057 if ( ((xmlAttrPtr) inst)->children != NULL) 1058 attrSets = ((xmlAttrPtr) inst)->children->content;
|
attrvt.c | 171 xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) {
|
namespaces.c | 521 xmlAttrPtr attr = target->properties;
|
xslt.c | [all...] |
transform.c | 980 * Returns: a new xmlAttrPtr, or NULL in case of error. 982 static xmlAttrPtr 984 xmlNodePtr target, xmlAttrPtr attr) 986 xmlAttrPtr copy; 1084 xmlNodePtr target, xmlAttrPtr attr) 1086 xmlAttrPtr copy; [all...] |
pattern.c | 805 xmlAttrPtr id; [all...] |
xsltutils.c | 84 xmlAttrPtr prop; 168 xmlAttrPtr prop; [all...] |
/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...] |
/external/webkit/Source/WebCore/xml/ |
XSLStyleSheetLibxslt.cpp | 195 xmlAttrPtr idNode = xmlGetID(document(), (const xmlChar*)(finalURL().string().utf8().data()));
|