Lines Matching refs:inst
642 xmlNodePtr inst, in xsltAttributeInternal() argument
659 if ((ctxt == NULL) || (contextNode == NULL) || (inst == NULL)) in xsltAttributeInternal()
682 xsltTransformError(ctxt, NULL, inst, in xsltAttributeInternal()
720 xsltTransformError(ctxt, NULL, inst, in xsltAttributeInternal()
734 xslHandleDebugger(inst, contextNode, NULL, ctxt); in xsltAttributeInternal()
739 prop = xsltEvalAttrValueTemplate(ctxt, inst, in xsltAttributeInternal()
742 xsltTransformError(ctxt, NULL, inst, in xsltAttributeInternal()
747 xsltTransformError(ctxt, NULL, inst, in xsltAttributeInternal()
811 tmpNsName = xsltEvalAttrValueTemplate(ctxt, inst, in xsltAttributeInternal()
833 ns = xmlSearchNs(inst->doc, inst, prefix); in xsltAttributeInternal()
839 xsltTransformError(ctxt, NULL, inst, in xsltAttributeInternal()
902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref, in xsltAttributeInternal()
907 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix, in xsltAttributeInternal()
911 xsltTransformError(ctxt, NULL, inst, in xsltAttributeInternal()
922 if (inst->children == NULL) { in xsltAttributeInternal()
928 } else if ((inst->children->next == NULL) && in xsltAttributeInternal()
929 ((inst->children->type == XML_TEXT_NODE) || in xsltAttributeInternal()
930 (inst->children->type == XML_CDATA_SECTION_NODE))) in xsltAttributeInternal()
954 copyTxt->content = inst->children->content; in xsltAttributeInternal()
960 if (inst->children->name == xmlStringTextNoenc) in xsltAttributeInternal()
966 copyTxt = xmlNewText(inst->children->content); in xsltAttributeInternal()
978 if (inst->children->name == xmlStringTextNoenc) in xsltAttributeInternal()
992 value = xsltEvalTemplateString(ctxt, contextNode, inst); in xsltAttributeInternal()
1022 xmlNodePtr inst, xsltStylePreCompPtr comp) { in xsltAttribute() argument
1023 xsltAttributeInternal(ctxt, node, inst, comp, 0); in xsltAttribute()
1040 xmlNodePtr inst, in xsltApplyAttributeSet() argument
1050 if (inst == NULL) in xsltApplyAttributeSet()
1056 if (inst->type == XML_ATTRIBUTE_NODE) { in xsltApplyAttributeSet()
1057 if ( ((xmlAttrPtr) inst)->children != NULL) in xsltApplyAttributeSet()
1058 attrSets = ((xmlAttrPtr) inst)->children->content; in xsltApplyAttributeSet()