1 override of NextSibling
System.Xml (1)
System\Xml\Dom\XmlLinkedNode.cs (1)
41
public override XmlNode
NextSibling
{
103 references to NextSibling
System.Data (54)
fx\src\data\System\Data\XDRSchema.cs (7)
54
for (XmlNode n = schemaRoot.FirstChild; n != null; n = n.
NextSibling
) {
108
else if (vn.
NextSibling
!= null)
109
vn = vn.
NextSibling
;
113
if (vn.
NextSibling
!= null) {
114
vn = vn.
NextSibling
;
155
for (XmlNode n = typeNode.FirstChild; n != null; n = n.
NextSibling
) {
504
for (XmlNode n = typeNode.FirstChild; n != null; n = n.
NextSibling
) {
fx\src\data\System\Data\XmlDataLoader.cs (13)
97
for (XmlNode n = parentElement.FirstChild; n != null; n = n.
NextSibling
) {
133
n = n.
NextSibling
;
137
if (IsTextLikeNode( n.NodeType ) && (n.
NextSibling
== null || !IsTextLikeNode( n.NodeType ))) {
140
n = n.
NextSibling
;
146
n = n.
NextSibling
;
164
n = n.
NextSibling
;
166
if (IsTextLikeNode( n.NodeType ) && (n.
NextSibling
== null || !IsTextLikeNode( n.NodeType ))) {
169
n = n.
NextSibling
;
175
n = n.
NextSibling
;
209
for (XmlNode tabNode = e.FirstChild; tabNode != null; tabNode = tabNode.
NextSibling
)
404
while (n != rowElement && n.
NextSibling
== null) {
409
n = n.
NextSibling
;
460
for (XmlNode n = parentElement.FirstChild; n != null; n = n.
NextSibling
) {
fx\src\data\System\Data\xmlsaver.cs (2)
1021
for (XmlNode n = schema.FirstChild; n != null; n = n.
NextSibling
) {
1338
for (XmlNode n = node.FirstChild; n != null; n = n.
NextSibling
) {
fx\src\data\System\NewXml\DataPointer.cs (1)
538
for (n = node.FirstChild; n != null; n = n.
NextSibling
) {
fx\src\data\System\NewXml\DataSetMappper.cs (5)
119
for ( XmlNode n = elem.FirstChild; n != null; n = n.
NextSibling
) {
251
if ( fc == null || fc.NodeType != XmlNodeType.Text || fc.
NextSibling
!= null ) {
260
for ( ; n != null; n = n.
NextSibling
) {
291
if ( fc == null || fc.NodeType != XmlNodeType.Text || fc.
NextSibling
!= null ) {
298
for (; n != null; n = n.
NextSibling
) {
fx\src\data\System\NewXml\RegionIterator.cs (8)
75
XmlNode nextNode = currentNode.
NextSibling
;
88
while ( nextNode != rowElement && nextNode.
NextSibling
== null )
100
currentNode = nextNode.
NextSibling
;
150
n = n.
NextSibling
;
155
if ( XmlDataDocument.IsTextLikeNode( n ) && (n.
NextSibling
== null || ! XmlDataDocument.IsTextLikeNode( n.
NextSibling
)) ) {
158
n = n.
NextSibling
;
166
n = n.
NextSibling
;
fx\src\data\System\NewXml\TreeIterator.cs (3)
54
XmlNode nextNode = currentNode.
NextSibling
;
63
while ( nextNode != nodeTop && nextNode.
NextSibling
== null )
71
currentNode = nextNode.
NextSibling
;
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
122
sibling = child.
NextSibling
;
fx\src\data\System\NewXml\XmlDataDocument.cs (12)
134
for ( XmlNode child = node.FirstChild; child != null; child = child.
NextSibling
)
170
for ( XmlNode child = node.FirstChild; child != null; child = child.
NextSibling
)
399
XmlNode next = node.
NextSibling
;
679
for ( node = rowElement.FirstChild; node != null; prev = node, node = node.
NextSibling
) {
684
for ( ; node != null; prev = node, node = node.
NextSibling
) {
1185
for ( XmlNode child = node.FirstChild; child != null; child = child.
NextSibling
)
2074
nextSibling = child.
NextSibling
;
2077
nextSibling = child.
NextSibling
;
2087
XmlNode sibling = node.
NextSibling
;
2098
n = n.
NextSibling
;
2105
RemoveInitialTextNodes( n.
NextSibling
);
2127
return n.
NextSibling
;
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
1085
nextNode = curNode1.
NextSibling
;
1167
for (n = _node.FirstChild; n != null; n = n.
NextSibling
) {
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1431
child = child.
NextSibling
;
System.Web (2)
UI\WebControls\AdRotator.cs (2)
615
prop = prop.
NextSibling
;
621
elem = elem.
NextSibling
;
System.Web.Extensions (1)
Script\Services\WebServiceTypeData.cs (1)
192
child = child.
NextSibling
;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
470
XmlNode sibling = child.
NextSibling
;
System.Xml (44)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
255
for (XmlNode child = node.FirstChild; child != null; child = child.
NextSibling
) {
335
for (XmlNode child = elementNode.FirstChild; child != null; child = child.
NextSibling
) {
644
for (child = parentNode.FirstChild; child != null; child = child.
NextSibling
) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
389
DocumentXPathNavigator.DeleteToFollowingSibling(start.
NextSibling
, end);
System\Xml\Dom\DocumentXPathNavigator.cs (9)
66
DeleteToFollowingSibling(node.
NextSibling
, end);
828
XmlNode nextSibling = following.
NextSibling
;
900
XmlNode nextSibling = following.
NextSibling
;
1109
XmlNode nextNode = node1.
NextSibling
;
1111
nextNode = nextNode.
NextSibling
;
1501
node = node.
NextSibling
;
1621
XmlNode sibling = node.
NextSibling
;
1636
sibling = node.
NextSibling
;
1714
left = left.
NextSibling
;
System\Xml\Dom\XmlAttribute.cs (1)
294
for (XmlNode node = FirstChild; node != null; node = node.
NextSibling
) {
System\Xml\Dom\XmlCharacterData.cs (1)
196
node = node.
NextSibling
;
System\Xml\Dom\XmlChildEnumerator.cs (1)
32
child = child.
NextSibling
;
System\Xml\Dom\XmlChildNodes.cs (2)
21
for (XmlNode n = container.FirstChild; n != null; n = n.
NextSibling
, i--) {
31
for (XmlNode n = container.FirstChild; n != null; n = n.
NextSibling
) {
System\Xml\Dom\XmlDocument.cs (6)
403
node = node.
NextSibling
;
415
node = node.
NextSibling
;
478
return !HasNodeTypeInNextSiblings( XmlNodeType.DocumentType, refChild.
NextSibling
);
865
for ( XmlNode n = fromNode.FirstChild; n != null; n = n.
NextSibling
) {
1214
n = n.
NextSibling
;
1223
n = n.
NextSibling
;
System\Xml\Dom\XmlElement.cs (2)
420
n = n.
NextSibling
;
440
for (XmlNode node = FirstChild; node != null; node = node.
NextSibling
) {
System\Xml\Dom\XmlElementList.cs (2)
107
&& retNode.
NextSibling
== null ) {
112
retNode = retNode.
NextSibling
;
System\Xml\Dom\XmlLinkedNode.cs (1)
28
XmlNode nextSibling = node.
NextSibling
;
System\Xml\Dom\XmlLoader.cs (1)
745
child = child.
NextSibling
;
System\Xml\Dom\XmlNode.cs (12)
336
XmlNode next = node.
NextSibling
;
407
XmlNode nextNode = oldChild.
NextSibling
;
515
XmlNode next = node.
NextSibling
;
618
for (XmlNode child = container.FirstChild; child != null; child = child.
NextSibling
) {
634
XmlNode nextChild = crtChild.
NextSibling
;
770
for (XmlNode child = FirstChild; child != null; child = child.
NextSibling
) {
790
if (fc.
NextSibling
== null) {
808
&& firstChild.
NextSibling
== null // and exactly one
893
sibling = child.
NextSibling
;
1039
for (XmlNode n = FirstChild; n != null; n = n.
NextSibling
) {
1052
for (XmlNode n = FirstChild; n != null; n = n.
NextSibling
) {
1086
for (XmlNode child = FirstChild; child != null; child = child.
NextSibling
) {
System\Xml\Dom\XmlNodeReader.cs (2)
693
XmlNode nextSibling = node.
NextSibling
;
920
nextSibling = curNode.
NextSibling
;