Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / Serialization / System / Runtime / Serialization / XmlSerializableServices.cs / 1305376 / XmlSerializableServices.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime.Serialization { using System.Collections.Generic; using System.Xml; using System.Xml.Schema; public static class XmlSerializableServices { [Fx.Tag.SecurityNote(Miscellaneous = "RequiresReview - Static fields are marked SecurityCritical or readonly to prevent" + " data from being modified or leaked to other components in appdomain.")] internal static readonly string ReadNodesMethodName = "ReadNodes"; public static XmlNode[] ReadNodes(XmlReader xmlReader) { if (xmlReader == null) throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("xmlReader"); XmlDocument doc = new XmlDocument(); ListnodeList = new List (); if (xmlReader.MoveToFirstAttribute()) { do { if (IsValidAttribute(xmlReader)) { XmlNode node = doc.ReadNode(xmlReader); if (node == null) throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.UnexpectedEndOfFile))); nodeList.Add(node); } } while (xmlReader.MoveToNextAttribute()); } xmlReader.MoveToElement(); if (!xmlReader.IsEmptyElement) { int startDepth = xmlReader.Depth; xmlReader.Read(); while (xmlReader.Depth > startDepth && xmlReader.NodeType != XmlNodeType.EndElement) { XmlNode node = doc.ReadNode(xmlReader); if (node == null) throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.UnexpectedEndOfFile))); nodeList.Add(node); } } return nodeList.ToArray(); } private static bool IsValidAttribute(XmlReader xmlReader) { return xmlReader.NamespaceURI != Globals.SerializationNamespace && xmlReader.NamespaceURI != Globals.SchemaInstanceNamespace && xmlReader.Prefix != "xmlns" && xmlReader.LocalName != "xmlns"; } internal static string WriteNodesMethodName = "WriteNodes"; public static void WriteNodes(XmlWriter xmlWriter, XmlNode[] nodes) { if (xmlWriter == null) throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("xmlWriter"); if (nodes != null) for(int i=0;i nodeList = new List (); if (xmlReader.MoveToFirstAttribute()) { do { if (IsValidAttribute(xmlReader)) { XmlNode node = doc.ReadNode(xmlReader); if (node == null) throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.UnexpectedEndOfFile))); nodeList.Add(node); } } while (xmlReader.MoveToNextAttribute()); } xmlReader.MoveToElement(); if (!xmlReader.IsEmptyElement) { int startDepth = xmlReader.Depth; xmlReader.Read(); while (xmlReader.Depth > startDepth && xmlReader.NodeType != XmlNodeType.EndElement) { XmlNode node = doc.ReadNode(xmlReader); if (node == null) throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(SR.GetString(SR.UnexpectedEndOfFile))); nodeList.Add(node); } } return nodeList.ToArray(); } private static bool IsValidAttribute(XmlReader xmlReader) { return xmlReader.NamespaceURI != Globals.SerializationNamespace && xmlReader.NamespaceURI != Globals.SchemaInstanceNamespace && xmlReader.Prefix != "xmlns" && xmlReader.LocalName != "xmlns"; } internal static string WriteNodesMethodName = "WriteNodes"; public static void WriteNodes(XmlWriter xmlWriter, XmlNode[] nodes) { if (xmlWriter == null) throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("xmlWriter"); if (nodes != null) for(int i=0;i
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SByteConverter.cs
- AnimationClockResource.cs
- ListViewItemEventArgs.cs
- ArglessEventHandlerProxy.cs
- DialogBaseForm.cs
- InfoCardProofToken.cs
- TypeForwardedFromAttribute.cs
- RadioButtonStandardAdapter.cs
- StyleTypedPropertyAttribute.cs
- Nullable.cs
- SmtpTransport.cs
- StrongTypingException.cs
- DecoderReplacementFallback.cs
- CustomBinding.cs
- TdsValueSetter.cs
- XmlSerializationWriter.cs
- DoWorkEventArgs.cs
- AssertFilter.cs
- ExternalCalls.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- CoreSwitches.cs
- formatstringdialog.cs
- MenuCommandService.cs
- ISCIIEncoding.cs
- WS2007HttpBinding.cs
- RegexCaptureCollection.cs
- AnchoredBlock.cs
- XmlImplementation.cs
- SchemeSettingElement.cs
- GridViewEditEventArgs.cs
- HttpAsyncResult.cs
- WebPartHelpVerb.cs
- ConfigPathUtility.cs
- SHA1Managed.cs
- LinearGradientBrush.cs
- FixedTextContainer.cs
- ToolTip.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- MDIClient.cs
- AnimationTimeline.cs
- CrossAppDomainChannel.cs
- IntSecurity.cs
- ObjectStateEntry.cs
- XmlDocument.cs
- MenuItemStyleCollection.cs
- Viewport3DAutomationPeer.cs
- OdbcTransaction.cs
- ClientCultureInfo.cs
- PerspectiveCamera.cs
- HttpCachePolicy.cs
- PipelineDeploymentState.cs
- StringUtil.cs
- Rotation3DKeyFrameCollection.cs
- SafeNativeMemoryHandle.cs
- assemblycache.cs
- fixedPageContentExtractor.cs
- Configuration.cs
- DrawingImage.cs
- COM2ColorConverter.cs
- FieldReference.cs
- TraceRecord.cs
- VarInfo.cs
- DescendantQuery.cs
- PagerSettings.cs
- XmlSerializerFormatAttribute.cs
- DataGridViewColumnConverter.cs
- NamespaceDecl.cs
- CodeTypeParameterCollection.cs
- HyperLink.cs
- Substitution.cs
- TransformCryptoHandle.cs
- WorkflowServiceBehavior.cs
- SpeechSeg.cs
- TaskFormBase.cs
- MappingMetadataHelper.cs
- WsdlBuildProvider.cs
- PocoEntityKeyStrategy.cs
- EffectiveValueEntry.cs
- ReliableSessionBindingElementImporter.cs
- PropVariant.cs
- WorkflowApplicationTerminatedException.cs
- HotSpotCollection.cs
- PageHandlerFactory.cs
- DesignerSerializationManager.cs
- JournalEntry.cs
- KeyboardEventArgs.cs
- FilePresentation.cs
- ScrollProviderWrapper.cs
- EntityDataSourceContextCreatingEventArgs.cs
- DebugInfoGenerator.cs
- ListBoxChrome.cs
- StylusSystemGestureEventArgs.cs
- ObfuscateAssemblyAttribute.cs
- SvcFileManager.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- ObjectSpanRewriter.cs
- ConnectionManagementElement.cs
- SerializationObjectManager.cs
- StringUtil.cs
- DataSysAttribute.cs