12 references to Element
Microsoft.Web.XmlTransform (12)
XmlElementContext.cs (6)
171
transformNodes = CreateCloneInTargetDocument(
Element
);
251
return XmlNodeException.Wrap(ex,
Element
);
260
XmlNodeList localNamespaces =
Element
.SelectNodes("namespace::*");
263
namespaceManager = new XmlNamespaceManager(
Element
.OwnerDocument.NameTable);
287
return
Element
.OwnerDocument.NameTable;
326
objectAttribute =
Element
.Attributes.GetNamedItem(typeof(ObjectType).Name, XmlTransformation.TransformNamespace) as XmlAttribute;
XmlLocator.cs (1)
45
return context.
Element
;
XmlTransformation.cs (5)
248
XmlAttribute SupressWarningsAttribute = context.
Element
.Attributes.GetNamedItem(XmlTransformation.SupressWarnings, XmlTransformation.TransformNamespace) as XmlAttribute;
295
foreach (XmlAttribute attribute in context.
Element
.Attributes) {
314
throw new XmlNodeException(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_ImportAttributeConflict), context.
Element
);
317
throw new XmlNodeException(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_ImportMissingAssembly), context.
Element
);
320
throw new XmlNodeException(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_ImportMissingNamespace), context.
Element
);