Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XPathNavigatorReaderWithSI.cs
Go to the documentation of this file.
2
3namespace System.Xml.XPath;
4
6{
8 {
9 get
10 {
11 if (!base.IsReading)
12 {
13 return XmlSchemaValidity.NotKnown;
14 }
15 return schemaInfo.Validity;
16 }
17 }
18
19 public override bool IsDefault
20 {
21 get
22 {
23 if (!base.IsReading)
24 {
25 return false;
26 }
27 return schemaInfo.IsDefault;
28 }
29 }
30
31 public bool IsNil
32 {
33 get
34 {
35 if (!base.IsReading)
36 {
37 return false;
38 }
39 return schemaInfo.IsNil;
40 }
41 }
42
44 {
45 get
46 {
47 if (!base.IsReading)
48 {
49 return null;
50 }
52 }
53 }
54
56 {
57 get
58 {
59 if (!base.IsReading)
60 {
61 return null;
62 }
64 }
65 }
66
68 {
69 get
70 {
71 if (!base.IsReading)
72 {
73 return null;
74 }
76 }
77 }
78
80 {
81 get
82 {
83 if (!base.IsReading)
84 {
85 return null;
86 }
88 }
89 }
90
96}
XPathNavigatorReaderWithSI(XPathNavigator navToRead, IXmlLineInfo xli, IXmlSchemaInfo xsi)
XmlSchemaAttribute? SchemaAttribute
XmlSchemaSimpleType? MemberType