Home
last modified time | relevance | path

Searched refs:xmlAttrPtr (Results 1 – 18 of 18) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h394 typedef xmlAttr *xmlAttrPtr; typedef
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 …]
Dvalid.h271 xmlAttrPtr attr);
274 XMLPUBFUN xmlAttrPtr XMLCALL
280 xmlAttrPtr attr);
283 xmlAttrPtr attr);
290 xmlAttrPtr attr);
296 xmlAttrPtr attr);
299 xmlAttrPtr attr);
365 xmlAttrPtr attr,
DdebugXML.h33 xmlAttrPtr attr,
37 xmlAttrPtr attr,
Dparser.h294 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */
/external/libxml2/
Dtree.c54 static xmlChar* xmlGetPropNodeValueInternal(xmlAttrPtr prop);
1781 static xmlAttrPtr
1786 xmlAttrPtr cur; in xmlNewPropInternal()
1800 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewPropInternal()
1854 xmlAttrPtr prev = node->properties; in xmlNewPropInternal()
1882 xmlAttrPtr
1907 xmlAttrPtr
1932 xmlAttrPtr
1956 xmlAttrPtr
1958 xmlAttrPtr cur; in xmlNewDocProp()
[all …]
Dxmlsave.c429 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr) in xmlAttrSerializeContent()
609 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xmlAttrDumpOutput()
636 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xmlAttrListDumpOutput()
861 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur); in xmlNodeDumpOutputInternal()
1166 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xhtmlAttrListDumpOutput()
1167 xmlAttrPtr xml_lang = NULL; in xhtmlAttrListDumpOutput()
1168 xmlAttrPtr lang = NULL; in xhtmlAttrListDumpOutput()
1169 xmlAttrPtr name = NULL; in xhtmlAttrListDumpOutput()
1170 xmlAttrPtr id = NULL; in xhtmlAttrListDumpOutput()
1390 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur); in xhtmlNodeDumpOutput()
[all …]
DHTMLtree.c99 xmlAttrPtr attr = cur->properties; in htmlGetMetaEncoding()
242 xmlAttrPtr attr = cur->properties; in htmlSetMetaEncoding()
662 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, in htmlAttrDumpOutput()
724 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding)… in htmlAttrListDumpOutput()
789 htmlAttrDumpOutput(buf, doc, (xmlAttrPtr) cur, encoding); in htmlNodeDumpFormatOutput()
Dc14n.c705 xmlAttrPtr attr; in xmlExcC14NProcessNamespacesAxis()
857 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2) in xmlC14NAttrsCompare()
909 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx) in xmlC14NPrintAttrs()
980 xmlAttrPtr attr; in xmlC14NProcessAttrsAxis()
Dvalid.c2627 xmlAttrPtr attr) { in xmlAddID()
2724 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsID()
2784 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { in xmlRemoveID()
2820 xmlAttrPtr
2845 return((xmlAttrPtr) doc); in xmlGetID()
2858 xmlAttrPtr ap;
2910 xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr; in xmlWalkRemoveRef()
2911 xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap; in xmlWalkRemoveRef()
2948 xmlAttrPtr attr) { in xmlAddRef()
3062 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsRef()
[all …]
Dxmlreader.c247 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) { in xmlTextReaderRemoveID()
279 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) { in xmlTextReaderFreeProp()
317 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) { in xmlTextReaderFreePropList()
318 xmlAttrPtr next; in xmlTextReaderFreePropList()
427 xmlTextReaderFreeProp(reader, (xmlAttrPtr) cur); in xmlTextReaderFreeNode()
2301 xmlAttrPtr cur; in xmlTextReaderGetAttributeNo()
2545 xmlAttrPtr cur; in xmlTextReaderMoveToAttributeNo()
2596 xmlAttrPtr prop; in xmlTextReaderMoveToAttribute()
2698 xmlAttrPtr prop; in xmlTextReaderMoveToAttributeNs()
2925 xmlAttrPtr attr; in xmlTextReaderAttributeCount()
[all …]
DdebugXML.c821 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttr()
859 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr) in xmlCtxtDumpAttrList()
1375 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { in xmlDebugDumpAttr()
1415 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth) in xmlDebugDumpAttrList()
1620 list = ((xmlAttrPtr) node)->children; in xmlLsCountNode()
1898 xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0); in xmlShellPrintNodeCtxt()
2283 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0); in xmlShellDir()
Dxmlschemas.c2831 xmlAttrPtr attr, in xmlSchemaPCustomAttrErr()
2871 xmlAttrPtr attr) in xmlSchemaPIllegalAttrErr()
3055 xmlAttrPtr attr, in xmlSchemaPMutualExclAttrErr()
4604 static xmlAttrPtr
4607 xmlAttrPtr prop; in xmlSchemaGetPropNode()
4631 static xmlAttrPtr
4634 xmlAttrPtr prop; in xmlSchemaGetPropNodeNs()
5772 xmlAttrPtr attr, in xmlSchemaPValAttrNodeQNameValue()
5853 xmlAttrPtr attr, in xmlSchemaPValAttrNodeQName()
5889 xmlAttrPtr attr; in xmlSchemaPValAttrQName()
[all …]
Dxmlschemastypes.c2738 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2772 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2793 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2824 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
2841 xmlAttrPtr attr = (xmlAttrPtr) node; in xmlSchemaValAtomicType()
Drelaxng.c308 xmlAttrPtr *attrs; /* the array of attributes */
1183 xmlAttrPtr attr; in xmlRelaxNGNewValidState()
1184 xmlAttrPtr attrs[MAX_ATTR]; in xmlRelaxNGNewValidState()
1231 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs * in xmlRelaxNGNewValidState()
1232 sizeof(xmlAttrPtr)); in xmlRelaxNGNewValidState()
1238 xmlAttrPtr *tmp; in xmlRelaxNGNewValidState()
1240 tmp = (xmlAttrPtr *) xmlRealloc(ret->attrs, nbAttrs * in xmlRelaxNGNewValidState()
1241 sizeof(xmlAttrPtr)); in xmlRelaxNGNewValidState()
1251 memcpy(ret->attrs, attrs, sizeof(xmlAttrPtr) * nbAttrs); in xmlRelaxNGNewValidState()
1280 xmlAttrPtr *attrs; in xmlRelaxNGCopyValidState()
[all …]
DSAX2.c1069 xmlAttrPtr ret; in xmlSAX2AttributeInternal()
1249 xmlAttrPtr prop; in xmlSAX2AttributeInternal()
1913 xmlAttrPtr ret; in xmlSAX2AttributeNs()
1946 xmlAttrPtr prev = ctxt->node->properties; in xmlSAX2AttributeNs()
Dxpath.c893 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth); in xmlXPathDebugDumpNode()
6242 tmp = ((xmlAttrPtr) node)->children; in xmlXPathNodeValHash()
7866 xmlAttrPtr att = (xmlAttrPtr) ctxt->context->node; in xmlXPathNextParent()
7939 xmlAttrPtr tmp = (xmlAttrPtr) ctxt->context->node; in xmlXPathNextAncestor()
7991 xmlAttrPtr att = (xmlAttrPtr) ctxt->context->node; in xmlXPathNextAncestor()
8446 xmlAttrPtr attr; in xmlXPathGetElementsByIds()
12324 xmlAttrPtr attr = (xmlAttrPtr) cur; in xmlXPathNodeCollectAndTest()
DparserInternals.c1733 xmlAttrPtr cur, next; in xmlFreeParserCtxt()
/external/webkit/WebCore/xml/
DXSLStyleSheetLibxslt.cpp195xmlAttrPtr idNode = xmlGetID(document(), (const xmlChar*)(finalURL().string().utf8().data())); in loadChildSheets()