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