6 types derived from XmlNode
System.Xml (6)
System\Xml\Dom\XmlAttribute.cs (1)
16
public class XmlAttribute :
XmlNode
{
System\Xml\Dom\XmlDocument.cs (1)
23
public class XmlDocument:
XmlNode
{
System\Xml\Dom\XmlDocumentFragment.cs (1)
49
public class XmlDocumentFragment :
XmlNode
{
System\Xml\Dom\XmlEntity.cs (1)
12
public class XmlEntity :
XmlNode
{
System\Xml\Dom\XmlLinkedNode.cs (1)
11
public abstract class XmlLinkedNode:
XmlNode
{
System\Xml\Dom\XmlNotation.cs (1)
13
public class XmlNotation :
XmlNode
{
1350 references to XmlNode
ComSvcConfig (3)
EndpointConfigContainer.cs (3)
761
XmlNode
startupNode = null;
763
XmlNode
requiredRuntime = null;
781
foreach (
XmlNode
xmlNodeS in supportedRuntimes)
PresentationBuildTasks (4)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (3)
385
XmlNode
root = xmlProjectDoc.DocumentElement;
462
XmlNode
root = xmlProjectDoc.DocumentElement;
465
XmlNode
nodeItemGroup = xmlProjectDoc.CreateElement(ITEMGROUP_NAME, root.NamespaceURI);
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
119
XmlNode
entryPoint = entryPointList[0];
PresentationFramework (28)
src\Framework\MS\Internal\Annotations\XmlElementCollection.cs (1)
222
XmlNode
current = args.Node;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
522
XmlNode
oldValue = root.GetAttributeNode(name, AnnotationXmlConstants.Namespaces.BaseSchemaNamespace);
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (6)
67
public abstract void Save(
XmlNode
node);
73
public abstract void Load(
XmlNode
node);
209
public override void Save(
XmlNode
node)
237
public override void Load(
XmlNode
node)
382
public override void Save(
XmlNode
node)
404
public override void Load(
XmlNode
node)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (10)
186
private
XmlNode
ContextNode
314
ContextNode = CollectionView.CurrentItem as
XmlNode
;
324
ContextNode = DataItem as
XmlNode
;
381
private XmlDocument DocumentFor(
XmlNode
node)
546
private string IdentifyNode(
XmlNode
node)
607
XmlNode
parent = null;
608
XmlNode
valueNode = null;
640
XmlNode
resultNode = _hostWorker.GetResultNode() as
XmlNode
;
667
private
XmlNode
_contextNode;
src\Framework\MS\Internal\Data\XmlDataCollection.cs (2)
27
internal class XmlDataCollection : ReadOnlyObservableCollection<
XmlNode
>
39
internal XmlDataCollection(XmlDataProvider xmlDataProvider) : base(new ObservableCollection<
XmlNode
>())
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (1)
660
foreach(
XmlNode
node in doc.DocumentElement.ChildNodes)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
480
XmlNode
node, // xml node to construct BamlTreeNode from
src\Framework\MS\Internal\IO\Packaging\FixedPageContentExtractor.cs (1)
35
internal FixedPageContentExtractor(
XmlNode
fixedPage)
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (2)
39
internal XmlFixedPageInfo(
XmlNode
fixedPageNode)
161
private
XmlNode
_pageNode;
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
42
internal XmlGlyphRunInfo(
XmlNode
glyphsNode)
src\Framework\System\Windows\Annotations\Annotation.cs (1)
361
XmlNode
node = doc.ReadNode(reader); // Reads the entire "StringAuthor" tag
src\Framework\System\Windows\Data\XmlDataProvider.cs (1)
523
XmlNode
root = doc.DocumentElement;
System.Configuration (52)
System\Configuration\BaseConfigurationRecord.cs (3)
4185
protected virtual
XmlNode
CallHostProcessRawXml(
XmlNode
rawXml, ConfigurationBuilder configBuilder) {
4295
XmlNode
processedXml = null;
System\Configuration\ConfigurationErrorsException.cs (5)
68
public ConfigurationErrorsException(string message,
XmlNode
node) :
71
public ConfigurationErrorsException(string message, Exception inner,
XmlNode
node) :
303
public static int GetLineNumber(
XmlNode
node) {
307
public static string GetFilename(
XmlNode
node) {
311
private static string GetUnsafeFilename(
XmlNode
node) {
System\Configuration\ConfigXmlAttribute.cs (2)
29
public override
XmlNode
CloneNode(bool deep) {
30
XmlNode
cloneNode = base.CloneNode(deep);
System\Configuration\ConfigXmlCDataSection.cs (2)
29
public override
XmlNode
CloneNode(bool deep) {
30
XmlNode
cloneNode = base.CloneNode(deep);
System\Configuration\ConfigXmlComment.cs (2)
29
public override
XmlNode
CloneNode(bool deep) {
30
XmlNode
cloneNode = base.CloneNode(deep);
System\Configuration\ConfigXmlElement.cs (2)
29
public override
XmlNode
CloneNode(bool deep) {
30
XmlNode
cloneNode = base.CloneNode(deep);
System\Configuration\ConfigXmlSignificantWhitespace.cs (2)
29
public override
XmlNode
CloneNode(bool deep) {
30
XmlNode
cloneNode = base.CloneNode(deep);
System\Configuration\ConfigXmlText.cs (2)
29
public override
XmlNode
CloneNode(bool deep) {
30
XmlNode
cloneNode = base.CloneNode(deep);
System\Configuration\ConfigXmlWhitespace.cs (2)
29
public override
XmlNode
CloneNode(bool deep) {
30
XmlNode
cloneNode = base.CloneNode(deep);
System\Configuration\DPAPIProtectedConfigurationProvider.cs (9)
24
public override
XmlNode
Decrypt(
XmlNode
encryptedNode)
31
XmlNode
cipherNode = TraverseToChild(encryptedNode, "CipherData", false);
35
XmlNode
cipherValue = TraverseToChild(cipherNode, "CipherValue", true);
50
public override
XmlNode
Encrypt(
XmlNode
node)
216
private static
XmlNode
TraverseToChild(
XmlNode
node, string name, bool onlyChild)
218
foreach (
XmlNode
child in node.ChildNodes)
System\Configuration\ErrorInfoXmlDocument.cs (2)
80
static internal
XmlNode
CreateSectionXmlNode(ConfigXmlReader reader) {
83
XmlNode
xmlNode = doc.DocumentElement;
System\Configuration\Internal\DelegatingConfigHost.cs (2)
238
public virtual
XmlNode
ProcessRawXml(
XmlNode
rawXml, ConfigurationBuilder builder) {
System\Configuration\Internal\InternalConfigHost.cs (2)
450
XmlNode
IInternalConfigurationBuilderHost.ProcessRawXml(
XmlNode
rawXml, ConfigurationBuilder builder) {
System\Configuration\ProtectedConfigurationProvider.cs (4)
17
public abstract
XmlNode
Encrypt(
XmlNode
node);
18
public abstract
XmlNode
Decrypt(
XmlNode
encryptedNode);
System\Configuration\ProtectedConfigurationSection.cs (2)
74
XmlNode
resultNode = provider.Decrypt(doc.DocumentElement);
94
XmlNode
encNode = provider.Encrypt(xmlDocument.DocumentElement);
System\Configuration\RSAProtectedConfigurationProvider.cs (6)
28
public override
XmlNode
Decrypt(
XmlNode
encryptedNode)
43
public override
XmlNode
Encrypt(
XmlNode
node)
88
foreach (
XmlNode
node2 in xmlDocument.ChildNodes)
90
foreach (
XmlNode
node3 in node2.ChildNodes) // node2 is the "foo" node
System\Configuration\RuntimeConfigurationRecord.cs (3)
199
private static void CheckForLockAttributes(string sectionName,
XmlNode
xmlNode) {
209
foreach (
XmlNode
child in xmlNode.ChildNodes) {
256
XmlNode
xmlNode = ErrorInfoXmlDocument.CreateSectionXmlNode(reader);
System.Data (250)
fx\src\data\System\Data\Common\AdapterUtil.cs (7)
173
static internal ConfigurationException Configuration(string message,
XmlNode
node) {
737
static internal ConfigurationException ConfigBaseNoChildNodes(
XmlNode
node) { // Res.Config_base_no_child_nodes
740
static internal ConfigurationException ConfigBaseElementsOnly(
XmlNode
node) { // Res.Config_base_elements_only
743
static internal ConfigurationException ConfigUnrecognizedAttributes(
XmlNode
node) { // Res.Config_base_unrecognized_attribute
746
static internal ConfigurationException ConfigUnrecognizedElement(
XmlNode
node) { // Res.Config_base_unrecognized_element
752
static internal ConfigurationException ConfigRequiredAttributeMissing(string name,
XmlNode
node) { // Res.Config_base_required_attribute_missing
755
static internal ConfigurationException ConfigRequiredAttributeEmpty(string name,
XmlNode
node) { // Res.Config_base_required_attribute_empty
fx\src\data\System\Data\Common\DbProviderConfigurationHandler.cs (10)
68
virtual public object Create(object parent, object configContext,
XmlNode
section) { // V1.2.3300
85
static internal object CreateStatic(object parent, object configContext,
XmlNode
section) {
92
foreach (
XmlNode
child in section.ChildNodes) {
122
static internal string RemoveAttribute(
XmlNode
node, string name) {
123
XmlNode
attribute = node.Attributes.RemoveNamedItem(name);
137
static internal NameValueCollection CreateStatic(NameValueCollection config, Object context,
XmlNode
section) {
142
foreach (
XmlNode
child in section.ChildNodes) {
163
static private void HandleAdd(
XmlNode
child, NameValueCollection config) {
174
static private void HandleRemove(
XmlNode
child, NameValueCollection config) {
180
static private void HandleClear(
XmlNode
child, NameValueCollection config) {
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (9)
134
virtual public object Create(object parent, object configContext,
XmlNode
section) { // V1.2.3300
148
static internal object CreateStatic(object parent, object configContext,
XmlNode
section) {
155
foreach (
XmlNode
child in section.ChildNodes) {
177
private static void HandleProviders(DataSet config, object configContext,
XmlNode
section, string sectionName) {
198
static internal DataTable CreateStatic(DataTable config, Object context,
XmlNode
section) {
207
foreach (
XmlNode
child in section.ChildNodes) {
229
static private void HandleAdd(
XmlNode
child, DataTable config) {
244
static private void HandleRemove(
XmlNode
child, DataTable config) {
253
static private void HandleClear(
XmlNode
child, DataTable config) {
fx\src\data\System\Data\Common\HandlerBase.cs (6)
20
static internal void CheckForChildNodes(
XmlNode
node) {
25
static private void CheckForNonElement(
XmlNode
node) {
30
static internal void CheckForUnrecognizedAttributes(
XmlNode
node) {
37
static internal bool IsIgnorableAlsoCheckForNonElement(
XmlNode
node) {
45
static internal string RemoveAttribute(
XmlNode
node, string name, bool required, bool allowEmpty) {
46
XmlNode
attribute = node.Attributes.RemoveNamedItem(name);
fx\src\data\System\Data\DataSet.cs (5)
1489
XmlNode
node = xdoc.ReadNode(reader);
1625
XmlNode
node = xdoc.ReadNode(reader);
1703
XmlNode
schNode = xdoc.ReadNode(reader);
2022
XmlNode
node = xdoc.ReadNode(reader);
2477
XmlNode
node = xdoc.ReadNode(reader);
fx\src\data\System\Data\DataTable.cs (3)
5275
XmlNode
node = xdoc.ReadNode(reader);
5510
XmlNode
node = xdoc.ReadNode(reader);
5572
XmlNode
schNode = xdoc.ReadNode(reader);;
fx\src\data\System\Data\SimpleType.cs (1)
247
internal
XmlNode
ToNode(XmlDocument dc, Hashtable prefixes, bool inRemoting) {
fx\src\data\System\Data\XDRSchema.cs (5)
54
for (
XmlNode
n = schemaRoot.FirstChild; n != null; n = n.NextSibling) {
73
XmlNode
vn;
74
XmlNode
vnRoof;
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)
93
private void AttachRows( DataRow parentRow,
XmlNode
parentElement ) {
97
for (
XmlNode
n = parentElement.FirstChild; n != null; n = n.NextSibling) {
118
private int CountNonNSAttributes (
XmlNode
node) {
128
private string GetValueForTextOnlyColums(
XmlNode
n ) {
158
private string GetInitialTextFromNodes( ref
XmlNode
n ) {
209
for (
XmlNode
tabNode = e.FirstChild; tabNode != null; tabNode = tabNode.NextSibling)
226
private bool FIgnoreNamespace(
XmlNode
node) {
227
XmlNode
ownerNode;
340
XmlNode
n;
450
private void LoadRows( DataRow parentRow,
XmlNode
parentElement ) {
460
for (
XmlNode
n = parentElement.FirstChild; n != null; n = n.NextSibling) {
519
XmlNode
n = attr.FirstChild;
684
XmlNode
n; // Need this to pass by reference
fx\src\data\System\Data\xmlsaver.cs (9)
703
((
XmlNode
)rootSchema).PrependChild((
XmlNode
)_import);
766
((
XmlNode
)tNode).PrependChild((
XmlNode
)_import2);
792
((
XmlNode
)rootSchema).PrependChild((
XmlNode
)comment);
1021
for (
XmlNode
n = schema.FirstChild; n != null; n = n.NextSibling) {
1059
XmlNode
type;
1338
for (
XmlNode
n = node.FirstChild; n != null; n = n.NextSibling) {
fx\src\data\System\Data\XMLSchema.cs (2)
74
internal static bool FEqualIdentity(
XmlNode
node, String name, String ns) {
740
XmlNode
[] relations = ((XmlSchemaAppInfo) __items).Markup;
fx\src\data\System\Data\XmlToDatasetMap.cs (4)
47
public object this[
XmlNode
node] {
403
public object GetColumnSchema(
XmlNode
node, bool fIgnoreNamespace) {
407
XmlNode
nodeRegion = (node.NodeType == XmlNodeType.Attribute) ? ((XmlAttribute)node).OwnerElement : node.ParentNode;
438
public object GetSchemaForNode(
XmlNode
node, bool fIgnoreNamespace) {
fx\src\data\System\NewXml\BaseTreeIterator.cs (1)
20
internal abstract
XmlNode
CurrentNode { get; }
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (2)
18
internal DataDocumentXPathNavigator( XmlDataDocument doc,
XmlNode
node ) {
186
XmlNode
IHasXmlNode.GetNode() { return _curNode.Node; }
fx\src\data\System\NewXml\DataPointer.cs (16)
16
private
XmlNode
node;
22
internal DataPointer( XmlDataDocument doc,
XmlNode
node ) {
74
private static bool IsFoliated(
XmlNode
node ) {
91
private void MoveTo(
XmlNode
node ) {
102
private void MoveTo(
XmlNode
node, DataColumn column, bool fOnValue ) {
175
XmlNode
n = doc.SafeFirstChild( node );
198
XmlNode
n = doc.SafeFirstChild( node );
205
XmlNode
n = doc.SafeNextSibling( node );
232
XmlNode
n = node.ParentNode;
254
XmlNode
n = ((XmlAttribute)node).OwnerElement;
298
XmlNode
n = node.Attributes.Item(i);
474
bool IXmlDataVirtualNode.IsOnNode(
XmlNode
nodeToCheck ) {
484
internal
XmlNode
GetNode() {
514
void IXmlDataVirtualNode.OnFoliated(
XmlNode
foliatedNode ) {
528
XmlNode
n = null;
615
XmlNode
child = doc.SafeFirstChild(doc);
fx\src\data\System\NewXml\DataSetMappper.cs (6)
119
for (
XmlNode
n = elem.FirstChild; n != null; n = n.NextSibling ) {
129
internal DataColumn GetColumnSchemaForNode( XmlBoundElement rowElem,
XmlNode
node ) {
196
internal bool GetRegion(
XmlNode
node, out XmlBoundElement rowElem ) {
250
XmlNode
fc = attr.FirstChild;
259
XmlNode
n = rowElem.FirstChild;
290
XmlNode
fc = e.FirstChild;
fx\src\data\System\NewXml\IXmlDataVirtualNode.cs (2)
15
bool IsOnNode(
XmlNode
nodeToCheck );
18
void OnFoliated(
XmlNode
foliatedNode );
fx\src\data\System\NewXml\RegionIterator.cs (6)
25
private
XmlNode
currentNode;
37
internal override
XmlNode
CurrentNode {
44
XmlNode
nextNode;
75
XmlNode
nextNode = currentNode.NextSibling;
126
XmlNode
n = this.CurrentNode.FirstChild;
144
private static string GetInitialTextFromNodes( ref
XmlNode
n ) {
fx\src\data\System\NewXml\TreeIterator.cs (6)
14
private
XmlNode
nodeTop;
15
private
XmlNode
currentNode;
17
internal TreeIterator(
XmlNode
nodeTop ) : base( ((XmlDataDocument)(nodeTop.OwnerDocument)).Mapper ) {
27
internal override
XmlNode
CurrentNode {
34
XmlNode
nextNode;
54
XmlNode
nextNode = currentNode.NextSibling;
fx\src\data\System\NewXml\XmlBoundElement.cs (23)
42
public override
XmlNode
FirstChild {
49
internal
XmlNode
SafeFirstChild { get { return base.FirstChild; } }
51
public override
XmlNode
LastChild {
58
public override
XmlNode
PreviousSibling {
60
XmlNode
prev = base.PreviousSibling;
72
internal
XmlNode
SafePreviousSibling { get { return base.PreviousSibling; } }
74
public override
XmlNode
NextSibling {
76
XmlNode
next = base.NextSibling;
88
internal
XmlNode
SafeNextSibling { get { return base.NextSibling; } }
97
public override
XmlNode
InsertBefore(
XmlNode
newChild,
XmlNode
refChild) {
102
public override
XmlNode
InsertAfter(
XmlNode
newChild,
XmlNode
refChild) {
107
public override
XmlNode
ReplaceChild(
XmlNode
newChild,
XmlNode
oldChild) {
112
public override
XmlNode
AppendChild(
XmlNode
newChild) {
118
XmlNode
child = FirstChild;
119
XmlNode
sibling = null;
185
public override
XmlNode
CloneNode(bool deep) {
fx\src\data\System\NewXml\XmlDataDocument.cs (65)
110
internal void SyncRows( DataRow parentRow,
XmlNode
node, bool fAddRowsToTable) {
134
for (
XmlNode
child = node.FirstChild; child != null; child = child.NextSibling )
140
internal void SyncTree(
XmlNode
node) {
170
for (
XmlNode
child = node.FirstChild; child != null; child = child.NextSibling )
397
XmlNode
node = rowElem.FirstChild;
399
XmlNode
next = node.NextSibling;
605
XmlNode
priorNode = null;
622
XmlNode
newNode = null;
670
private
XmlNode
GetColumnInsertAfterLocation( DataRow row, DataColumn col, XmlBoundElement rowElement ) {
671
XmlNode
prev = null;
672
XmlNode
node = null;
763
private
XmlNode
GetRowInsertBeforeLocation(DataRow row, XmlElement rowElement,
XmlNode
parentElement) {
785
return(
XmlNode
) null;
800
internal bool HasPointers(
XmlNode
node ) {
855
internal
XmlNode
CloneTree( DataPointer other ) {
865
XmlNode
newNode;
890
private
XmlNode
CloneTreeInternal( DataPointer other ) {
896
XmlNode
newNode = CloneNode( other );
927
public override
XmlNode
CloneNode( bool deep ) {
938
XmlNode
cloneNode;
954
private
XmlNode
CloneNode( DataPointer dp ) {
991
internal static bool IsTextLikeNode(
XmlNode
n ) {
1163
private void LoadRows( XmlBoundElement rowElem,
XmlNode
node ) {
1185
for (
XmlNode
child = node.FirstChild; child != null; child = child.NextSibling )
1393
XmlNode
elemBefore = GetColumnInsertAfterLocation( row, col, rowElement );
1502
private void OnFoliated(
XmlNode
node ) {
1642
XmlNode
node = args.Node;
1643
XmlNode
oldParent = args.OldParent;
1644
XmlNode
newParent = args.NewParent;
1691
XmlNode
node = args.Node;
1692
XmlNode
oldParent = args.OldParent;
1720
private void OnNodeRemovedFromTree(
XmlNode
node,
XmlNode
oldParent ) {
1741
private void OnNodeRemovedFromFragment(
XmlNode
node,
XmlNode
oldParent ) {
2005
XmlNode
refRow;
2029
private void PromoteChild(
XmlNode
child,
XmlNode
prevSibling ) {
2047
private void PromoteInnerRegions(
XmlNode
parent ) {
2052
XmlNode
prevSibling = parent;
2067
private void PromoteNonValueChildren(
XmlNode
parent ) {
2069
XmlNode
prevSibling = parent;
2070
XmlNode
child = parent.FirstChild;
2072
XmlNode
nextSibling = null;
2085
private void RemoveInitialTextNodes(
XmlNode
node ) {
2087
XmlNode
sibling = node.NextSibling;
2093
private void ReplaceInitialChildText(
XmlNode
parent, string value ) {
2094
XmlNode
n = parent.FirstChild;
2112
internal
XmlNode
SafeFirstChild(
XmlNode
n ) {
2121
internal
XmlNode
SafeNextSibling(
XmlNode
n ) {
2130
internal
XmlNode
SafePreviousSibling(
XmlNode
n ) {
2363
private bool IsConnected(
XmlNode
node ) {
2392
private void OnNodeInsertedInTree(
XmlNode
node ) {
2425
private void OnNodeInsertedInFragment(
XmlNode
node ) {
2567
private void OnNonRowElementInsertedInTree(
XmlNode
node, XmlBoundElement rowElement, ArrayList rowElemList ) {
2581
private void OnNonRowElementInsertedInFragment(
XmlNode
node, XmlBoundElement rowElement, ArrayList rowElemList ) {
2658
protected override XPathNavigator CreateNavigator(
XmlNode
node) {
2663
XmlNode
parent = node.ParentNode;
2673
XmlNode
prevSib = node.PreviousSibling;
2684
private void AssertLiveRows(
XmlNode
node ) {
2703
private void AssertNonLiveRows(
XmlNode
node ) {
fx\src\data\System\NewXml\XPathNodePointer.cs (49)
18
private
XmlNode
_node;
61
private XPathNodeType DecideXPNodeTypeForTextNodes(
XmlNode
node ) {
83
private XPathNodeType ConvertNodeType(
XmlNode
node ) {
106
internal XPathNodePointer( DataDocumentXPathNavigator owner, XmlDataDocument doc,
XmlNode
node )
114
private XPathNodePointer( DataDocumentXPathNavigator owner, XmlDataDocument doc,
XmlNode
node, DataColumn c, bool bOnValue, XmlBoundElement parentOfNS ) {
285
XmlNode
parent = this._node.ParentNode;
288
XmlNode
n = _doc.SafeNextSibling(this._node);
355
XmlNode
curNode = this._node;
443
private void MoveTo(
XmlNode
node ) {
454
private void MoveTo(
XmlNode
node, DataColumn column, bool _fOnValue ) {
465
private bool IsFoliated(
XmlNode
node ) {
568
XmlNode
n = _node.Attributes.GetNamedItem(localName, namespaceURI);
630
private bool IsValidChild(
XmlNode
parent,
XmlNode
child ) {
654
private bool IsValidChild(
XmlNode
parent, DataColumn c ) {
688
XmlNode
n = _doc.SafeFirstChild( _node );
695
XmlNode
n = _node;
696
XmlNode
parent = _node.ParentNode;
733
XmlNode
n = _node;
734
XmlNode
parent = _node.ParentNode;
768
XmlNode
parent = null;
792
XmlNode
n = _doc.SafeFirstChild( parent );
828
XmlNode
n = _doc.SafeFirstChild( _node );
867
XmlNode
n = _doc.SafeFirstChild( _node );
899
XmlNode
n = null;
913
private
XmlNode
GetParent(
XmlNode
node ) {
927
XmlNode
node = this._node;
928
XmlNode
parent = this._node;
966
private static
XmlNode
GetRoot(
XmlNode
node, ref int depth ) {
969
XmlNode
curNode = node;
970
XmlNode
parent = ( ( curNode.NodeType == XmlNodeType.Attribute ) ? ( ((XmlAttribute)curNode).OwnerElement ) : ( curNode.ParentNode ) );
985
XmlNode
curNode1 = null, curNode2 = null;
1057
XmlNode
root1 = XPathNodePointer.GetRoot( curNode1, ref depth1 );
1058
XmlNode
root2 = XPathNodePointer.GetRoot( curNode2, ref depth2 );
1079
XmlNode
parent1 = GetParent(curNode1);
1080
XmlNode
parent2 = GetParent(curNode2);
1081
XmlNode
nextNode = null;
1103
internal
XmlNode
Node {
1127
bool IXmlDataVirtualNode.IsOnNode(
XmlNode
nodeToCheck ) {
1139
void IXmlDataVirtualNode.OnFoliated(
XmlNode
foliatedNode ) {
1158
XmlNode
n = null;
1232
XmlNode
node = _node;
1269
XmlNode
node = this._node;
1363
XmlNode
node = this._node;
1393
XmlNode
node = null;
1397
node = (
XmlNode
)be;
1411
XmlNode
node = this._node;
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
101
foreach (
XmlNode
propertyNode in connectionProperties)
132
XmlNode
importedElement = outputXmlDoc.ImportNode(xmlElement, true);
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (2)
435
XmlNode
node = document.SelectSingleNode("/ds:ReferenceGroup/ds:Metadata/ds:MetadataFile", NamespaceManager);
472
foreach (
XmlNode
p in parameters)
System.IdentityModel (8)
System\IdentityModel\Configuration\TypeResolveHelper.cs (1)
41
foreach (
XmlNode
node in customTypeElement.ElementAsXml.ChildNodes)
System\IdentityModel\Tokens\ConfigurationBasedIssuerNameRegistry.cs (3)
72
foreach (
XmlNode
node in customConfigElement.ChildNodes)
79
var
thumbprintAttribute = childElement.Attributes.GetNamedItem(ConfigurationStrings.Thumbprint);
80
var
nameAttribute = childElement.Attributes.GetNamedItem(ConfigurationStrings.Name);
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (2)
47
private bool CompareNodes(
XmlNode
originalNode,
XmlNode
newNode)
System\IdentityModel\XmlHelper.cs (1)
90
internal static void OnUnexpectedChildNodeError(XmlElement parent,
XmlNode
n)
System\IdentityModel\XmlUtil.cs (1)
260
foreach (
XmlNode
node in nodeList)
System.Runtime.Serialization (42)
System\Runtime\Serialization\DataContract.cs (3)
786
type = typeof(
XmlNode
[]);
871
else if (type == typeof(XmlElement) || type == typeof(
XmlNode
[]))
995
dataContract = new XmlDataContract(typeof(
XmlNode
[]));
System\Runtime\Serialization\ExtensionDataObject.cs (2)
297
IList<
XmlNode
> xmlChildNodes;
311
internal IList<
XmlNode
> XmlChildNodes
System\Runtime\Serialization\ExtensionDataReader.cs (1)
618
XmlNode
wrapperElement = XmlObjectSerializerReadContext.CreateWrapperXmlElement(dataNode.OwnerDocument,
System\Runtime\Serialization\Globals.cs (1)
674
typeOfXmlNodeArray = typeof(
XmlNode
[]);
System\Runtime\Serialization\SchemaExporter.cs (2)
810
appInfo.Markup = new
XmlNode
[1] { annotationElement };
815
static XmlSchemaAnnotation GetSchemaAnnotation(params
XmlNode
[] nodes)
System\Runtime\Serialization\SchemaImporter.cs (12)
1039
XmlNode
emitDefaultValueAttribute = defaultValueElement.Attributes.GetNamedItem(Globals.EmitDefaultValueAttribute);
1052
XmlNode
nameAttribute = actualTypeElement.Attributes.GetNamedItem(Globals.ActualTypeNameAttribute);
1056
XmlNode
nsAttribute = actualTypeElement.Attributes.GetNamedItem(Globals.ActualTypeNamespaceAttribute);
1255
foreach (
XmlNode
xmlNode in appInfo.Markup)
1283
foreach (
XmlNode
xmlNode in appInfo.Markup)
1298
XmlNode
nameAttribute = typeElement.Attributes.GetNamedItem(Globals.GenericNameAttribute);
1302
XmlNode
nsAttribute = typeElement.Attributes.GetNamedItem(Globals.GenericNamespaceAttribute);
1311
foreach (
XmlNode
childNode in typeElement.ChildNodes)
1319
XmlNode
nestedLevelAttribute = argumentElement.Attributes.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
1333
XmlNode
typeNestedLevelsAttribute = typeElement.Attributes.GetNamedItem(Globals.GenericParameterNestedLevelAttribute);
1426
XmlNode
child = xmlElement.FirstChild;
1443
XmlNode
[] markup = appInfo.Markup;
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (10)
907
IList<
XmlNode
> xmlChildNodes = null;
931
xmlChildNodes = new List<
XmlNode
>();
952
IList<
XmlNode
> xmlChildNodes = new List<
XmlNode
>();
992
XmlNode
childNode = Document.ReadNode(xmlReader.UnderlyingReader);
1037
internal XmlReaderDelegator CreateReaderOverChildNodes(IList<XmlAttribute> xmlAttributes, IList<
XmlNode
> xmlChildNodes)
1039
XmlNode
wrapperElement = CreateWrapperXmlElement(Document, xmlAttributes, xmlChildNodes, null, null, null);
1046
internal static
XmlNode
CreateWrapperXmlElement(XmlDocument document, IList<XmlAttribute> xmlAttributes, IList<
XmlNode
> xmlChildNodes, string prefix, string localName, string ns)
1050
XmlNode
wrapperElement = document.CreateElement(prefix, localName, ns);
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (5)
480
XmlNode
[] xmlNodes = obj as
XmlNode
[];
482
foreach (
XmlNode
xmlNode in xmlNodes)
712
IList<
XmlNode
> xmlChildNodes = dataNode.XmlChildNodes;
715
foreach (
XmlNode
node in xmlChildNodes)
System\Runtime\Serialization\XmlSerializableServices.cs (6)
16
public static
XmlNode
[] ReadNodes(XmlReader xmlReader)
21
List<
XmlNode
> nodeList = new List<
XmlNode
>();
28
XmlNode
node = doc.ReadNode(xmlReader);
42
XmlNode
node = doc.ReadNode(xmlReader);
60
public static void WriteNodes(XmlWriter xmlWriter,
XmlNode
[] nodes)
System.ServiceModel (47)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (1)
107
foreach (
XmlNode
node in parent.ChildNodes)
System\ServiceModel\Channels\OneWayBindingElementImporter.cs (1)
39
XmlNode
currentNode = oneWayAssertion.ChildNodes[i];
System\ServiceModel\Channels\PeerSecurityHelpers.cs (2)
437
foreach (
XmlNode
node in child.ChildNodes)
533
foreach (
XmlNode
node in rst.RequestSecurityTokenXml.ChildNodes)
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (12)
93
static bool Is11Assertion(
XmlNode
node, string assertion)
98
static bool IsElement(
XmlNode
node, string ns, string assertion)
111
static bool IsFeb2005Assertion(
XmlNode
node, string assertion)
123
XmlNode
currentNode = SkipToNode(assertionChildren);
176
XmlNode
currentNode = SkipToNode(nodes);
207
static void ProcessWsrm11Policy(MetadataImporter importer,
XmlNode
node, ReliableSessionBindingElement settings)
242
static TimeSpan ReadMillisecondsAttribute(
XmlNode
wsrmNode, bool convertToTimeSpan)
318
static
XmlNode
SkipToNode(IEnumerator nodes)
322
XmlNode
currentNode = (
XmlNode
)nodes.Current;
333
static XmlElement ThrowIfNotPolicyElement(
XmlNode
node, ReliableMessagingVersion reliableMessagingVersion)
452
XmlNode
policyNode = SkipToNode(policyNodes);
System\ServiceModel\Description\MetadataSet.cs (2)
373
if ((elem) is System.Xml.
XmlNode
|| elem == null)
375
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
System\ServiceModel\Description\PolicyReader.cs (4)
61
IEnumerable<IEnumerable<XmlElement>> ReadNode(
XmlNode
node, XmlElement contextAssertion, YieldLimiter yieldLimiter)
141
foreach (
XmlNode
child in element.ChildNodes)
164
foreach (
XmlNode
child in element.ChildNodes)
243
internal static NodeType GetNodeType(
XmlNode
node)
System\ServiceModel\Description\WsdlExporter.cs (1)
865
XmlNode
iNode = XmlDoc.ImportNode(assertion, true);
System\ServiceModel\Description\WsdlHelper.cs (2)
160
XmlNode
policyId = policyElement.Attributes.GetNamedItem(MetadataStrings.Wsu.Attributes.Id, MetadataStrings.Wsu.NamespaceUri);
198
XmlNode
policyReference = policyReferenceElement.Attributes.GetNamedItem(MetadataStrings.WSPolicy.Attributes.URI);
System\ServiceModel\Description\WsdlImporter.cs (1)
1139
foreach (
XmlNode
node in addressingAssertion.ChildNodes)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1016
(!isArray && typeof(IEnumerable).IsAssignableFrom(member.MemberType) && member.MemberType != typeof(string) && !typeof(
XmlNode
).IsAssignableFrom(member.MemberType) && !typeof(IXmlSerializable).IsAssignableFrom(member.MemberType)))
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (3)
120
List<
XmlNode
> nodesToRemove = new List<
XmlNode
>(2);
123
XmlNode
child = (rstrClone.ChildNodes[i]);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
424
foreach (
XmlNode
node in secondaryParameter.ChildNodes)
521
foreach (
XmlNode
innerNode in parameter.ChildNodes)
855
XmlNode
claimType = claimTypeElement.Attributes.GetNamedItem("Uri");
896
foreach (
XmlNode
node in requestParameter.ChildNodes)
System\ServiceModel\Security\WSSecureConversation.cs (1)
349
foreach (
XmlNode
node in issuedTokenXml.ChildNodes)
System\ServiceModel\Security\WSSecurityPolicy.cs (5)
317
foreach (
XmlNode
node in assertion.ChildNodes)
425
foreach (
XmlNode
node in assertion.ChildNodes)
2324
foreach (
XmlNode
node in assertion.ChildNodes)
2401
foreach (
XmlNode
node in assertion.ChildNodes)
2406
foreach (
XmlNode
p in node.ChildNodes)
System\ServiceModel\Security\WSSecurityPolicy12.cs (2)
92
foreach (
XmlNode
node in assertion.ChildNodes)
103
foreach (
XmlNode
node in policyElement.ChildNodes)
System\ServiceModel\Security\WSTrust.cs (2)
1419
XmlNode
skiNode;
1524
foreach (
XmlNode
node in element.ChildNodes)
System\ServiceModel\Security\XmlHelper.cs (3)
59
XmlNode
child = parent.ChildNodes[i];
91
XmlNode
child = parent.ChildNodes[i];
215
internal static void OnUnexpectedChildNodeError(XmlElement parent,
XmlNode
n)
System.Web (124)
Compilation\BrowserCapabilitiesCompiler.cs (1)
484
internal override void ProcessBrowserNode(
XmlNode
node, BrowserTree browserTree) {
Compilation\BuildManager.cs (1)
2661
XmlNode
root = doc.DocumentElement;
Compilation\PreservationFileReader.cs (6)
24
private
XmlNode
_root;
178
XmlNode
dependenciesNode = (
XmlNode
)childEnumerator.Current;
199
private ArrayList ReadDependencies(
XmlNode
parent, string tagName) {
205
XmlNode
dependencyNode = (
XmlNode
)childEnumerator.Current;
Configuration\BrowserCapabilitiesCodeGenerator.cs (5)
282
internal virtual void ProcessBrowserNode(
XmlNode
node, BrowserTree browserTree) {
457
XmlNode
rootNode = doc.DocumentElement;
467
foreach (
XmlNode
node in rootNode.ChildNodes) {
569
XmlNode
rootNode = doc.DocumentElement;
578
foreach (
XmlNode
node in rootNode.ChildNodes) {
Configuration\BrowserDefinition.cs (16)
93
private
XmlNode
_node;
100
internal BrowserDefinition(
XmlNode
node) : this(node, false) {
103
internal BrowserDefinition(
XmlNode
node, bool isDefaultBrowser) {
188
foreach(
XmlNode
child in node.ChildNodes) {
339
internal
XmlNode
XmlNode {
351
private void DisallowNonMatchAttribute(
XmlNode
node) {
359
private void HandleMissingMatchAndNonMatchError(
XmlNode
node) {
376
internal void ProcessIdentificationNode(
XmlNode
node, BrowserCapsElementType elementType) {
382
foreach(
XmlNode
child in node.ChildNodes) {
465
internal void ProcessCaptureNode(
XmlNode
node, BrowserCapsElementType elementType) {
468
foreach(
XmlNode
child in node.ChildNodes) {
505
internal void ProcessCapabilitiesNode(
XmlNode
node) {
506
foreach(
XmlNode
child in node.ChildNodes) {
528
internal void ProcessControlAdaptersNode(
XmlNode
node) {
530
foreach(
XmlNode
child in node.ChildNodes) {
557
private static Type CheckType(string typeName, Type baseType,
XmlNode
child) {
Configuration\ConfigUtil.cs (3)
31
XmlNode
node, bool checkAptcaBit, bool ignoreCase) {
89
internal static Type GetType(string typeName,
XmlNode
node) {
93
internal static Type GetType(string typeName,
XmlNode
node, bool ignoreCase) {
Configuration\GatewayDefinition.cs (1)
11
internal GatewayDefinition(
XmlNode
node) : base(node) {
Configuration\HandlerBase.cs (46)
33
private static
XmlNode
GetAndRemoveAttribute(
XmlNode
node, string attrib, bool fRequired) {
34
XmlNode
a = node.Attributes.RemoveNamedItem(attrib);
46
private static
XmlNode
GetAndRemoveStringAttributeInternal(
XmlNode
node, string attrib, bool fRequired, ref string val) {
47
XmlNode
a = GetAndRemoveAttribute(node, attrib, fRequired);
55
internal static
XmlNode
GetAndRemoveStringAttribute(
XmlNode
node, string attrib, ref string val) {
59
internal static
XmlNode
GetAndRemoveRequiredStringAttribute(
XmlNode
node, string attrib, ref string val) {
63
internal static
XmlNode
GetAndRemoveNonEmptyStringAttribute(
XmlNode
node, string attrib, ref string val) {
67
internal static
XmlNode
GetAndRemoveRequiredNonEmptyStringAttribute(
XmlNode
node, string attrib, ref string val) {
71
private static
XmlNode
GetAndRemoveNonEmptyStringAttributeInternal(
XmlNode
node, string attrib, bool fRequired, ref string val) {
72
XmlNode
a = GetAndRemoveStringAttributeInternal(node, attrib, fRequired, ref val);
83
private static
XmlNode
GetAndRemoveBooleanAttributeInternal(
XmlNode
node, string attrib, bool fRequired, ref bool val) {
84
XmlNode
a = GetAndRemoveAttribute(node, attrib, fRequired);
102
internal static
XmlNode
GetAndRemoveBooleanAttribute(
XmlNode
node, string attrib, ref bool val) {
106
private static
XmlNode
GetAndRemoveIntegerAttributeInternal(
XmlNode
node, string attrib, bool fRequired, ref int val) {
107
XmlNode
a = GetAndRemoveAttribute(node, attrib, fRequired);
128
private static
XmlNode
GetAndRemovePositiveAttributeInternal(
XmlNode
node, string attrib, bool fRequired, ref int val) {
129
XmlNode
a = GetAndRemoveIntegerAttributeInternal(node, attrib, fRequired, ref val);
141
internal static
XmlNode
GetAndRemovePositiveIntegerAttribute(
XmlNode
node, string attrib, ref int val) {
146
private static
XmlNode
GetAndRemoveTypeAttributeInternal(
XmlNode
node, string attrib, bool fRequired, ref Type val) {
147
XmlNode
a = GetAndRemoveAttribute(node, attrib, fRequired);
156
internal static
XmlNode
GetAndRemoveTypeAttribute(
XmlNode
node, string attrib, ref Type val) {
160
internal static void CheckForbiddenAttribute(
XmlNode
node, string attrib) {
169
internal static void CheckForUnrecognizedAttributes(
XmlNode
node) {
183
internal static string RemoveAttribute(
XmlNode
node, string name) {
185
XmlNode
attribute = node.Attributes.RemoveNamedItem(name);
195
internal static string RemoveRequiredAttribute(
XmlNode
node, string name) {
199
internal static string RemoveRequiredAttribute(
XmlNode
node, string name, bool allowEmpty) {
200
XmlNode
attribute = node.Attributes.RemoveNamedItem(name);
224
internal static void CheckForNonCommentChildNodes(
XmlNode
node) {
225
foreach (
XmlNode
childNode in node.ChildNodes) {
234
internal static void ThrowUnrecognizedElement(
XmlNode
node) {
241
internal static void CheckAssignableType(
XmlNode
node, Type baseType, Type type) {
Configuration\HttpCapabilitiesSectionHandler.cs (13)
45
public object Create(object parent, object configurationContext,
XmlNode
section) {
105
static CapabilitiesRule RuleFromElement(ParseState parseState,
XmlNode
element) {
172
static ArrayList RuleListFromElement(ParseState parseState,
XmlNode
node, bool top) {
175
foreach (
XmlNode
child in node.ChildNodes) {
229
static void ProcessFile(ArrayList fileList,
XmlNode
node) {
232
XmlNode
attr = HandlerBase.GetAndRemoveRequiredStringAttribute(node, "src", ref filename);
244
static void ProcessResult(HttpCapabilitiesDefaultProvider capabilitiesEvaluator,
XmlNode
node) {
253
XmlNode
attribute = HandlerBase.GetAndRemoveTypeAttribute(node, "type", ref resultType);
307
XmlNode
srcAttribute = (
XmlNode
)pair0.Second;
323
XmlNode
section;
346
e, (
XmlNode
)pair.Second);
396
static void AppendLines(ArrayList setlist, String text,
XmlNode
node) {
Configuration\ProtocolsConfiguration.cs (3)
27
internal ProtocolsConfiguration(
XmlNode
section) {
33
foreach (
XmlNode
child in section.ChildNodes) {
79
private bool IsIgnorableAlsoCheckForNonElement(
XmlNode
node) {
Configuration\ProtocolsConfigurationHandler.cs (1)
45
public object Create(Object parent, Object configContextObj,
XmlNode
section) {
Configuration\RemoteWebConfigurationHostServer.cs (1)
229
XmlNode
node;
HttpRuntime.cs (1)
2735
internal static void FailIfNoAPTCABit(Type t,
XmlNode
node) {
UI\WebControls\AdRotator.cs (2)
602
XmlNode
elem = doc.DocumentElement.FirstChild;
607
XmlNode
prop = elem.FirstChild;
UI\WebControls\XmlDataSourceNodeDescriptor.cs (2)
28
private
XmlNode
_node;
34
public XmlDataSourceNodeDescriptor(
XmlNode
node) {
UI\WebControls\XmlDataSourceView.cs (3)
43
XmlNode
root = _owner.GetXmlDocument();
73
foreach (
XmlNode
node in _nodes) {
85
foreach (
XmlNode
node in _nodes) {
UI\WebControls\XmlHierarchicalDataSourceView.cs (2)
42
XmlNode
root = _owner.GetXmlDocument();
46
XmlNode
node = root.SelectSingleNode(_viewPath);
UI\WebControls\XmlHierarchicalEnumerable.cs (1)
46
foreach (
XmlNode
node in _nodeList) {
UI\WebControls\XmlHierarchyData.cs (5)
28
private
XmlNode
_item;
35
internal XmlHierarchyData(XmlHierarchicalEnumerable parent,
XmlNode
item) {
44
private string CreateRecursivePath(
XmlNode
node) {
54
private string FindNodePosition(
XmlNode
node) {
121
XmlNode
parentNode = _item.ParentNode;
XmlSiteMapProvider.cs (11)
165
private void AddNodeInternal(SiteMapNode node, SiteMapNode parentNode,
XmlNode
xmlNode) {
280
XmlNode
node = null;
281
foreach (
XmlNode
siteMapMode in document.ChildNodes) {
297
XmlNode
topElement = null;
298
foreach (
XmlNode
subNode in node.ChildNodes) {
362
XmlNode
xmlNode = (
XmlNode
)queue.Dequeue();
640
private SiteMapNode GetNodeFromSiteMapFile(
XmlNode
xmlNode, VirtualPath siteMapFile) {
669
private void HandleResourceAttribute(
XmlNode
xmlNode, ref NameValueCollection collection,
724
private SiteMapNode GetNodeFromXmlNode(
XmlNode
xmlNode, Queue queue) {
808
foreach (
XmlNode
subNode in xmlNode.ChildNodes) {
System.Web.DataVisualization (13)
Common\Utilities\XmlSerializer.cs (13)
1434
virtual protected void SerializeObject(object objectToSerialize, object parent, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1469
XmlNode
xmlNode = xmlDocument.CreateElement(elementName);
1601
internal void SerializeDataPoint(object objectToSerialize,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1604
XmlNode
xmlNode = xmlDocument.CreateElement(GetObjectName(objectToSerialize));
1663
virtual protected void SerializeCollection(object objectToSerialize, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1669
XmlNode
xmlNode = xmlDocument.CreateElement(elementName);
1695
virtual protected void SerializeProperty(object objectToSerialize, object parent, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1815
private void RemoveEmptyChildNodes(
XmlNode
xmlNode)
1824
XmlNode
currentNode = xmlNode.ChildNodes[nodeIndex];
1995
virtual internal int DeserializeObject(object objectToDeserialize, object parent, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
2036
XmlNode
listItemNode = null;
2039
foreach(
XmlNode
childNode in xmlParentNode.ChildNodes)
2089
foreach(
XmlNode
childNode in xmlParentNode.ChildNodes)
System.Web.Extensions (7)
Compilation\WCFModel\SchemaMerger.cs (3)
55
typeof(
XmlNode
[]),
504
string child1Name = differentChild1 != null ? ((
XmlNode
)differentChild1).LocalName : String.Empty;
505
string child2Name = differentChild2 != null ? ((
XmlNode
)differentChild2).LocalName : String.Empty;
Script\Services\WebServiceTypeData.cs (4)
186
XmlNode
child = xmlElement.FirstChild;
260
XmlNode
nameAttribute = actualTypeElement.Attributes.GetNamedItem(ActualTypeNameAttribute);
265
XmlNode
nsAttribute = actualTypeElement.Attributes.GetNamedItem(ActualTypeNamespaceAttribute);
277
XmlNode
[] markup = appInfo.Markup;
System.Web.Mobile (25)
Mobile\ConfigurationSectionHelper.cs (5)
17
private
XmlNode
_currentNode = null;
22
internal /*public*/
XmlNode
Node
35
private
XmlNode
GetAndRemoveAttribute(String attributeName, bool required)
37
XmlNode
attibuteNode = _currentNode.Attributes.RemoveNamedItem(attributeName);
55
XmlNode
attributeNode = GetAndRemoveAttribute(attributeName, required);
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (3)
25
XmlNode
node)
30
protected object Create(Object parent, Object context,
XmlNode
node) {
49
foreach(
XmlNode
child in node.ChildNodes)
UI\MobileControls\ControlsConfig.cs (1)
134
internal void FixupDeviceConfigInheritance(
XmlNode
configNode)
UI\MobileControls\Design\Util\WebConfigManager.cs (9)
119
XmlNode
filters = FindFilterSection(Document, false);
126
foreach(
XmlNode
childNode in filters.ChildNodes)
157
XmlNode
filters = FindFilterSection(Document, false);
162
private XmlElement FindXmlNode(
XmlNode
node, string name) {
166
foreach (
XmlNode
child in node.ChildNodes) {
178
XmlNode
configSection = FindXmlNode(document, "configuration");
238
private
XmlNode
_xmlNode = null;
258
XmlNode
xmlNode
361
XmlNode
filters = _webConfig.FindFilterSection(_webConfig.Document, false);
UI\MobileControls\IndividualDeviceConfig.cs (1)
291
internal /*public*/ void FixupInheritance(IndividualDeviceConfig referrer,
XmlNode
configNode)
UI\MobileControls\MobileControlsSectionHandler.cs (6)
26
protected Object Create(Object parent, Object context,
XmlNode
input)
38
foreach (
XmlNode
attribute in attributes)
68
foreach(
XmlNode
nextNode in input)
91
foreach(
XmlNode
currentChild in nextNode.ChildNodes)
212
XmlNode
input)
244
Object IConfigurationSectionHandler.Create(Object parent, Object context,
XmlNode
input) {
System.Web.Services (119)
System\Web\Services\Description\MimeXmlReflector.cs (1)
28
if (typeof(
XmlNode
).IsAssignableFrom(ReflectionContext.Method.ReturnType)) {
System\Web\Services\Description\ServiceDescription.cs (2)
468
XmlNode
child = documentation.FirstChild;
470
XmlNode
sibling = child.NextSibling;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (108)
41
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
42
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
51
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
52
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
129
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
130
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
139
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
140
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
185
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
186
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
208
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
209
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
319
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
320
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
342
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
343
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
394
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
395
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
417
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
418
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
471
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
472
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
491
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
492
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
613
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
614
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
651
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
652
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
740
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
741
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
1089
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1090
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1133
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
1134
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
1386
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1387
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1396
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1397
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1444
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1445
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1454
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1455
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1521
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1522
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1531
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1532
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1569
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1570
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1579
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1580
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1617
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1618
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1627
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1628
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1664
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1665
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1674
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1675
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1721
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1722
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1731
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1732
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1767
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
1768
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
1777
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
1778
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
1972
global::System.Xml.
XmlNode
[] a = (global::System.Xml.
XmlNode
[])o.@Markup;
1975
global::System.Xml.
XmlNode
ai = (global::System.Xml.
XmlNode
)a[ia];
1979
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
1980
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
1986
else if (ai is global::System.Xml.
XmlNode
) {
1987
((global::System.Xml.
XmlNode
)ai).WriteTo(Writer);
2019
global::System.Xml.
XmlNode
[] a = (global::System.Xml.
XmlNode
[])o.@Markup;
2022
global::System.Xml.
XmlNode
ai = (global::System.Xml.
XmlNode
)a[ia];
2026
if ((elem) is System.Xml.
XmlNode
|| elem == null) {
2027
WriteElementLiteral((System.Xml.
XmlNode
)elem, @"", null, false, true);
2033
else if (ai is global::System.Xml.
XmlNode
) {
2034
((global::System.Xml.
XmlNode
)ai).WriteTo(Writer);
4086
if ((o.@DocumentationElement) is System.Xml.
XmlNode
|| o.@DocumentationElement == null) {
4087
WriteElementLiteral((System.Xml.
XmlNode
)o.@DocumentationElement, @"documentation", @"http://schemas.xmlsoap.org/wsdl/", false, true);
4096
if ((a[ia]) is System.Xml.
XmlNode
|| a[ia] == null) {
4097
WriteElementLiteral((System.Xml.
XmlNode
)a[ia], @"", null, false, true);
7158
global::System.Xml.
XmlNode
[] a_2 = null;
7177
o.@Markup = (global::System.Xml.
XmlNode
[])ShrinkArray(a_2, ca_2, typeof(global::System.Xml.
XmlNode
), true);
7186
a_2 = (global::System.Xml.
XmlNode
[])EnsureArrayIndex(a_2, ca_2, typeof(global::System.Xml.
XmlNode
)); a_2[ca_2++] = (global::System.Xml.
XmlNode
)ReadXmlNode(false);
7192
a_2 = (global::System.Xml.
XmlNode
[])EnsureArrayIndex(a_2, ca_2, typeof(global::System.Xml.
XmlNode
)); a_2[ca_2++] = (global::System.Xml.
XmlNode
)Document.CreateTextNode(Reader.ReadString());
7200
o.@Markup = (global::System.Xml.
XmlNode
[])ShrinkArray(a_2, ca_2, typeof(global::System.Xml.
XmlNode
), true);
7219
global::System.Xml.
XmlNode
[] a_3 = null;
7242
o.@Markup = (global::System.Xml.
XmlNode
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlNode
), true);
7251
a_3 = (global::System.Xml.
XmlNode
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlNode
)); a_3[ca_3++] = (global::System.Xml.
XmlNode
)ReadXmlNode(false);
7257
a_3 = (global::System.Xml.
XmlNode
[])EnsureArrayIndex(a_3, ca_3, typeof(global::System.Xml.
XmlNode
)); a_3[ca_3++] = (global::System.Xml.
XmlNode
)Document.CreateTextNode(Reader.ReadString());
7265
o.@Markup = (global::System.Xml.
XmlNode
[])ShrinkArray(a_3, ca_3, typeof(global::System.Xml.
XmlNode
), true);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
713
XmlNode
detail = null;
System\Web\Services\Protocols\SoapException.cs (7)
33
System.Xml.
XmlNode
detail;
138
public SoapException(string message, XmlQualifiedName code, string actor, System.Xml.
XmlNode
detail) : base(message) {
148
public SoapException(string message, XmlQualifiedName code, string actor, System.Xml.
XmlNode
detail, Exception innerException) : base(message, innerException) {
167
public SoapException(string message, XmlQualifiedName code, string actor, string role, System.Xml.
XmlNode
detail, SoapFaultSubCode subCode, Exception innerException) : base(message, innerException) {
179
public SoapException(string message, XmlQualifiedName code, string actor, string role, string lang, System.Xml.
XmlNode
detail, SoapFaultSubCode subCode, Exception innerException) : base(message, innerException) {
224
public System.Xml.
XmlNode
Detail {
301
string actor, string role, System.Xml.
XmlNode
detail,
System.Windows.Forms (16)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (5)
376
foreach (
XmlNode
referenceNode in referenceNodes) {
383
XmlNode
transformsNode = reference.SelectSingleNode("ds:Transforms", nsm);
425
XmlNode
transformsNode = referenceNode.SelectSingleNode("ds:Transforms", nsm);
557
XmlNode
assemblyIdentityNode = m_manifestDom.SelectSingleNode("asm:assembly/asm:assemblyIdentity", nsm);
815
XmlNode
signatureNode = manifestDom.SelectSingleNode("asm:assembly/ds:Signature", nsm);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (7)
613
foreach (
XmlNode
referenceNode in referenceNodes)
624
XmlNode
transformsNode = GetSingleNode(reference, "ds:Transforms", nsm);
675
XmlNode
transformsNode = GetSingleNode(referenceNode, "ds:Transforms", nsm);
1158
XmlNode
assemblyIdentityNode = GetSingleNode(m_manifestDom, "asm:assembly/asm:assemblyIdentity", nsm);
1451
XmlNode
signatureNode = GetSingleNode(manifestDom, "asm:assembly/ds:Signature", nsm);
2014
private static
XmlNode
GetSingleNode(
XmlNode
parentNode,
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (4)
137
private string GetAttributeValue(
XmlNode
node, string attribute) {
145
private int GetAttributeValue(
XmlNode
node, string attribute, int valueIfNotFound) {
161
foreach (
XmlNode
controlXmlNode in controlXmlFragments) {
183
foreach (
XmlNode
styleXmlNode in controlXmlFragments) {
System.Windows.Forms.DataVisualization (13)
Common\Utilities\XmlSerializer.cs (13)
1434
virtual protected void SerializeObject(object objectToSerialize, object parent, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1469
XmlNode
xmlNode = xmlDocument.CreateElement(elementName);
1601
internal void SerializeDataPoint(object objectToSerialize,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1604
XmlNode
xmlNode = xmlDocument.CreateElement(GetObjectName(objectToSerialize));
1663
virtual protected void SerializeCollection(object objectToSerialize, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1669
XmlNode
xmlNode = xmlDocument.CreateElement(elementName);
1695
virtual protected void SerializeProperty(object objectToSerialize, object parent, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
1815
private void RemoveEmptyChildNodes(
XmlNode
xmlNode)
1824
XmlNode
currentNode = xmlNode.ChildNodes[nodeIndex];
1995
virtual internal int DeserializeObject(object objectToDeserialize, object parent, string elementName,
XmlNode
xmlParentNode, XmlDocument xmlDocument)
2036
XmlNode
listItemNode = null;
2039
foreach(
XmlNode
childNode in xmlParentNode.ChildNodes)
2089
foreach(
XmlNode
childNode in xmlParentNode.ChildNodes)
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Configuration.cs (3)
22
object IConfigurationSectionHandler.Create(object parent, object configContext,
XmlNode
section)
31
foreach (
XmlNode
targetFx in section.ChildNodes)
45
foreach (
XmlNode
authorizedTypeNode in targetFx.ChildNodes)
System.Xml (580)
System\Xml\Dom\DocumentSchemaValidator.cs (17)
45
XmlNode
startNode;
46
XmlNode
currentNode;
50
XmlNode
[] nodeSequenceToValidate;
88
public bool Validate(
XmlNode
nodeToValidate) {
163
XmlNode
node = startNode;
242
private void ValidateNode(
XmlNode
node) {
255
for (
XmlNode
child = node.FirstChild; child != null; child = child.NextSibling) {
335
for (
XmlNode
child = elementNode.FirstChild; child != null; child = child.NextSibling) {
444
XmlNode
currentNode = elementToValidate;
449
XmlNode
parentNode = currentNode.ParentNode;
492
nodeSequenceToValidate = new
XmlNode
[4];
495
XmlNode
[] newNodeSequence = new
XmlNode
[nodeSequenceToValidate.Length * 2];
532
XmlNode
node = nodeSequenceToValidate[i];
641
private void ValidateChildrenTillNextAncestor(
XmlNode
parentNode,
XmlNode
childToStopAt) {
642
XmlNode
child;
System\Xml\Dom\DocumentXmlWriter.cs (26)
57
XmlNode
start; // context node
61
XmlNode
write; // current node
62
List<
XmlNode
> fragment; // top level node cache
65
XmlNode
end; // context for replace
67
public DocumentXmlWriter(DocumentXmlWriterType type,
XmlNode
start, XmlDocument document) {
73
fragment = new List<
XmlNode
>();
104
public
XmlNode
EndNode {
113
XmlNode
node = document.CreateXmlDeclaration("1.0", string.Empty, standalone == XmlStandalone.Yes ? "yes" : "no");
122
XmlNode
node = document.CreateXmlDeclaration(version, encoding, standalone);
140
XmlNode
node = document.CreateDocumentType(name, pubid, sysid, subset);
146
XmlNode
node = document.CreateElement(prefix, localName, ns);
195
XmlNode
node = document.CreateTextNode(string.Empty);
233
XmlNode
node = document.CreateTextNode(string.Empty);
242
XmlNode
node = document.CreateCDataSection(text);
249
XmlNode
node = document.CreateComment(text);
256
XmlNode
node = document.CreateProcessingInstruction(name, text);
262
XmlNode
node = document.CreateEntityReference(name);
275
XmlNode
node = document.CreateWhitespace(text);
283
XmlNode
node = document.CreateTextNode(text);
314
XmlNode
parent = start.ParentNode;
378
XmlNode
parent = start.ParentNode;
391
XmlNode
fragment0 = fragment[0];
415
void AddAttribute(XmlAttribute attr,
XmlNode
parent) {
428
void AddChild(
XmlNode
node,
XmlNode
parent) {
443
XmlNode
parent = start.ParentNode;
System\Xml\Dom\DocumentXPathNavigator.cs (117)
19
private
XmlNode
source; // navigator position
23
public DocumentXPathNavigator(XmlDocument document,
XmlNode
node) {
44
XmlNode
node = source;
45
XmlNode
end;
176
XmlNode
nextSibling = NextSibling(source);
306
XmlNode
node = source;
589
XmlNode
sibling = NextSibling(source);
601
XmlNode
parent = ParentNode(sibling);
614
XmlNode
sibling = PreviousSibling(source);
629
XmlNode
parent = ParentNode(sibling);
648
XmlNode
parent = ParentNode(source);
652
XmlNode
sibling = FirstChild(parent);
665
XmlNode
child;
695
XmlNode
parent = ParentNode(source);
714
XmlNode
parent = source.ParentNode;
757
XmlNode
child = FirstChild(source);
778
XmlNode
child = FirstChild(source);
797
XmlNode
pastFollowing = null;
814
XmlNode
following = source;
822
XmlNode
firstChild = following.FirstChild;
828
XmlNode
nextSibling = following.NextSibling;
834
XmlNode
parent = following.ParentNode;
857
XmlNode
pastFollowing = null;
878
XmlNode
following = source;
894
XmlNode
firstChild = following.FirstChild;
900
XmlNode
nextSibling = following.NextSibling;
906
XmlNode
parent = following.ParentNode;
927
XmlNode
sibling = NextSibling(source);
945
XmlNode
sibling = NextSibling(source);
974
XmlNode
child;
1053
private static
XmlNode
OwnerNode(
XmlNode
node) {
1054
XmlNode
parent = node.ParentNode;
1065
private static int GetDepth(
XmlNode
node) {
1067
XmlNode
owner = OwnerNode(node);
1077
private XmlNodeOrder Compare(
XmlNode
node1,
XmlNode
node2 ) {
1109
XmlNode
nextNode = node1.NextSibling;
1139
XmlNode
node1 = this.source;
1140
XmlNode
node2 = that.source;
1142
XmlNode
parent1 = OwnerNode(node1);
1143
XmlNode
parent2 = OwnerNode(node2);
1194
XmlNode
IHasXmlNode.GetNode() { return source; }
1270
XmlNode
node = source;
1338
XmlNode
node = this.source;
1339
XmlNode
end = that.source;
1387
XmlNode
node = this.source;
1388
XmlNode
end = that.source;
1397
XmlNode
parent = OwnerNode(attribute);
1429
XmlNode
parent = OwnerNode(node);
1438
XmlNode
node = source;
1439
XmlNode
end = node;
1447
XmlNode
parent = OwnerNode(attribute);
1489
internal static void DeleteToFollowingSibling(
XmlNode
node,
XmlNode
end) {
1490
XmlNode
parent = node.ParentNode;
1500
XmlNode
temp = node;
1507
private static XmlNamespaceManager GetNamespaceManager(
XmlNode
node, XmlDocument document) {
1533
internal void ResetPosition(
XmlNode
node) {
1579
XmlNode
text = PreviousText(source);
1586
private
XmlNode
ParentNode(
XmlNode
node) {
1587
XmlNode
parent = node.ParentNode;
1595
private
XmlNode
ParentNodeTail(
XmlNode
parent) {
1603
private
XmlNode
FirstChild(
XmlNode
node) {
1604
XmlNode
child = node.FirstChild;
1612
private
XmlNode
FirstChildTail(
XmlNode
child) {
1620
private
XmlNode
NextSibling(
XmlNode
node) {
1621
XmlNode
sibling = node.NextSibling;
1629
private
XmlNode
NextSiblingTail(
XmlNode
node,
XmlNode
sibling) {
1645
private
XmlNode
PreviousSibling(
XmlNode
node) {
1646
XmlNode
sibling = node.PreviousSibling;
1654
private
XmlNode
PreviousSiblingTail(
XmlNode
node,
XmlNode
sibling) {
1670
private
XmlNode
PreviousText(
XmlNode
node) {
1671
XmlNode
text = node.PreviousText;
1679
private
XmlNode
PreviousTextTail(
XmlNode
node,
XmlNode
text) {
1686
XmlNode
sibling = node.PreviousSibling;
1712
internal static bool IsFollowingSibling(
XmlNode
left,
XmlNode
right) {
1725
private static bool IsDescendant(
XmlNode
top,
XmlNode
bottom) {
1727
XmlNode
parent = bottom.ParentNode;
1746
private static bool IsValidChild(
XmlNode
parent,
XmlNode
child) {
1776
private
XmlNode
TextStart(
XmlNode
node) {
1777
XmlNode
start;
1788
private
XmlNode
TextEnd(
XmlNode
node) {
1789
XmlNode
end;
1831
protected abstract bool Match(
XmlNode
node );
1864
XmlNode
node = (
XmlNode
)nav.UnderlyingObject;
1876
Debug.Assert( ((
XmlNode
)nav.UnderlyingObject).NodeType != XmlNodeType.Attribute );
1885
protected override bool Match(
XmlNode
node ) {
1904
XmlNode
node = (
XmlNode
)nav.UnderlyingObject;
1918
Debug.Assert( ((
XmlNode
)nav.UnderlyingObject).NodeType != XmlNodeType.Attribute );
1929
protected override bool Match(
XmlNode
node ) {
1950
XmlNode
node = (
XmlNode
)nav.UnderlyingObject;
1965
Debug.Assert( ((
XmlNode
)nav.UnderlyingObject).NodeType != XmlNodeType.Attribute );
1983
protected override bool Match(
XmlNode
node ) {
2006
XmlNode
node = (
XmlNode
)nav.UnderlyingObject;
System\Xml\Dom\XmlAttribute.cs (27)
47
public override
XmlNode
CloneNode(bool deep) {
57
public override
XmlNode
ParentNode {
142
internal override
XmlNode
AppendChildForLoad(
XmlNode
newChild, XmlDocument doc) {
189
public override
XmlNode
InsertBefore(
XmlNode
newChild,
XmlNode
refChild) {
190
XmlNode
node;
202
public override
XmlNode
InsertAfter(
XmlNode
newChild,
XmlNode
refChild) {
203
XmlNode
node;
215
public override
XmlNode
ReplaceChild(
XmlNode
newChild,
XmlNode
oldChild) {
216
XmlNode
node;
228
public override
XmlNode
RemoveChild(
XmlNode
oldChild) {
229
XmlNode
node;
241
public override
XmlNode
PrependChild(
XmlNode
newChild) {
242
XmlNode
node;
254
public override
XmlNode
AppendChild(
XmlNode
newChild) {
255
XmlNode
node;
294
for (
XmlNode
node = FirstChild; node != null; node = node.NextSibling) {
307
internal override void SetParent(
XmlNode
node) {
System\Xml\Dom\XmlAttributeCollection.cs (14)
16
internal XmlAttributeCollection(
XmlNode
parent ): base( parent ) {
101
public override
XmlNode
SetNamedItem(
XmlNode
node) {
110
XmlNode
oldNode = base.RemoveNodeAt( offset );
253
array[index] = (XmlAttribute)(((
XmlNode
)nodes[i]).CloneNode(true));
256
internal override
XmlNode
AddNode(
XmlNode
node ) {
259
XmlNode
retNode = base.AddNode( node );
265
internal override
XmlNode
InsertNodeAt( int i,
XmlNode
node ) {
266
XmlNode
retNode = base.InsertNodeAt(i, node);
271
internal override
XmlNode
RemoveNodeAt( int i ) {
273
XmlNode
retNode = base.RemoveNodeAt( i );
362
XmlNode
retNode = base.AddNode( node );
System\Xml\Dom\XmlCDataSection.cs (4)
41
public override
XmlNode
ParentNode {
50
XmlNode
parent = parentNode.parentNode;
62
public override
XmlNode
CloneNode(bool deep) {
89
public override
XmlNode
PreviousText {
System\Xml\Dom\XmlCharacterData.cs (6)
46
XmlNode
parent = ParentNode;
84
XmlNode
parent = ParentNode;
101
XmlNode
parent = ParentNode;
127
XmlNode
parent = ParentNode;
154
XmlNode
parent = ParentNode;
170
internal bool DecideXPNodeTypeForTextNodes(
XmlNode
node, ref XPathNodeType xnt) {
System\Xml\Dom\XmlChildEnumerator.cs (4)
12
internal
XmlNode
container;
13
internal
XmlNode
child;
16
internal XmlChildEnumerator(
XmlNode
container ) {
49
internal
XmlNode
Current {
System\Xml\Dom\XmlChildNodes.cs (5)
11
private
XmlNode
container;
13
public XmlChildNodes(
XmlNode
container ) {
17
public override
XmlNode
Item( int i ) {
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\XmlComment.cs (1)
33
public override
XmlNode
CloneNode(bool deep) {
System\Xml\Dom\XmlDeclaration.cs (1)
133
public override
XmlNode
CloneNode(bool deep) {
System\Xml\Dom\XmlDocument.cs (41)
247
public override
XmlNode
CloneNode( bool deep ) {
261
public override
XmlNode
ParentNode {
391
private bool HasNodeTypeInPrevSiblings( XmlNodeType nt,
XmlNode
refNode ) {
395
XmlNode
node = null;
410
private bool HasNodeTypeInNextSiblings( XmlNodeType nt,
XmlNode
refNode ) {
411
XmlNode
node = refNode;
420
internal override bool CanInsertBefore(
XmlNode
newChild,
XmlNode
refChild ) {
457
internal override bool CanInsertAfter(
XmlNode
newChild,
XmlNode
refChild ) {
622
internal protected virtual XPathNavigator CreateNavigator(
XmlNode
node) {
624
XmlNode
parent;
693
private
XmlNode
NormalizeText(
XmlNode
n ) {
694
XmlNode
retnode = null;
700
XmlNode
intnode = retnode;
782
public virtual
XmlNode
ImportNode(
XmlNode
node, bool deep ) {
786
private
XmlNode
ImportNodeInternal(
XmlNode
node, bool deep ) {
787
XmlNode
newNode = null;
855
private void ImportAttributes(
XmlNode
fromElem,
XmlNode
toElem ) {
863
private void ImportChildren(
XmlNode
fromNode,
XmlNode
toNode, bool deep ) {
865
for (
XmlNode
n = fromNode.FirstChild; n != null; n = n.NextSibling ) {
928
public virtual
XmlNode
CreateNode( XmlNodeType type, string prefix, string name, string namespaceURI ) {
982
public virtual
XmlNode
CreateNode( string nodeTypeString, string name, string namespaceURI ) {
988
public virtual
XmlNode
CreateNode( XmlNodeType type, string name, string namespaceURI ) {
995
public virtual
XmlNode
ReadNode( XmlReader reader ) {
996
XmlNode
node = null;
1203
XmlNode
n = this.FirstChild;
1239
foreach(
XmlNode
n in this ) {
1248
public void Validate(ValidationEventHandler validationEventHandler,
XmlNode
nodeToValidate) {
1320
internal override XmlNodeChangedEventArgs GetEventArgs(
XmlNode
node,
XmlNode
oldParent,
XmlNode
newParent, string oldValue, string newValue, XmlNodeChangedAction action) {
1343
internal XmlNodeChangedEventArgs GetInsertEventArgsForLoad(
XmlNode
node,
XmlNode
newParent ) {
1481
internal override
XmlNode
AppendChildForLoad(
XmlNode
newChild, XmlDocument doc ) {
System\Xml\Dom\XmlDocumentFragment.cs (8)
74
public override
XmlNode
ParentNode {
101
public override
XmlNode
CloneNode(bool deep) {
133
XmlNode
firstNode = FirstChild;
142
internal override bool CanInsertAfter(
XmlNode
newChild,
XmlNode
refChild ) {
154
internal override bool CanInsertBefore(
XmlNode
newChild,
XmlNode
refChild ) {
169
foreach(
XmlNode
n in this ) {
System\Xml\Dom\XmlDocumentType.cs (1)
57
public override
XmlNode
CloneNode(bool deep) {
System\Xml\Dom\XmlElement.cs (10)
47
public override
XmlNode
CloneNode(bool deep) {
97
public override
XmlNode
ParentNode {
115
internal override
XmlNode
AppendChildForLoad(
XmlNode
newChild, XmlDocument doc) {
384
XmlNode
root = e;
385
XmlNode
n = e;
440
for (
XmlNode
node = FirstChild; node != null; node = node.NextSibling) {
446
public virtual
XmlNode
RemoveAttributeAt(int i) {
513
public override
XmlNode
NextSibling {
522
internal override void SetParent(
XmlNode
node) {
System\Xml\Dom\XmlElementList.cs (25)
20
XmlNode
rootNode;
23
XmlNode
curElem; // if sets to rootNode, means the starting point for a new search round
30
private XmlElementList(
XmlNode
parent) {
66
internal XmlElementList(
XmlNode
parent, string name ): this( parent ) {
76
internal XmlElementList(
XmlNode
parent, string localName, string namespaceURI ): this( parent ) {
97
private
XmlNode
NextElemInPreOrder(
XmlNode
curNode ) {
100
XmlNode
retNode = curNode.FirstChild;
121
private
XmlNode
PrevElemInPreOrder(
XmlNode
curNode ) {
124
XmlNode
retNode = curNode.PreviousSibling;
141
private bool IsMatch (
XmlNode
curNode ) {
159
private
XmlNode
GetMatchingNode(
XmlNode
n, bool bNext ) {
161
XmlNode
node = n;
171
private
XmlNode
GetNthMatchingNode(
XmlNode
n, bool bNext, int nCount ) {
173
XmlNode
node = n;
183
public
XmlNode
GetNextNode(
XmlNode
n ) {
186
XmlNode
node = ( n == null ) ? rootNode : n;
190
public override
XmlNode
Item(int index) {
202
XmlNode
node;
218
XmlNode
node = rootNode;
255
XmlNode
curElem;
System\Xml\Dom\XmlEntity.cs (1)
32
public override
XmlNode
CloneNode(bool deep) {
System\Xml\Dom\XmlEntityReference.cs (4)
75
public override
XmlNode
CloneNode(bool deep) {
96
internal override void SetParent(
XmlNode
node ) {
106
internal override void SetParentForLoad(
XmlNode
node ) {
142
foreach(
XmlNode
n in this ) {
System\Xml\Dom\XmlLinkedNode.cs (6)
22
public override
XmlNode
PreviousSibling {
24
XmlNode
parent = ParentNode;
26
XmlNode
node = parent.FirstChild;
28
XmlNode
nextSibling = node.NextSibling;
41
public override
XmlNode
NextSibling {
43
XmlNode
parent = ParentNode;
System\Xml\Dom\XmlLoader.cs (18)
55
XmlNode
node = null;
63
internal
XmlNode
ReadCurrentNode(XmlDocument doc, XmlReader reader) {
77
XmlNode
n = LoadNode(true);
88
private
XmlNode
LoadNode(bool skipOverWhitespace) {
90
XmlNode
parent = null;
94
XmlNode
node = null;
236
XmlNode
node;
283
private void LoadAttributeValue(
XmlNode
parent, bool direct ) {
286
XmlNode
node;
320
XmlNode
node = direct ? LoadNodeDirect() : LoadNode(false);
403
private
XmlNode
LoadNodeDirect() {
405
XmlNode
parent = null;
407
XmlNode
node = null;
600
private XmlParserContext GetContext (
XmlNode
node ) {
656
internal XmlNamespaceManager ParsePartialContent(
XmlNode
parentNode, string innerxmltext, XmlNodeType nt) {
669
XmlNode
node = null;
675
XmlNode
node = null;
740
XmlNode
child = elem.FirstChild;
System\Xml\Dom\XmlNamedNodemap.cs (30)
13
internal
XmlNode
parent;
16
internal XmlNamedNodeMap(
XmlNode
parent)
22
public virtual
XmlNode
GetNamedItem(String name) {
25
return (
XmlNode
)nodes[offset];
30
public virtual
XmlNode
SetNamedItem(
XmlNode
node) {
45
public virtual
XmlNode
RemoveNamedItem(String name) {
61
public virtual
XmlNode
Item(int index) {
65
return (
XmlNode
)nodes[index];
76
public virtual
XmlNode
GetNamedItem(String localName, String namespaceURI) {
79
return (
XmlNode
)nodes[offset];
84
public virtual
XmlNode
RemoveNamedItem(String localName, String namespaceURI) {
99
XmlNode
node = (
XmlNode
) nodes[i];
111
XmlNode
node = (
XmlNode
) nodes[i];
120
internal virtual
XmlNode
AddNode(
XmlNode
node ) {
121
XmlNode
oldParent;
141
internal virtual
XmlNode
AddNodeForLoad(
XmlNode
node, XmlDocument doc) {
154
internal virtual
XmlNode
RemoveNodeAt( int i ) {
155
XmlNode
oldNode = (
XmlNode
)nodes[i];
172
internal
XmlNode
ReplaceNodeAt( int i,
XmlNode
node ) {
173
XmlNode
oldNode = RemoveNodeAt( i );
178
internal virtual
XmlNode
InsertNodeAt( int i,
XmlNode
node ) {
179
XmlNode
oldParent;
System\Xml\Dom\XmlNode.cs (81)
22
internal
XmlNode
parentNode; //this pointer is reused to save the userdata information, need to prevent internal user access the pointer directly.
44
public
XmlNode
SelectSingleNode( string xpath ) {
51
public
XmlNode
SelectSingleNode( string xpath, XmlNamespaceManager nsmgr ) {
101
public virtual
XmlNode
ParentNode {
132
public virtual
XmlNode
PreviousSibling {
137
public virtual
XmlNode
NextSibling {
158
public virtual
XmlNode
FirstChild {
169
public virtual
XmlNode
LastChild {
182
internal bool AncestorNode(
XmlNode
node) {
183
XmlNode
n = this.ParentNode;
197
XmlNode
parent = ParentNode;
204
public virtual
XmlNode
InsertBefore(
XmlNode
newChild,
XmlNode
refChild) {
233
XmlNode
first = newChild.FirstChild;
234
XmlNode
node = first;
303
public virtual
XmlNode
InsertAfter(
XmlNode
newChild,
XmlNode
refChild) {
332
XmlNode
last = refChild;
333
XmlNode
first = newChild.FirstChild;
334
XmlNode
node = first;
336
XmlNode
next = node.NextSibling;
406
public virtual
XmlNode
ReplaceChild(
XmlNode
newChild,
XmlNode
oldChild) {
407
XmlNode
nextNode = oldChild.NextSibling;
409
XmlNode
node = InsertBefore( newChild, nextNode );
414
public virtual
XmlNode
RemoveChild(
XmlNode
oldChild) {
487
public virtual
XmlNode
PrependChild(
XmlNode
newChild) {
492
public virtual
XmlNode
AppendChild(
XmlNode
newChild) {
512
XmlNode
first = newChild.FirstChild;
513
XmlNode
node = first;
515
XmlNode
next = node.NextSibling;
564
internal virtual
XmlNode
AppendChildForLoad(
XmlNode
newChild, XmlDocument doc) {
601
internal virtual bool CanInsertBefore(
XmlNode
newChild,
XmlNode
refChild ) {
605
internal virtual bool CanInsertAfter(
XmlNode
newChild,
XmlNode
refChild ) {
615
public abstract
XmlNode
CloneNode(bool deep);
617
internal virtual void CopyChildren( XmlDocument doc,
XmlNode
container, bool deep ) {
618
for (
XmlNode
child = container.FirstChild; child != null; child = child.NextSibling) {
631
XmlNode
firstChildTextLikeNode = null;
633
for (
XmlNode
crtChild = this.FirstChild; crtChild != null; ) {
634
XmlNode
nextChild = crtChild.NextSibling;
640
XmlNode
winner = NormalizeWinner( firstChildTextLikeNode, crtChild );
670
private
XmlNode
NormalizeWinner(
XmlNode
firstNode,
XmlNode
secondNode ) {
731
internal static bool HasReadOnlyParent(
XmlNode
n ) {
751
public virtual
XmlNode
Clone() {
770
for (
XmlNode
child = FirstChild; child != null; child = child.NextSibling) {
786
XmlNode
fc = FirstChild;
806
XmlNode
firstChild = FirstChild;
863
XmlNode
curNode = this.ParentNode; //save one while loop since if going to here, the nodetype of this node can't be document, entity and entityref
889
XmlNode
child = FirstChild;
890
XmlNode
sibling = null;
922
XmlNode
node = this;
987
XmlNode
node = this;
1039
for (
XmlNode
n = FirstChild; n != null; n = n.NextSibling) {
1052
for (
XmlNode
n = FirstChild; n != null; n = n.NextSibling) {
1060
internal virtual void SetParent(
XmlNode
node ) {
1069
internal virtual void SetParentForLoad(
XmlNode
node ) {
1085
internal virtual
XmlNode
FindChild( XmlNodeType type ) {
1086
for (
XmlNode
child = FirstChild; child != null; child = child.NextSibling) {
1094
internal virtual XmlNodeChangedEventArgs GetEventArgs(
XmlNode
node,
XmlNode
oldParent,
XmlNode
newParent, string oldValue, string newValue, XmlNodeChangedAction action ) {
1118
XmlNode
node = this;
1142
XmlNode
node = this;
1178
public virtual
XmlNode
PreviousText {
1184
internal static void NestTextNodes(
XmlNode
prevNode,
XmlNode
nextNode) {
1191
internal static void UnnestTextNodes(
XmlNode
prevNode,
XmlNode
nextNode) {
1202
private
XmlNode
node;
1204
public DebuggerDisplayXmlNodeProxy(
XmlNode
node) {
System\Xml\Dom\XmlNodeChangedEventArgs.cs (9)
11
private
XmlNode
node;
12
private
XmlNode
oldParent;
13
private
XmlNode
newParent;
17
public XmlNodeChangedEventArgs(
XmlNode
node,
XmlNode
oldParent,
XmlNode
newParent, string oldValue, string newValue, XmlNodeChangedAction action ) {
28
public
XmlNode
Node { get { return node; } }
30
public
XmlNode
OldParent { get { return oldParent; } }
32
public
XmlNode
NewParent { get { return newParent; } }
System\Xml\Dom\XmlNodeList.cs (2)
15
public abstract
XmlNode
Item(int index);
26
public virtual
XmlNode
this[int i] { get { return Item(i);}}
System\Xml\Dom\XmlNodeReader.cs (18)
20
XmlNode
curNode;
21
XmlNode
elemNode;
22
XmlNode
logNode;
72
public XmlNodeReaderNavigator(
XmlNode
node ) {
155
internal
XmlNode
OwnerElementNode {
607
curNode = (
XmlNode
) attr;
615
curNode = (
XmlNode
) attr;
671
XmlNode
parent = curNode.ParentNode;
682
XmlNode
firstChild = curNode.FirstChild;
692
private bool MoveToNextSibling(
XmlNode
node ) {
693
XmlNode
nextSibling = node.NextSibling;
753
XmlNode
node = curNode;
805
XmlNode
node = curNode;
844
XmlNode
node = curNode;
899
XmlNode
firstChild = curNode.FirstChild;
909
XmlNode
nextSibling = null;
922
XmlNode
parentNode = curNode.ParentNode;
969
public XmlNodeReader (
XmlNode
node ) {
System\Xml\Dom\XmlNotation.cs (1)
40
public override
XmlNode
CloneNode(bool deep) {
System\Xml\Dom\XmlProcessingInstruction.cs (2)
56
XmlNode
parent = ParentNode;
79
public override
XmlNode
CloneNode(bool deep) {
System\Xml\Dom\XmlSignificantWhiteSpace.cs (4)
43
public override
XmlNode
ParentNode {
52
XmlNode
parent = parentNode.parentNode;
64
public override
XmlNode
CloneNode(bool deep) {
106
public override
XmlNode
PreviousText {
System\Xml\Dom\XmlText.cs (6)
44
public override
XmlNode
ParentNode {
53
XmlNode
parent = parentNode.parentNode;
65
public override
XmlNode
CloneNode(bool deep) {
77
XmlNode
parent = parentNode;
90
XmlNode
parentNode = this.ParentNode;
128
public override
XmlNode
PreviousText {
System\Xml\Dom\XmlUnspecifiedAttribute.cs (19)
26
public override
XmlNode
CloneNode(bool deep) {
42
public override
XmlNode
InsertBefore(
XmlNode
newChild,
XmlNode
refChild) {
43
XmlNode
node = base.InsertBefore( newChild, refChild );
48
public override
XmlNode
InsertAfter(
XmlNode
newChild,
XmlNode
refChild) {
49
XmlNode
node = base.InsertAfter( newChild, refChild );
54
public override
XmlNode
ReplaceChild(
XmlNode
newChild,
XmlNode
oldChild) {
55
XmlNode
node = base.ReplaceChild( newChild, oldChild );
60
public override
XmlNode
RemoveChild(
XmlNode
oldChild) {
61
XmlNode
node = base.RemoveChild(oldChild);
66
public override
XmlNode
AppendChild(
XmlNode
newChild) {
67
XmlNode
node = base.AppendChild(newChild);
System\Xml\Dom\XmlWhitespace.cs (4)
43
public override
XmlNode
ParentNode {
52
XmlNode
parent = parentNode.parentNode;
77
public override
XmlNode
CloneNode(bool deep) {
106
public override
XmlNode
PreviousText {
System\Xml\Dom\XPathNodeList.cs (5)
15
List<
XmlNode
> list;
21
this.list = new List<
XmlNode
>();
36
private
XmlNode
GetNode(XPathNavigator n) {
45
XmlNode
n = GetNode(nodeIterator.Current);
58
public override
XmlNode
Item(int index) {
System\Xml\IHasXmlNode.cs (1)
12
XmlNode
GetNode();
System\Xml\Schema\Parser.cs (4)
38
XmlNode
parentNode;
213
XmlNode
[] markup = new
XmlNode
[list.Count];
236
XmlNode
currentNode = null;
System\Xml\Schema\SchemaBuilder.cs (1)
14
internal abstract void ProcessMarkup(
XmlNode
[] markup);
System\Xml\Schema\XdrBuilder.cs (1)
527
internal override void ProcessMarkup(
XmlNode
[] markup) {
System\Xml\Schema\XmlSchemaAppInfo.cs (2)
19
XmlNode
[] markup;
36
public
XmlNode
[] Markup {
System\Xml\Schema\XmlSchemaDocumentation.cs (2)
21
XmlNode
[] markup;
49
public
XmlNode
[] Markup {
System\Xml\Schema\XsdBuilder.cs (4)
668
private
XmlNode
[] markup;
754
internal override void ProcessMarkup(
XmlNode
[] markup) {
2083
builder.markup = new
XmlNode
[] {};
2104
builder.markup = new
XmlNode
[] {};
System\Xml\Serialization\_Events.cs (2)
151
XmlNode
xmlNode;
156
internal XmlNodeEventArgs(
XmlNode
xmlNode, int lineNumber, int linePosition, object o) {
System\Xml\Serialization\SchemaObjectWriter.cs (8)
431
XmlNode
[] a = (
XmlNode
[])o.@Markup;
434
XmlNode
ai = (
XmlNode
)a[ia];
447
XmlNode
[] a = (
XmlNode
[])o.@Markup;
450
XmlNode
ai = (
XmlNode
)a[ia];
System\Xml\Serialization\Types.cs (2)
534
else if (type == typeof(
XmlNode
[])) {
776
else if (typeof(
XmlNode
).IsAssignableFrom(type)) {
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1458
Type targetType = typeof(IXmlSerializable).IsAssignableFrom(arrayElementType) ? arrayElementType : typeof(
XmlNode
).IsAssignableFrom(arrayElementType) ? arrayElementType : typeof(XmlElement);
1670
Type targetType = typeof(IXmlSerializable).IsAssignableFrom(accessorType) ? accessorType : typeof(
XmlNode
).IsAssignableFrom(accessorType) ? accessorType : typeof(XmlElement);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1051
appinfo.Markup = new
XmlNode
[] {e};
System\Xml\Serialization\XmlSchemaImporter.cs (5)
1108
textMapping.TypeDesc = Scope.GetTypeDesc(typeof(
XmlNode
));
1126
mapping.TypeDesc = Scope.GetTypeDesc(makeElement ? typeof(XmlElement) : typeof(
XmlNode
));
1304
mapping.TypeDesc = Scope.GetTypeDesc(mixed ? typeof(
XmlNode
) : typeof(XmlElement));
1417
XmlNode
[] nodes = ((XmlSchemaAppInfo)o).Markup;
1419
foreach(
XmlNode
node in nodes) {
System\Xml\Serialization\XmlSerializationReader.cs (9)
863
XmlNode
n = ReadXmlNode(wrapped);
879
protected
XmlNode
ReadXmlNode(bool wrapped) {
880
XmlNode
node = null;
1193
void UnknownNode(
XmlNode
unknownNode, object o, string qnames) {
1780
XmlNode
unknownNode = null;
1839
XmlNode
xmlNode = Document.ReadNode(r);
1853
XmlNode
[] childNodes = (
XmlNode
[])xmlNodeList.ToArray(typeof(
XmlNode
));
System\Xml\Serialization\XmlSerializationWriter.cs (12)
208
else if (type == typeof(
XmlNode
[])) {
318
else if (typeof(
XmlNode
[]).IsAssignableFrom(t)){
324
XmlNode
[] xmlNodes = (
XmlNode
[])o;
663
protected void WriteElementEncoded(
XmlNode
node, string name, string ns, bool isNullable, bool any) {
672
protected void WriteElementLiteral(
XmlNode
node, string name, string ns, bool isNullable, bool any) {
680
private void WriteElement(
XmlNode
node, string name, string ns, bool isNullable, bool any) {
807
protected void WriteXmlAttribute(
XmlNode
node) {
812
protected void WriteXmlAttribute(
XmlNode
node, object container) {
1180
if (Convert.GetTypeCode(o) == TypeCode.Object && !(o is Guid) && (t != typeof(XmlQualifiedName)) && !(o is
XmlNode
[]) && (t != typeof(byte[]))) {
2962
Writer.Write(typeof(
XmlNode
).FullName);
2969
WriteElementCall("WriteElementLiteral", typeof(
XmlNode
), source, name, ns, element.IsNullable, element.Any);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (7)
1332
new Type[] { typeof(
XmlNode
), typeof(Object) },
1650
MethodInfo XmlNode_get_Name = typeof(
XmlNode
).GetMethod(
1657
MethodInfo XmlNode_get_NamespaceURI = typeof(
XmlNode
).GetMethod(
1726
MethodInfo XmlNode_get_Name = typeof(
XmlNode
).GetMethod(
1733
MethodInfo XmlNode_get_NamespaceURI = typeof(
XmlNode
).GetMethod(
1967
ilg.IsInst(typeof(
XmlNode
));
1978
WriteElementCall("WriteElementLiteral", typeof(
XmlNode
), source, name, ns, element.IsNullable, element.Any);
WindowsBase (12)
Base\MS\Internal\IO\Packaging\CustomSignedXml.cs (2)
183
XmlNode
local = nodeList[0] as XmlElement;
187
XmlNode
temp = local;
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
689
XmlNode
node = nodeList[0];
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (9)
482
internal static
XmlNode
GenerateManifest(
498
XmlNode
manifest = xDoc.CreateNode(XmlNodeType.Element,
545
XmlNode
manifest)
642
private static
XmlNode
GenerateRelationshipSigningReference(
688
XmlNode
relationshipNode = xDoc.CreateElement(opcNamespacePrefix, XTable.Get(XTable.ID.RelationshipReferenceTagName), opcNamespace);
697
XmlNode
relationshipNode = xDoc.CreateElement(opcNamespacePrefix, XTable.Get(XTable.ID.RelationshipsGroupReferenceTagName), opcNamespace);
747
private static
XmlNode
GeneratePartSigningReference(
794
private static
XmlNode
GenerateDigestMethod(
806
private static
XmlNode
GenerateDigestValueNode(XmlDocument xDoc, HashAlgorithm hashAlgorithm, Stream s, String transformName)