1 write to doc
System.Xml (1)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
84
this.
doc
= doc;
10 references to doc
System.Xml (10)
System\Xml\Cache\XPathDocumentBuilder.cs (10)
101
this.
doc
.SetCollapsedTextNode(page, idx);
105
this.
doc
.SetXmlNamespaceNode(this.pageNmsp, this.idxNmsp);
110
this.
doc
.SetRootNode(this.pageParent, this.idxParent);
114
this.
doc
.SetRootNode(this.nodePageFact.NextNodePage, this.nodePageFact.NextNodeIndex);
245
this.
doc
.AddNamespace(this.pageParent, this.idxParent, this.pageNmsp, this.idxNmsp);
291
this.
doc
.AddIdElement(this.pageSibling[this.idxSibling].Value, this.pageParent, this.idxParent);
400
idx = this.
doc
.GetRootNode(out page);
504
this.
doc
.SetRootNode(pageNew, idxNew);
577
this.
doc
, this.lineNumBase, this.linePosBase);
606
this.
doc
, this.lineNumBase, this.linePosBase);