1 write to UntypedElement
System.Private.Xml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
412
UntypedElement
= new ItemType(XmlTypeCode.Element, XmlQualifiedNameTest.Wildcard, XmlSchemaComplexType.UntypedAnyType, false, false, true);
3 references to UntypedElement
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
233
public static readonly XmlQueryType UntypedElement = ItemType.
UntypedElement
;
416
s_specialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument,
UntypedElement
, UntypedAttribute, NodeNotRtf };
472
return
UntypedElement
;