4 writes to _XMLReader
System.Runtime.Remoting (4)
metadata\wsdlparser.cs (4)
42
_XMLReader
= null;
787
_XMLReader
= new XmlTextReader(input.InputStream, _primedNametable) { DtdProcessing = DtdProcessing.Ignore };
1023
_XMLReader
= new XmlTextReader(input.InputStream, _primedNametable) { DtdProcessing = DtdProcessing.Ignore };
1031
_XMLReader
= _XMLReaderWsdl;
88 references to _XMLReader
System.Runtime.Remoting (88)
metadata\wsdlparser.cs (88)
104
get {return
_XMLReader
;}
112
_XMLReader
.Skip();
113
XmlNodeType nodeType =
_XMLReader
.MoveToContent();
116
_XMLReader
.Read();
117
nodeType =
_XMLReader
.MoveToContent();
129
_XMLReader
.Read();
130
XmlNodeType nodeType =
_XMLReader
.MoveToContent();
133
_XMLReader
.Read();
134
nodeType =
_XMLReader
.MoveToContent();
179
int curDepth =
_XMLReader
.Depth;
184
while (
_XMLReader
.Depth > curDepth)
186
elementName =
_XMLReader
.LocalName;
256
int curDepth =
_XMLReader
.Depth;
261
while (
_XMLReader
.Depth > curDepth)
263
elementName =
_XMLReader
.LocalName;
317
if (
_XMLReader
.IsEmptyElement == true)
367
if (
_XMLReader
.IsEmptyElement == true)
386
int curDepth =
_XMLReader
.Depth;
391
while (
_XMLReader
.Depth > curDepth)
393
elementName =
_XMLReader
.LocalName;
448
if (
_XMLReader
.IsEmptyElement == true)
473
int curDepth =
_XMLReader
.Depth;
478
while (
_XMLReader
.Depth > curDepth)
480
elementName =
_XMLReader
.LocalName;
520
int curDepth =
_XMLReader
.Depth;
528
while (
_XMLReader
.Depth > curDepth)
530
elementName =
_XMLReader
.LocalName;
584
if (
_XMLReader
.IsEmptyElement == true)
603
int curDepth =
_XMLReader
.Depth;
606
while (
_XMLReader
.Depth > curDepth)
608
elementName =
_XMLReader
.LocalName;
681
MatchingStrings(
_XMLReader
.LocalName, s_sudsString) &&
788
_XMLReader
.WhitespaceHandling = WhitespaceHandling.None;
789
_XMLReader
.XmlResolver = null;
812
String elementName =
_XMLReader
.LocalName;
846
Util.Log("WsdlParser.ParseWsdl elementName "+
_XMLReader
.LocalName+" namespace "+
_XMLReader
.NamespaceURI);
847
int curDepth =
_XMLReader
.Depth;
854
while (
_XMLReader
.Depth > curDepth)
856
String elementName =
_XMLReader
.LocalName;
857
Util.Log("WsdlParser.ParseWsdl Loop "+
_XMLReader
.LocalName);
941
int curDepth =
_XMLReader
.Depth;
947
while (
_XMLReader
.Depth > curDepth)
949
String elementName =
_XMLReader
.LocalName;
1018
XmlTextReader _XMLReaderWsdl =
_XMLReader
;
1024
_XMLReader
.WhitespaceHandling = WhitespaceHandling.None;
1025
_XMLReader
.XmlResolver = null;
1042
String elementName =
_XMLReader
.LocalName;
1060
int curDepth =
_XMLReader
.Depth;
1062
while (
_XMLReader
.Depth > curDepth)
1064
String elementName =
_XMLReader
.LocalName;
1100
int curDepth =
_XMLReader
.Depth;
1102
while (
_XMLReader
.Depth > curDepth)
1104
String elementName =
_XMLReader
.LocalName;
1127
int curDepth =
_XMLReader
.Depth;
1130
while (
_XMLReader
.Depth > curDepth)
1132
String elementName =
_XMLReader
.LocalName;
1205
int curDepth =
_XMLReader
.Depth;
1207
while (
_XMLReader
.Depth > curDepth)
1209
String elementName =
_XMLReader
.LocalName;
1285
int curDepth =
_XMLReader
.Depth;
1287
while (
_XMLReader
.Depth > curDepth)
1289
String elementName =
_XMLReader
.LocalName;
1348
int curDepth =
_XMLReader
.Depth;
1355
while (
_XMLReader
.Depth > curDepth)
1357
String elementName =
_XMLReader
.LocalName;
1429
int curDepth =
_XMLReader
.Depth;
1431
while (
_XMLReader
.Depth > curDepth)
1433
String elementName =
_XMLReader
.LocalName;
1494
int curDepth =
_XMLReader
.Depth;
1496
while (
_XMLReader
.Depth > curDepth)
1498
String elementName =
_XMLReader
.LocalName;
1522
int curDepth =
_XMLReader
.Depth;
1524
while (
_XMLReader
.Depth > curDepth)
1526
String elementName =
_XMLReader
.LocalName;
2097
int curDepth =
_XMLReader
.Depth;
2103
while (
_XMLReader
.Depth > curDepth)
2105
String elementName =
_XMLReader
.LocalName;
2157
bPresent =
_XMLReader
.MoveToAttribute(attrName, attrNS);
2159
bPresent =
_XMLReader
.MoveToAttribute(attrName);
2162
value = Atomize(
_XMLReader
.Value.Trim());
2163
_XMLReader
.MoveToElement();
2213
Util.Log("WsdlParser.ParseQName Enter qname "+qname+" default xmlns NS "+
_XMLReader
.LookupNamespace(""));
2238
ns =
_XMLReader
.LookupNamespace("");
2252
ns =
_XMLReader
.LookupNamespace(prefix);
2288
Util.Log("WsdlParser.MatchingNamespace "+elmNS+" ***** "+
_XMLReader
.NamespaceURI);
2289
if (MatchingStrings(
_XMLReader
.NamespaceURI, elmNS))
2632
return(
_XMLReader
.NameTable.Add(str));