1 instantiation of ElementNode
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
315
ElementNode node = new
ElementNode
(name, prefix, this.CurrentElement, xmlns);
23 references to ElementNode
SMDiagnostics (23)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (23)
22
ElementNode
root = null;
42
protected TraceNode(XPathNodeType nodeType,
ElementNode
parent)
54
internal
ElementNode
parent;
59
internal CommentNode(string text,
ElementNode
parent)
89
internal ElementNode(string name, string prefix,
ElementNode
parent, string xmlns)
104
internal IEnumerable<
ElementNode
> FindSubnodes(string[] headersPath)
115
ElementNode
node = this;
126
ElementNode
subNode = null;
133
ElementNode
childNode = child as
ElementNode
;
193
ElementNode
child = node as
ElementNode
;
267
internal ProcessingInstructionNode(string name, string text,
ElementNode
parent)
315
ElementNode
node = new ElementNode(name, prefix, this.CurrentElement, xmlns);
474
string LookupPrefix(string ns,
ElementNode
node)
572
ElementNode
parent = this.current.parent;
775
ElementNode
CurrentElement
777
get { return this.current as
ElementNode
; }
914
foreach (
ElementNode
node in this.root.FindSubnodes(headersPath))
922
static void MaskElement(
ElementNode
element)
933
static void MaskSubnodes(
ElementNode
element, string[] elementNames)
938
static void MaskSubnodes(
ElementNode
element, string[] elementNames, bool processNodeItself)
970
foreach (
ElementNode
subNode in element.childNodes)