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

1 2

  /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 296 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */
    [all...]
  /external/libxml2/
c14n.c 708 xmlAttrPtr attr;
862 xmlC14NIsXmlAttr(xmlAttrPtr attr)
879 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2)
931 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx)
974 static xmlAttrPtr
977 xmlAttrPtr res;
997 static xmlAttrPtr
998 xmlC14NFixupBaseAttr(xmlC14NCtxPtr ctx, xmlAttrPtr xml_base_attr)
1002 xmlAttrPtr attr
    [all...]
tree.c 55 static xmlChar* xmlGetPropNodeValueInternal(xmlAttrPtr prop);
    [all...]
HTMLtree.c 99 xmlAttrPtr attr = cur->properties;
231 xmlAttrPtr attr = cur->properties;
669 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur,
731 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) {
796 htmlAttrDumpOutput(buf, doc, (xmlAttrPtr) cur, encoding);
xmlsave.c 431 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr)
669 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
699 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) {
929 xmlAttrDumpOutput(ctxt, (xmlAttrPtr) cur);
    [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 823 xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
861 xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
    [all...]
xmlschemastypes.c     [all...]
relaxng.c 309 xmlAttrPtr *attrs; /* the array of attributes */
    [all...]
xpath.c 894 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp 195 xmlAttrPtr idNode = xmlGetID(document(), (const xmlChar*)(finalURL().string().utf8().data()));

Completed in 1671 milliseconds

1 2