1 write to UntypedElement
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
401
UntypedElement
= new ItemType(XmlTypeCode.Element, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true);
3 references to UntypedElement
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
236
public static readonly XmlQueryType UntypedElement = ItemType.
UntypedElement
;
405
SpecialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument,
UntypedElement
, UntypedAttribute, NodeNotRtf };
453
return
UntypedElement
;