7 writes to node
System.Data (7)
fx\src\data\System\NewXml\DataPointer.cs (7)
24
this.
node
= node;
34
this.
node
= pointer.node;
86
this.
node
= pointer.node;
96
this.
node
= node;
107
this.
node
= node;
552
this.
node
= n;
692
this.
node
= null;
68 references to node
System.Data (68)
fx\src\data\System\NewXml\DataPointer.cs (68)
34
this.node = pointer.
node
;
52
rowElem = this.
node
as XmlBoundElement;
58
doc.Mapper.GetRegion( this.
node
, out rowElem );
83
Debug.Assert(
node
== this.doc ||
node
.OwnerDocument == this.doc );
86
this.node = pointer.
node
;
155
if (
node
== null)
165
else if (!IsFoliated(
node
)) {
169
MoveTo(
node
, c, doc.IsTextOnly(c) );
175
XmlNode n = doc.SafeFirstChild(
node
);
187
if (
node
!= null) {
194
MoveTo( this.
node
, c, false );
198
XmlNode n = doc.SafeFirstChild(
node
);
205
XmlNode n = doc.SafeNextSibling(
node
);
219
if (
node
!= null) {
222
MoveTo(
node
, column, false );
227
MoveTo(
node
, null, false );
232
XmlNode n =
node
.ParentNode;
245
if (
node
!= null) {
250
MoveTo(
node
, null, false );
253
else if (
node
.NodeType == XmlNodeType.Attribute) {
254
XmlNode n = ((XmlAttribute)
node
).OwnerElement;
270
if (
node
!= null) {
271
if (column == null &&
node
.NodeType == XmlNodeType.Element) {
272
if (!IsFoliated(
node
)) {
276
return
node
.Attributes.Count;
288
if (
node
!= null) {
289
if ((column == null || column.ColumnMapping == MappingType.Attribute) &&
node
.NodeType == XmlNodeType.Element) {
290
if (!IsFoliated(
node
)) {
293
MoveTo(
node
, c, false );
298
XmlNode n =
node
.Attributes.Item(i);
313
if (this.
node
== null) {
317
return this.
node
.NodeType;
335
if (this.
node
== null) {
338
String name =
node
.LocalName;
340
if ( IsLocalNameEmpty( this.
node
.NodeType ) )
357
if (this.
node
== null) {
361
return
node
.NamespaceURI;
376
if (this.
node
== null) {
380
String name =
node
.Name;
383
if ( IsLocalNameEmpty( this.
node
.NodeType ) )
437
if (this.
node
== null) {
441
return
node
.Prefix;
453
if (this.
node
== null) {
457
return this.
node
.Value;
476
return nodeToCheck == this.
node
;
485
return this.
node
;
492
if (
node
!= null && column == null) {
494
if (
node
.NodeType == XmlNodeType.Element) {
495
return((XmlElement)
node
).IsEmpty;
506
if (
node
!= null && column == null &&
node
.NodeType == XmlNodeType.Attribute) {
507
return !((XmlAttribute)
node
).Specified;
516
if (
node
== foliatedNode) {
531
n =
node
.FirstChild;
535
n =
node
.Attributes.GetNamedItem( column.EncodedColumnName, column.Namespace );
538
for (n =
node
.FirstChild; n != null; n = n.NextSibling) {
567
return ( ( XmlDocumentType ) (this.
node
)).PublicId;
571
return ( ( XmlEntity ) (this.
node
)).PublicId;
575
return ( ( XmlNotation ) (this.
node
)).PublicId;
588
return ( ( XmlDocumentType ) (this.
node
)).SystemId;
592
return ( ( XmlEntity ) (this.
node
)).SystemId;
596
return ( ( XmlNotation ) (this.
node
)).SystemId;
607
return ( ( XmlDocumentType ) (this.
node
)).InternalSubset;
626
return ( ( XmlDeclaration ) (this.
node
)).Encoding;
640
return ( ( XmlDeclaration ) (this.
node
)).Standalone;
654
return ( ( XmlDeclaration ) (this.
node
)).Version;
669
XmlBoundElement rowElem = this.
node
as XmlBoundElement;