Definition at line 63 of file Asttree.cs.
64 {
66 {
68 }
72 try
73 {
74 for (
int i = 0;
i <
array.Length;
i++)
75 {
78 }
79 }
80 catch
81 {
83 }
85 {
89 {
91 }
94 {
96 {
98 }
100 try
101 {
103 }
104 catch
105 {
107 }
108 }
110 {
112 {
114 }
115 else
116 {
119 {
121 }
122 }
123 try
124 {
126 }
127 catch
128 {
130 }
131 }
134 {
136 {
138 }
139 else
140 {
142 }
143 continue;
144 }
146 {
148 }
149 try
150 {
152 }
153 catch
154 {
156 }
158 {
160 }
162 {
164 }
165 else
166 {
168 }
169 }
170 }
virtual int Add(object? value)
static string Sch_EmptyXPath
static string Sch_ICXpathError
static string Sch_SelectorAttr
static bool IsAttribute(Axis ast)
static bool IsDescendantOrSelf(Axis ast)
static bool IsSelf(Axis ast)
static bool IsNameTest(Axis ast)
void SetURN(Axis axis, XmlNamespaceManager nsmgr)
static AstNode ParseXPathExpression(string xpathExpression)
References System.Xml.Schema.Asttree._fAxisArray, System.Collections.ArrayList.Add(), System.array, System.Xml.Schema.DoubleLinkAxis.ConvertTree(), System.Xml.Dictionary, System.Xml.Schema.Asttree.IsAttribute(), System.Xml.Schema.Asttree.IsDescendantOrSelf(), System.Xml.Schema.Asttree.IsNameTest(), System.Xml.Schema.Asttree.IsSelf(), MS.Internal.Xml.XPath.XPathParser.ParseXPathExpression(), System.SR.Sch_EmptyXPath, System.SR.Sch_ICXpathError, System.SR.Sch_SelectorAttr, System.Xml.Schema.Asttree.SetURN(), and System.value.
Referenced by System.Xml.Schema.Asttree.Asttree().