18 if (!
input.MoveToFirstAttribute())
24 if (
input.NamespaceURI.Length != 0)
43 while (
input.MoveToNextAttribute());
50 if (
avt !=
null &&
avt.IsConstant)
52 result =
avt.Evaluate(
null,
null);
static string Xslt_MissingAttribute
static string Xslt_NotEmptyContents
static string Xslt_InvalidAttribute
static XsltException Create(string res, params string[] args)
void CheckEmpty(Compiler compiler)
void CheckRequiredAttribute(Compiler compiler, bool attr, string attrName)
void CompileAttributes(Compiler compiler)
void Compile(Compiler compiler)
virtual bool CompileAttribute(Compiler compiler)
void CheckRequiredAttribute(Compiler compiler, object attrValue, string attrName)
static string PrecalculateAvt(ref Avt avt)