Base:
property
NodeType
System.Xml.XmlReader.NodeType
60 references to NodeType
System.Xml (60)
System\Xml\Core\XsdValidatingReader.cs (46)
353switch (NodeType) { 374if (!CanReadContentAs(this.NodeType)) { 383if (!CanReadContentAs(this.NodeType)) { 387XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 408if (!CanReadContentAs(this.NodeType)) { 412XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 433if (!CanReadContentAs(this.NodeType)) { 437XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 458if (!CanReadContentAs(this.NodeType)) { 462XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 483if (!CanReadContentAs(this.NodeType)) { 487XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 508if (!CanReadContentAs(this.NodeType)) { 512XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 533if (!CanReadContentAs(this.NodeType)) { 537XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 558if (!CanReadContentAs(this.NodeType)) { 562XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 583if (!CanReadContentAs(this.NodeType)) { 590XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; // 616if (this.NodeType != XmlNodeType.Element) { 626if (this.NodeType != XmlNodeType.Element) { 653if (this.NodeType != XmlNodeType.Element) { 680if (this.NodeType != XmlNodeType.Element) { 707if (this.NodeType != XmlNodeType.Element) { 734if (this.NodeType != XmlNodeType.Element) { 761if (this.NodeType != XmlNodeType.Element) { 788if (this.NodeType != XmlNodeType.Element) { 815if (this.NodeType != XmlNodeType.Element) { 842if (this.NodeType != XmlNodeType.Element) { 1178switch (NodeType) { 1228if (NodeType == XmlNodeType.Attribute) { 1342switch (NodeType) { 1367switch (NodeType) { 1381switch (NodeType) { 1406switch (NodeType) { 1430switch (NodeType) { 1448if (NodeType == XmlNodeType.Element || NodeType == XmlNodeType.EndElement) { 1457if (NodeType == XmlNodeType.Attribute) { 1851XmlNodeType nodeType = this.NodeType; 1921Debug.Assert(this.NodeType == XmlNodeType.Element); 1942if (this.NodeType == XmlNodeType.EndElement) { //If IsDefault is true, the next node will be EndElement 1957else if (this.NodeType == XmlNodeType.Element) { //the first child is again element node 1965if (this.NodeType != XmlNodeType.EndElement) { 2145Debug.Assert(NodeType != XmlNodeType.Attribute);
System\Xml\Core\XsdValidatingReaderAsync.cs (14)
28if (!CanReadContentAs(this.NodeType)) { 37if (!CanReadContentAs(this.NodeType)) { 41XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; 62if (!CanReadContentAs(this.NodeType)) { 72XmlSchemaType xmlType = NodeType == XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; // 98if (this.NodeType != XmlNodeType.Element) { 109if (this.NodeType != XmlNodeType.Element) { 139if (this.NodeType != XmlNodeType.Element) { 278switch (NodeType) { 563XmlNodeType nodeType = this.NodeType; 643Debug.Assert(this.NodeType == XmlNodeType.Element); 665if (this.NodeType == XmlNodeType.EndElement) { //If IsDefault is true, the next node will be EndElement 680else if (this.NodeType == XmlNodeType.Element) { //the first child is again element node 691if (this.NodeType != XmlNodeType.EndElement) {