Microsoft .Net Framework 1.1 Class Library Reference : System.Xml and System.Data 〈6〉 (SLP)

Microsoft .Net Framework 1.1 Class Library Reference : System.Xml and System.Data 〈6〉 (SLP)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 1800 p.
  • 言語 ENG
  • 商品コード 9780735618176
  • DDC分類 005.276

Full Description


Microsoft .NET Framework 1.1 provides the programming model for building, deploying, and running interoperable Web-based applications, smart client applications, and XML Web services. It manages the difficult details of interoperability to enable developers to focus on writing the business logic code for cross-platform applications. Available in printed form for the first time, this volume includes the .NET Framework 1.1 System.XML namespace, which provides standards-based support for processing XML, and the System.Data namespace, including the classes that constitute the ADO.NET architecture, which empowers developers to build components that efficiently manage data from multiple data sources. The System.XML namespace includes classes such as: The XmlDocument class, which represents an XML document. The XmlTextReader class, which represents a reader that provides fast, non-cached, forward-only access to XML data. The XmlUrlResolver class, which resolves external XML resources named by a URI The System.Data namespace includes classes such as: The DataColumn class, which represents the schema of a column in a DataTable The PropertyCollection class, which represents a collection of properties that can be added to a DataColumn, DataSet, or DataTable The TypedDataSetGenerator class, which is used to create a strongly typed DataSet

Contents

Document Conventions xlv System.Xml Namespace 1 EntityHandling Enumeration 1 Formatting Enumeration 2 IHasXmlNode Interface 3 Methods 4 IHasXmlNode.GetNode Method 4 IXmlLineInfo Interface 5 Properties 6 IXmlLineInfo.LineNumber Property 6 IXmlLineInfo.LinePosition Property 6 Methods 7 IXmlLineInfo.HasLineInfo Method 7 NameTable Class 8 NameTable Constructor 8 Methods 8 NameTable.Add Method 8 NameTable.Get Method 9 ReadState Enumeration 11 ValidationType Enumeration 12 WhitespaceHandling Enumeration 13 WriteState Enumeration 14 XmlAttribute Class 15 XmlAttribute Constructor 15 Properties 15 XmlAttribute.BaseURI Property 15 XmlAttribute.InnerText Property 16 XmlAttribute.InnerXml Property 16 XmlAttribute.LocalName Property 16 XmlAttribute.Name Property 17 XmlAttribute.NamespaceURI Property 18 XmlAttribute.NodeType Property 18 XmlAttribute.OwnerDocument Property 18 XmlAttribute.OwnerElement Property 19 XmlAttribute.ParentNode Property 20 XmlAttribute.Prefix Property 20 XmlAttribute.Specified Property 21 XmlAttribute.Value Property 21 Methods 22 XmlAttribute.CloneNode Method 22 XmlAttribute.WriteContentTo Method 23 XmlAttribute.WriteTo Method 23 XmlAttributeCollection Class 24 Properties 24 XmlAttributeCollection.ItemOf Property 24 XmlAttributeCollection.ItemOf Property (Int32) 25 XmlAttributeCollection.ItemOf Property (String) 25 XmlAttributeCollection.ItemOf Property (String, String) 26 XmlAttributeCollection.System.Collections.ICollection.Count Property 27 XmlAttributeCollection.System.Collections.ICollection.IsSynchronized Property 27 XmlAttributeCollection.System.Collections.ICollection.SyncRoot Property 27 Methods 27 XmlAttributeCollection.Append Method 27 XmlAttributeCollection.CopyTo Method 28 XmlAttributeCollection.ICollection.CopyTo Method 29 XmlAttributeCollection.InsertAfter Method 29 XmlAttributeCollection.InsertBefore Method 30 XmlAttributeCollection.Prepend Method 31 XmlAttributeCollection.Remove Method 31 XmlAttributeCollection.RemoveAll Method 32 XmlAttributeCollection.RemoveAt Method 33 XmlAttributeCollection.SetNamedItem Method 33 XmlCDataSection Class 35 XmlCDataSection Constructor 35 Properties 35 XmlCDataSection.LocalName Property 35 XmlCDataSection.Name Property 35 XmlCDataSection.NodeType Property 35 Methods 36 XmlCDataSection.CloneNode Method 36 XmlCDataSection.WriteContentTo Method 36 XmlCDataSection.WriteTo Method 36 XmlCharacterData Class 37 XmlCharacterData Constructor 37 Properties 37 XmlCharacterData.Data Property 37 XmlCharacterData.InnerText Property 37 XmlCharacterData.Length Property 38 XmlCharacterData.Value Property 38 Methods 38 XmlCharacterData.AppendData Method 38 XmlCharacterData.DeleteData Method 38 XmlCharacterData.InsertData Method 39 XmlCharacterData.ReplaceData Method 39 XmlCharacterData.Substring Method 39 XmlComment Class 41 XmlComment Constructor 41 Properties 41 XmlComment.LocalName Property 41 XmlComment.Name Property 41 XmlComment.NodeType Property 41 Methods 42 XmlComment.CloneNode Method 42 XmlComment.WriteContentTo Method 42 XmlComment.WriteTo Method 42 XmlConvert Class 43 XmlConvert Constructor 43 Methods 43 XmlConvert.DecodeName Method 43 XmlConvert.EncodeLocalName Method 44 XmlConvert.EncodeName Method 45 XmlConvert.EncodeNmToken Method 45 XmlConvert.FromBinHexString Method 46 XmlConvert.ToBinHexString Method 46 XmlConvert.ToBoolean Method 46 XmlConvert.ToByte Method 46 XmlConvert.ToChar Method 47 XmlConvert.ToDateTime Method 47 XmlConvert.ToDecimal Method 49 XmlConvert.ToDouble Method 49 XmlConvert.ToGuid Method 49 XmlConvert.ToInt16 Method 50 XmlConvert.ToInt32 Method 50 XmlConvert.ToInt64 Method 50 XmlConvert.ToSByte Method 51 XmlConvert.ToSingle Method 51 XmlConvert.ToString Method 52 XmlConvert.ToTimeSpan Method 58 XmlConvert.ToUInt16 Method 58 XmlConvert.ToUInt32 Method 59 XmlConvert.ToUInt64 Method 59 XmlConvert.VerifyName Method 60 XmlConvert.VerifyNCName Method 60 XmlDataDocument Class 61 XmlDataDocument Constructor 61 XmlDataDocument Constructor () 62 XmlDataDocument Constructor (DataSet) 62 Properties 62 XmlDataDocument.DataSet Property 62 Methods 63 XmlDataDocument.CloneNode Method 63 XmlDataDocument.CreateElement Method 63 XmlDataDocument.CreateEntityReference Method 64 XmlDataDocument.CreateNavigator Method 64 XmlDataDocument.GetElementById Method 64 XmlDataDocument.GetElementFromRow Method 65 XmlDataDocument.GetRowFromElement Method 65 XmlDataDocument.Load Method 65 XmlDeclaration Class 68 XmlDeclaration Constructor 68 Properties 68 XmlDeclaration.Encoding Property 68 XmlDeclaration.InnerText Property 69 XmlDeclaration.LocalName Property 69 XmlDeclaration.Name Property 69 XmlDeclaration.NodeType Property 69 XmlDeclaration.Standalone Property 70 XmlDeclaration.Value Property 70 XmlDeclaration.Version Property 71 Methods 71 XmlDeclaration.CloneNode Method 71 XmlDeclaration.WriteContentTo Method 71 XmlDeclaration.WriteTo Method 71 XmlDocument Class 73 XmlDocument Constructor 73 XmlDocument Constructor () 75 XmlDocument Constructor (XmlImplementation) 75 XmlDocument Constructor (XmlNameTable) 75 Properties 75 XmlDocument.BaseURI Property 75 XmlDocument.DocumentElement Property 76 XmlDocument.DocumentType Property 76 XmlDocument.Implementation Property 76 XmlDocument.InnerXml Property 76 XmlDocument.IsReadOnly Property 77 XmlDocument.LocalName Property 77 XmlDocument.Name Property 78 XmlDocument.NameTable Property 78 XmlDocument.NodeType Property 78 XmlDocument.OwnerDocument Property 78 XmlDocument.PreserveWhitespace Property 78 XmlDocument.XmlResolver Property 79 Methods 79 XmlDocument.CloneNode Method 79 XmlDocument.CreateAttribute Method 80 XmlDocument.CreateCDataSection Method 81 XmlDocument.CreateComment Method 82 XmlDocument.CreateDefaultAttribute Method 82 XmlDocument.CreateDocumentFragment Method 82 XmlDocument.CreateDocumentType Method 83 XmlDocument.CreateElement Method 83 XmlDocument.CreateEntityReference Method 85 XmlDocument.CreateNavigator Method 86 XmlDocument.CreateNode Method 86 XmlDocument.CreateProcessingInstruction Method 89 XmlDocument.CreateSignificantWhitespace Method 89 XmlDocument.CreateTextNode Method 90 XmlDocument.CreateWhitespace Method 90 XmlDocument.CreateXmlDeclaration Method 90 XmlDocument.GetElementById Method 91 XmlDocument.GetElementsByTagName Method 91 XmlDocument.ImportNode Method 92 XmlDocument.Load Method 94 XmlDocument.LoadXml Method 96 XmlDocument.ReadNode Method 96 XmlDocument.Save Method 97 XmlDocument.WriteContentTo Method 99 XmlDocument.WriteTo Method 99 Events 100 XmlDocument.NodeChanged Event 100 XmlDocument.NodeChanging Event 100 XmlDocument.NodeInserted Event 101 XmlDocument.NodeInserting Event 101 XmlDocument.NodeRemoved Event 101 XmlDocument.NodeRemoving Event 102 XmlDocumentFragment Class 103 XmlDocumentFragment Constructor 103 Properties 103 XmlDocumentFragment.InnerXml Property 103 XmlDocumentFragment.LocalName Property 104 XmlDocumentFragment.Name Property 104 XmlDocumentFragment.NodeType Property 104 XmlDocumentFragment.OwnerDocument Property 104 XmlDocumentFragment.ParentNode Property 105 Methods 105 XmlDocumentFragment.CloneNode Method 105 XmlDocumentFragment.WriteContentTo Method 106 XmlDocumentFragment.WriteTo Method 106 XmlDocumentType Class 107 XmlDocumentType Constructor 107 Properties 107 XmlDocumentType.Entities Property 107 XmlDocumentType.InternalSubset Property 108 XmlDocumentType.IsReadOnly Property 109 XmlDocumentType.LocalName Property 109 XmlDocumentType.Name Property 110 XmlDocumentType.NodeType Property 110 XmlDocumentType.Notations Property 110 XmlDocumentType.PublicId Property 111 XmlDocumentType.SystemId Property 112 Methods 112 XmlDocumentType.CloneNode Method 112 XmlDocumentType.WriteContentTo Method 112 XmlDocumentType.WriteTo Method 112 XmlElement Class 114 XmlElement Constructor 114 Properties 114 XmlElement.Attributes Property 114 XmlElement.HasAttributes Property 115 XmlElement.InnerText Property 115 XmlElement.InnerXml Property 115 XmlElement.IsEmpty Property 116 XmlElement.LocalName Property 116 XmlElement.Name Property 116 XmlElement.NamespaceURI Property 116 XmlElement.NextSibling Property 117 XmlElement.NodeType Property 117 XmlElement.OwnerDocument Property 117 XmlElement.Prefix Property 117 Methods 118 XmlElement.CloneNode Method 118 XmlElement.GetAttribute Method 118 XmlElement.GetAttributeNode Method 119 XmlElement.GetElementsByTagName Method 120 XmlElement.HasAttribute Method 121 XmlElement.RemoveAll Method 122 XmlElement.RemoveAllAttributes Method 122 XmlElement.RemoveAttribute Method 122 XmlElement.RemoveAttributeAt Method 123 XmlElement.RemoveAttributeNode Method 124 XmlElement.SetAttribute Method 125 XmlElement.SetAttributeNode Method 126 XmlElement.WriteContentTo Method 127 XmlElement.WriteTo Method 127 XmlEntity Class 128 Properties 128 XmlEntity.BaseURI Property 128 XmlEntity.InnerText Property 128 XmlEntity.InnerXml Property 129 XmlEntity.IsReadOnly Property 129 XmlEntity.LocalName Property 129 XmlEntity.Name Property 129 XmlEntity.NodeType Property 131 XmlEntity.NotationName Property 131 XmlEntity.OuterXml Property 131 XmlEntity.PublicId Property 131 XmlEntity.SystemId Property 131 Methods 132 XmlEntity.CloneNode Method 132 XmlEntity.WriteContentTo Method 132 XmlEntity.WriteTo Method 132 XmlEntityReference Class 133 XmlEntityReference Constructor 133 Properties 133 XmlEntityReference.BaseURI Property 133 XmlEntityReference.IsReadOnly Property 134 XmlEntityReference.LocalName Property 134 XmlEntityReference.Name Property 134 XmlEntityReference.NodeType Property 134 XmlEntityReference.Value Property 135 Methods 135 XmlEntityReference.CloneNode Method 135 XmlEntityReference.WriteContentTo Method 135 XmlEntityReference.WriteTo Method 136 XmlException Class 137 XmlException Constructor 137 XmlException Constructor () 137 XmlException Constructor (String) 137 XmlException Constructor (SerializationInfo, StreamingContext) 138 XmlException Constructor (String, Exception) 138 XmlException Constructor (String, Exception, Int32, Int32) 138 Properties 139 XmlException.LineNumber Property 139 XmlException.LinePosition Property 139 XmlException.Message Property 139 Methods 139 XmlException.GetObjectData Method 139 XmlImplementation Class 141 XmlImplementation Constructor 141 Methods 141 XmlImplementation.CreateDocument Method 141 XmlImplementation.HasFeature Method 141 XmlLinkedNode Class 143 XmlLinkedNode.NextSibling Property 143 XmlLinkedNode.PreviousSibling Property 143 XmlNamedNodeMap Class 145 Properties 145 XmlNamedNodeMap.Count Property 145 Methods 145 XmlNamedNodeMap.GetEnumerator Method 145 XmlNamedNodeMap.GetNamedItem Method 146 XmlNamedNodeMap.Item Method 148 XmlNamedNodeMap.RemoveNamedItem Method 149 XmlNamedNodeMap.SetNamedItem Method 150 XmlNamespaceManager Class 152 XmlNamespaceManager Constructor 152 Properties 152 XmlNamespaceManager.DefaultNamespace Property 152 XmlNamespaceManager.NameTable Property 153 Methods 153 XmlNamespaceManager.AddNamespace Method 153 XmlNamespaceManager.GetEnumerator Method 154 XmlNamespaceManager.HasNamespace Method 155 XmlNamespaceManager.LookupNamespace Method 155 XmlNamespaceManager.LookupPrefix Method 156 XmlNamespaceManager.PopScope Method 157 XmlNamespaceManager.PushScope Method 157 XmlNamespaceManager.RemoveNamespace Method 158 XmlNameTable Class 160 XmlNameTable Constructor 160 Methods 160 XmlNameTable.Add Method 160 XmlNameTable.Get Method 161 XmlNode Class 163 Properties 163 XmlNode.Attributes Property 163 XmlNode.BaseURI Property 164 XmlNode.ChildNodes Property 164 XmlNode.FirstChild Property 165 XmlNode.HasChildNodes Property 165 XmlNode.InnerText Property 166 XmlNode.InnerXml Property 167 XmlNode.IsReadOnly Property 168 XmlNode.Item Property 168 XmlNode.Item Property (String) 168 XmlNode.Item Property (String, String) 169 XmlNode.LastChild Property 170 XmlNode.LocalName Property 170 XmlNode.Name Property 170 XmlNode.NamespaceURI Property 171 XmlNode.NextSibling Property 171 XmlNode.NodeType Property 172 XmlNode.OuterXml Property 172 XmlNode.OwnerDocument Property 172 XmlNode.ParentNode Property 173 XmlNode.Prefix Property 173 XmlNode.PreviousSibling Property 174 XmlNode.Value Property 174 Methods 175 XmlNode.AppendChild Method 175 XmlNode.Clone Method 175 XmlNode.CloneNode Method 176 XmlNode.CreateNavigator Method 178 XmlNode.GetEnumerator Method 178 XmlNode.GetNamespaceOfPrefix Method 179 XmlNode.GetPrefixOfNamespace Method 180 XmlNode.ICloneable.Clone Method 181 XmlNode.IEnumerable.GetEnumerator Method 181 XmlNode.InsertAfter Method 181 XmlNode.InsertBefore Method 182 XmlNode.Normalize Method 183 XmlNode.PrependChild Method 183 XmlNode.RemoveAll Method 184 XmlNode.RemoveChild Method 185 XmlNode.ReplaceChild Method 185 XmlNode.SelectNodes Method 186 XmlNode.SelectSingleNode Method 190 XmlNode.Supports Method 194 XmlNode.WriteContentTo Method 194 XmlNode.WriteTo Method 195 XmlNodeChangedAction Enumeration 196 XmlNodeChangedEventArgs Class 197 Properties 197 XmlNodeChangedEventArgs.Action Property 197 XmlNodeChangedEventArgs.NewParent Property 197 XmlNodeChangedEventArgs.Node Property 197 XmlNodeChangedEventArgs.OldParent Property 198 XmlNodeChangedEventHandler Delegate 199 XmlNodeList Class 201 XmlNodeList Constructor 201 Properties 201 XmlNodeList.Count Property 201 XmlNodeList.ItemOf Property 202 Methods 203 XmlNodeList.GetEnumerator Method 203 XmlNodeList.Item Method 203 XmlNodeOrder Enumeration 205 XmlNodeReader Class 206 XmlNodeReader Constructor 206 Properties 206 XmlNodeReader.AttributeCount Property 206 XmlNodeReader.BaseURI Property 207 XmlNodeReader.CanResolveEntity Property 208 XmlNodeReader.Depth Property 208 XmlNodeReader.EOF Property 208 XmlNodeReader.HasAttributes Property 208 XmlNodeReader.HasValue Property 209 XmlNodeReader.IsDefault Property 210 XmlNodeReader.IsEmptyElement Property 210 XmlNodeReader.Item Property 211 XmlNodeReader.Item Property (Int32) 212 XmlNodeReader.Item Property (String) 213 XmlNodeReader.Item Property (String, String) 213 XmlNodeReader.LocalName Property 213 XmlNodeReader.Name Property 214 XmlNodeReader.NamespaceURI Property 214 XmlNodeReader.NameTable Property 214 XmlNodeReader.NodeType Property 215 XmlNodeReader.Prefix Property 215 XmlNodeReader.QuoteChar Property 215 XmlNodeReader.ReadState Property 215 XmlNodeReader.Value Property 215 XmlNodeReader.XmlLang Property 216 XmlNodeReader.XmlSpace Property 216 Methods 216 XmlNodeReader.Close Method 216 XmlNodeReader.GetAttribute Method 216 XmlNodeReader.LookupNamespace Method 218 XmlNodeReader.MoveToAttribute Method 218 XmlNodeReader.MoveToElement Method 220 XmlNodeReader.MoveToFirstAttribute Method 220 XmlNodeReader.MoveToNextAttribute Method 220 XmlNodeReader.Read Method 220 XmlNodeReader.ReadAttributeValue Method 221 XmlNodeReader.ReadString Method 221 XmlNodeReader.ResolveEntity Method 221 XmlNodeReader.Skip Method 222 XmlNodeType Enumeration 223 XmlNotation Class 225 Properties 225 XmlNotation.InnerXml Property 225 XmlNotation.IsReadOnly Property 225 XmlNotation.LocalName Property 225 XmlNotation.Name Property 225 XmlNotation.NodeType Property 227 XmlNotation.OuterXml Property 228 XmlNotation.PublicId Property 228 XmlNotation.SystemId Property 229 Methods 230 XmlNotation.CloneNode Method 230 XmlNotation.WriteContentTo Method 230 XmlNotation.WriteTo Method 231 XmlParserContext Class 232 XmlParserContext Constructor 232 XmlParserContext Constructor (XmlNameTable, XmlNamespaceManager, String, XmlSpace) 233 XmlParserContext Constructor (XmlNameTable, XmlNamespaceManager, String, XmlSpace, Encoding) 234 XmlParserContext Constructor (XmlNameTable, XmlNamespaceManager, String, String, String, String, String, String, XmlSpace) 234 XmlParserContext Constructor (XmlNameTable, XmlNamespaceManager, String, String, String, String, String, String, XmlSpace, Encoding) 235 Properties 236 XmlParserContext.BaseURI Property 236 XmlParserContext.DocTypeName Property 236 XmlParserContext.Encoding Property 236 XmlParserContext.InternalSubset Property 237 XmlParserContext.NamespaceManager Property 237 XmlParserContext.NameTable Property 237 XmlParserContext.PublicId Property 237 XmlParserContext.SystemId Property 238 XmlParserContext.XmlLang Property 238 XmlParserContext.XmlSpace Property 238 XmlProcessingInstruction Class 239 XmlProcessingInstruction Constructor 239 Properties 239 XmlProcessingInstruction.Data Property 239 XmlProcessingInstruction.InnerText Property 240 XmlProcessingInstruction.LocalName Property 240 XmlProcessingInstruction.Name Property 240 XmlProcessingInstruction.NodeType Property 240 XmlProcessingInstruction.Target Property 240 XmlProcessingInstruction.Value Property 241 Methods 241 XmlProcessingInstruction.CloneNode Method 241 XmlProcessingInstruction.WriteContentTo Method 242 XmlProcessingInstruction.WriteTo Method 242 XmlQualifiedName Class 243 XmlQualifiedName Constructor 243 XmlQualifiedName Constructor () 243 XmlQualifiedName Constructor (String) 243 XmlQualifiedName Constructor (String, String) 244 Fields 244 XmlQualifiedName.Empty Field 244 Properties 244 XmlQualifiedName.IsEmpty Property 244 XmlQualifiedName.Name Property 244 XmlQualifiedName.Namespace Property 245 Methods 245 XmlQualifiedName.Equals Method 245 XmlQualifiedName.GetHashCode Method 245 XmlQualifiedName.ToString Method 245 Operators 246 XmlQualifiedName Equality Operator 246 XmlQualifiedName Inequality Operator 246 XmlReader Class 248 XmlReader Constructor 248 Properties 248 XmlReader.AttributeCount Property 248 XmlReader.BaseURI Property 249 XmlReader.CanResolveEntity Property 249 XmlReader.Depth Property 249 XmlReader.EOF Property 249 XmlReader.HasAttributes Property 249 XmlReader.HasValue Property 250 XmlReader.IsDefault Property 250 XmlReader.IsEmptyElement Property 251 XmlReader.Item Property 251 XmlReader.Item Property (Int32) 251 XmlReader.Item Property (String) 252 XmlReader.Item Property (String, String) 252 XmlReader.LocalName Property 252 XmlReader.Name Property 253 XmlReader.NamespaceURI Property 253 XmlReader.NameTable Property 253 XmlReader.NodeType Property 254 XmlReader.Prefix Property 254 XmlReader.QuoteChar Property 254 XmlReader.ReadState Property 254 XmlReader.Value Property 254 XmlReader.XmlLang Property 255 XmlReader.XmlSpace Property 255 Methods 255 XmlReader.Close Method 255 XmlReader.GetAttribute Method 256 XmlReader.IsName Method 257 XmlReader.IsNameToken Method 257 XmlReader.IsStartElement Method 258 XmlReader.LookupNamespace Method 260 XmlReader.MoveToAttribute Method 260 XmlReader.MoveToContent Method 262 XmlReader.MoveToElement Method 262 XmlReader.MoveToFirstAttribute Method 262 XmlReader.MoveToNextAttribute Method 262 XmlReader.Read Method 263 XmlReader.ReadAttributeValue Method 263 XmlReader.ReadElementString Method 263 XmlReader.ReadEndElement Method 265 XmlReader.ReadInnerXml Method 265 XmlReader.ReadOuterXml Method 266 XmlReader.ReadStartElement Method 266 XmlReader.ReadString Method 268 XmlReader.ResolveEntity Method 268 XmlReader.Skip Method 269 XmlResolver Class 270 XmlResolver Constructor 270 Properties 270 XmlResolver.Credentials Property 270 Methods 271 XmlResolver.GetEntity Method 271 XmlResolver.ResolveUri Method 271 XmlSecureResolver Class 273 XmlSecureResolver Constructor 273 XmlSecureResolver Constructor (XmlResolver, Evidence) 274 XmlSecureResolver Constructor (XmlResolver, PermissionSet) 274 XmlSecureResolver Constructor (XmlResolver, String) 274 Properties 275 XmlSecureResolver.Credentials Property 275 Methods 275 XmlSecureResolver.CreateEvidenceForUrl Method 275 XmlSecureResolver.GetEntity Method 275 XmlSecureResolver.ResolveUri Method 276 XmlSignificantWhitespace Class 277 XmlSignificantWhitespace Constructor 277 Properties 277 XmlSignificantWhitespace.LocalName Property 277 XmlSignificantWhitespace.Name Property 277 XmlSignificantWhitespace.NodeType Property 278 XmlSignificantWhitespace.Value Property 279 Methods 279 XmlSignificantWhitespace.CloneNode Method 279 XmlSignificantWhitespace.WriteContentTo Method 280 XmlSignificantWhitespace.WriteTo Method 280 XmlSpace Enumeration 281 XmlText Class 282 XmlText Constructor 282 Properties 282 XmlText.LocalName Property 282 XmlText.Name Property 282 XmlText.NodeType Property 282 XmlText.Value Property 283 Methods 283 XmlText.CloneNode Method 283 XmlText.SplitText Method 283 XmlText.WriteContentTo Method 284 XmlText.WriteTo Method 284 XmlTextReader Class 285 XmlTextReader Constructor 285 XmlTextReader Constructor () 287 XmlTextReader Constructor (Stream) 288 XmlTextReader Constructor (String) 288 XmlTextReader Constructor (TextReader) 288 XmlTextReader Constructor (XmlNameTable) 289 XmlTextReader Constructor (Stream, XmlNameTable) 289 XmlTextReader Constructor (String, Stream) 289 XmlTextReader Constructor (String, TextReader) 290 XmlTextReader Constructor (String, XmlNameTable) 290 XmlTextReader Constructor (TextReader, XmlNameTable) 291 XmlTextReader Constructor (Stream, XmlNodeType, XmlParserContext) 291 XmlTextReader Constructor (String, Stream, XmlNameTable) 292 XmlTextReader Constructor (String, TextReader, XmlNameTable) 292 XmlTextReader Constructor (String, XmlNodeType, XmlParserContext) 293 Properties 293 XmlTextReader.AttributeCount Property 293 XmlTextReader.BaseURI Property 294 XmlTextReader.Depth Property 294 XmlTextReader.Encoding Property 294 XmlTextReader.EOF Property 294 XmlTextReader.HasValue Property 294 XmlTextReader.IsDefault Property 295 XmlTextReader.IsEmptyElement Property 295 XmlTextReader.Item Property 295 XmlTextReader.Item Property (String) 296 XmlTextReader.Item Property (Int32) 296 XmlTextReader.Item Property (String, String) 297 XmlTextReader.LineNumber Property 297 XmlTextReader.LinePosition Property 297 XmlTextReader.LocalName Property 298 XmlTextReader.Name Property 298 XmlTextReader.Namespaces Property 298 XmlTextReader.NamespaceURI Property 299 XmlTextReader.NameTable Property 299 XmlTextReader.NodeType Property 299 XmlTextReader.Normalization Property 299 XmlTextReader.Prefix Property 300 XmlTextReader.QuoteChar Property 300 XmlTextReader.ReadState Property 300 XmlTextReader.Value Property 300 XmlTextReader.WhitespaceHandling Property 301 XmlTextReader.XmlLang Property 301 XmlTextReader.XmlResolver Property 302 XmlTextReader.XmlSpace Property 302 Methods 302 XmlTextReader.Close Method 302 XmlTextReader.GetAttribute Method 302 XmlTextReader.GetRemainder Method 304 XmlTextReader.IXmlLineInfo.HasLineInfo Method 304 XmlTextReader.LookupNamespace Method 304 XmlTextReader.MoveToAttribute Method 305 XmlTextReader.MoveToElement Method 306 XmlTextReader.MoveToFirstAttribute Method 306 XmlTextReader.MoveToNextAttribute Method 307 XmlTextReader.Read Method 307 XmlTextReader.ReadAttributeValue Method 307 XmlTextReader.ReadBase64 Method 307 XmlTextReader.ReadBinHex Method 308 XmlTextReader.ReadChars Method 309 XmlTextReader.ResetState Method 310 XmlTextReader.ResolveEntity Method 310 XmlTextWriter Class 311 XmlTextWriter Constructor 312 XmlTextWriter Constructor (TextWriter) 312 XmlTextWriter Constructor (Stream, Encoding) 312 XmlTextWriter Constructor (String, Encoding) 312 Properties 313 XmlTextWriter.BaseStream Property 313 XmlTextWriter.Formatting Property 313 XmlTextWriter.Indentation Property 314 XmlTextWriter.IndentChar Property 315 XmlTextWriter.Namespaces Property 315 XmlTextWriter.QuoteChar Property 315 XmlTextWriter.WriteState Property 315XmlTextWriter.XmlLang Property 316 XmlTextWriter.XmlSpace Property 316 Methods 316 XmlTextWriter.Close Method 316 XmlTextWriter.Flush Method 316 XmlTextWriter.LookupPrefix Method 317 XmlTextWriter.WriteBase64 Method 317 XmlTextWriter.WriteBinHex Method 318 XmlTextWriter.WriteCData Method 318 XmlTextWriter.WriteCharEntity Method 318 XmlTextWriter.WriteChars Method 319 XmlTextWriter.WriteComment Method 320 XmlTextWriter.WriteDocType Method 320 XmlTextWriter.WriteEndAttribute Method 321 XmlTextWriter.WriteEndDocument Method 321 XmlTextWriter.WriteEndElement Method 321 XmlTextWriter.WriteEntityRef Method 321 XmlTextWriter.WriteFullEndElement Method 322 XmlTextWriter.WriteName Method 322 XmlTextWriter.WriteNmToken Method 322 XmlTextWriter.WriteProcessingInstruction Method 323 XmlTextWriter.WriteQualifiedName Method 323 XmlTextWriter.WriteRaw Method 324 XmlTextWriter.WriteStartAttribute Method 325 XmlTextWriter.WriteStartDocument Method 325 XmlTextWriter.WriteStartElement Method 327 XmlTextWriter.WriteString Method 327 XmlTextWriter.WriteSurrogateCharEntity Method 328 XmlTextWriter.WriteWhitespace Method 328 XmlTokenizedType Enumeration 330 XmlUrlResolver Class 331 XmlUrlResolver Constructor 331 Properties 331 XmlUrlResolver.Credentials Property 331 Methods 332 XmlUrlResolver.GetEntity Method 332 XmlValidatingReader Class 334 XmlValidatingReader Constructor 334 XmlValidatingReader Constructor (XmlReader) 335 XmlValidatingReader Constructor (Stream, XmlNodeType, XmlParserContext) 336 XmlValidatingReader Constructor (String, XmlNodeType, XmlParserContext) 336 Properties 337 XmlValidatingReader.AttributeCount Property 337 XmlValidatingReader.BaseURI Property 337 XmlValidatingReader.CanResolveEntity Property 338 XmlValidatingReader.Depth Property 338 XmlValidatingReader.Encoding Property 338 XmlValidatingReader.EntityHandling Property 338 XmlValidatingReader.EOF Property 339 XmlValidatingReader.HasValue Property 339 XmlValidatingReader.IsDefault Property 339 XmlValidatingReader.IsEmptyElement Property 340 XmlValidatingReader.Item Property 340 XmlValidatingReader.Item Property (Int32) 340 XmlValidatingReader.Item Property (String) 341 XmlValidatingReader.Item Property (String, String) 341 XmlValidatingReader.LocalName Property 341 XmlValidatingReader.Name Property 342 XmlValidatingReader.Namespaces Property 342 XmlValidatingReader.NamespaceURI Property 342 XmlValidatingReader.NameTable Property 342 XmlValidatingReader.NodeType Property 343 XmlValidatingReader.Prefix Property 343 XmlValidatingReader.QuoteChar Property 343 XmlValidatingReader.Reader Property 343 XmlValidatingReader.ReadState Property 344 XmlValidatingReader.Schemas Property 344 XmlValidatingReader.SchemaType Property 344 XmlValidatingReader.ValidationType Property 345 XmlValidatingReader.Value Property 345 XmlValidatingReader.XmlLang Property 345 XmlValidatingReader.XmlResolver Property 346 XmlValidatingReader.XmlSpace Property 346 Methods 346 XmlValidatingReader.Close Method 346 XmlValidatingReader.GetAttribute Method 346 XmlValidatingReader.IXmlLineInfo.HasLineInfo Method 348 XmlValidatingReader.LookupNamespace Method 348 XmlValidatingReader.MoveToAttribute Method 348 XmlValidatingReader.MoveToElement Method 350 XmlValidatingReader.MoveToFirstAttribute Method 350 XmlValidatingReader.MoveToNextAttribute Method 350 XmlValidatingReader.Read Method 350 XmlValidatingReader.ReadAttributeValue Method 351 XmlValidatingReader.ReadString Method 351 XmlValidatingReader.ReadTypedValue Method 351 XmlValidatingReader.ResolveEntity Method 352 Events 353 XmlValidatingReader.ValidationEventHandler Event 353 XmlWhitespace Class 355 XmlWhitespace Constructor 355 Properties 355 XmlWhitespace.LocalName Property 355 XmlWhitespace.Name Property 355 XmlWhitespace.NodeType Property 355 XmlWhitespace.Value Property 357 Methods 357 XmlWhitespace.CloneNode Method 357 XmlWhitespace.WriteContentTo Method 358 XmlWhitespace.WriteTo Method 358 XmlWriter Class 359 XmlWriter Constructor 360 Properties 360 XmlWriter.WriteState Property 360 XmlWriter.XmlLang Property 360 XmlWriter.XmlSpace Property 360 Methods 360 XmlWriter.Close Method 360 XmlWriter.Flush Method 361 XmlWriter.LookupPrefix Method 361 XmlWriter.WriteAttributes Method 361 XmlWriter.WriteAttributeString Method 362 XmlWriter.WriteBase64 Method 365 XmlWriter.WriteBinHex Method 366 XmlWriter.WriteCData Method 366 XmlWriter.WriteCharEntity Method 367 XmlWriter.WriteChars Method 367 XmlWriter.WriteComment Method 368 XmlWriter.WriteDocType Method 368 XmlWriter.WriteElementString Method 369 XmlWriter.WriteEndAttribute Method 370 XmlWriter.WriteEndDocument Method 370 XmlWriter.WriteEndElement Method 370 XmlWriter.WriteEntityRef Method 371 XmlWriter.WriteFullEndElement Method 371 XmlWriter.WriteName Method 371 XmlWriter.WriteNmToken Method 372 XmlWriter.WriteNode Method 372 XmlWriter.WriteProcessingInstruction Method 373 XmlWriter.WriteQualifiedName Method 373 XmlWriter.WriteRaw Method 374 XmlWriter.WriteStartAttribute Method 375 XmlWriter.WriteStartDocument Method 376 XmlWriter.WriteStartElement Method 377 XmlWriter.WriteString Method 378 XmlWriter.WriteSurrogateCharEntity Method 379 XmlWriter.WriteWhitespace Method 379 System.Xml.Schema Namespace 381 ValidationEventArgs Class 381 Properties 381 ValidationEventArgs.Exception Property 381 ValidationEventArgs.Message Property 381 ValidationEventArgs.Severity Property 381 ValidationEventHandler Delegate 382 XmlSchema Class 383 XmlSchema Constructor 384 Fields 384 XmlSchema.InstanceNamespace Field 384 XmlSchema.Namespace Field 384 Properties 385 XmlSchema.AttributeFormDefault Property 385 XmlSchema.AttributeGroups Property 385 XmlSchema.Attributes Property 385 XmlSchema.BlockDefault Property 385 XmlSchema.ElementFormDefault Property 386 XmlSchema.Elements Property 386 XmlSchema.FinalDefault Property 386 XmlSchema.Groups Property 387 XmlSchema.Id Property 387 XmlSchema.Includes Property 387 XmlSchema.IsCompiled Property 387 XmlSchema.Items Property 387 XmlSchema.Notations Property 388 XmlSchema.SchemaTypes Property 388 XmlSchema.TargetNamespace Property 388 XmlSchema.UnhandledAttributes Property 388 XmlSchema.Version Property 389 Methods 389 XmlSchema.Compile Method 389 XmlSchema.Read Method 390 XmlSchema.Write Method 391 XmlSchemaAll Class 394 XmlSchemaAll Constructor 395 Properties 395 XmlSchemaAll.Items Property 395 XmlSchemaAnnotated Class 396 XmlSchemaAnnotated Constructor 396 Properties 396 XmlSchemaAnnotated.Annotation Property 396 XmlSchemaAnnotated.Id Property 396 XmlSchemaAnnotated.UnhandledAttributes Property 397 XmlSchemaAnnotation Class 398 XmlSchemaAnnotation Constructor 399 Properties 400 XmlSchemaAnnotation.Id Property 400 XmlSchemaAnnotation.Items Property 400 XmlSchemaAnnotation.UnhandledAttributes Property 400 XmlSchemaAny Class 401 XmlSchemaAny Constructor 402 Properties 402 XmlSchemaAny.Namespace Property 402 XmlSchemaAny.ProcessContents Property 402 XmlSchemaAnyAttribute Class 403 XmlSchemaAnyAttribute Constructor 404 Properties 404 XmlSchemaAnyAttribute.Namespace Property 404 XmlSchemaAnyAttribute.ProcessContents Property 404 XmlSchemaAppInfo Class 405 XmlSchemaAppInfo Constructor 406 XmlSchemaAppInfo.Markup Property 406 XmlSchemaAppInfo.Source Property 406 XmlSchemaAttribute Class 407 XmlSchemaAttribute Constructor 408 Properties 408 XmlSchemaAttribute.AttributeType Property 408 XmlSchemaAttribute.DefaultValue Property 408 XmlSchemaAttribute.FixedValue Property 408 XmlSchemaAttribute.Form Property 409 XmlSchemaAttribute.Name Property 409 XmlSchemaAttribute.QualifiedName Property 409 XmlSchemaAttribute.RefName Property 409 XmlSchemaAttribute.SchemaType Property 410 XmlSchemaAttribute.SchemaTypeName Property 410 XmlSchemaAttribute.Use Property 410 XmlSchemaAttributeGroup Class 411 XmlSchemaAttributeGroup Constructor 412 Properties 413 XmlSchemaAttributeGroup.AnyAttribute Property 413 XmlSchemaAttributeGroup.Attributes Property 413 XmlSchemaAttributeGroup.Name Property 413 XmlSchemaAttributeGroup.RedefinedAttributeGroup Property 413 XmlSchemaAttributeGroupRef Class 414 XmlSchemaAttributeGroupRef Constructor 414 Properties 414 XmlSchemaAttributeGroupRef.RefName Property 414 XmlSchemaChoice Class 415 XmlSchemaChoice Constructor 416 Properties 416 XmlSchemaChoice.Items Property 416 XmlSchemaCollection Class 417 XmlSchemaCollection Constructor 417 XmlSchemaCollection Constructor () 418 XmlSchemaCollection Constructor (XmlNameTable) 418 Properties 418 XmlSchemaCollection.Count Property 418 XmlSchemaCollection.Item Property 418 XmlSchemaCollection.NameTable Property 419 Methods 419 XmlSchemaCollection.Add Method 419 XmlSchemaCollection.Contains Method 425 XmlSchemaCollection.CopyTo Method 426 XmlSchemaCollection.GetEnumerator Method 427 XmlSchemaCollection.ICollection.CopyTo Method 427 XmlSchemaCollection.IEnumerable.GetEnumerator Method 427 Events 427 XmlSchemaCollection.ValidationEventHandler Event 427 XmlSchemaCollectionEnumerator Class 429 Properties 429 XmlSchemaCollectionEnumerator.Current Property 429 Methods 429 XmlSchemaCollectionEnumerator.IEnumerator.MoveNext Method 429 XmlSchemaCollectionEnumerator.IEnumerator.Reset Method 429 XmlSchemaCollectionEnumerator.MoveNext Method 430 XmlSchemaComplexContent Class 431 XmlSchemaComplexContent Constructor 432 XmlSchemaComplexContent.Content Property 432 XmlSchemaComplexContent.IsMixed Property 433 XmlSchemaComplexContentExtension Class 434 XmlSchemaComplexContentExtension Constructor 434 Properties 434 XmlSchemaComplexContentExtension.AnyAttribute Property 434 XmlSchemaComplexContentExtension.Attributes Property 434 XmlSchemaComplexContentExtension.BaseTypeName Property 435 XmlSchemaComplexContentExtension.Particle Property 435 XmlSchemaComplexContentRestriction Class 436 XmlSchemaComplexContentRestriction Constructor 437 Properties 438 XmlSchemaComplexContentRestriction.AnyAttribute Property 438 XmlSchemaComplexContentRestriction.Attributes Property 438 XmlSchemaComplexContentRestriction.BaseTypeName Property 438 XmlSchemaComplexContentRestriction.Particle Property 438 XmlSchemaComplexType Class 439 XmlSchemaComplexType Constructor 440 Properties 440 XmlSchemaComplexType.AnyAttribute Property 440 XmlSchemaComplexType.Attributes Property 440 XmlSchemaComplexType.AttributeUses Property 441 XmlSchemaComplexType.AttributeWildcard Property 441 XmlSchemaComplexType.Block Property 441 XmlSchemaComplexType.BlockResolved Property 441 XmlSchemaComplexType.ContentModel Property 442 XmlSchemaComplexType.ContentType Property 442 XmlSchemaComplexType.ContentTypeParticle Property 442 XmlSchemaComplexType.IsAbstract Property 443 XmlSchemaComplexType.IsMixed Property 443 XmlSchemaComplexType.Particle Property 443 XmlSchemaContent Class 444 XmlSchemaContent Constructor 444 XmlSchemaContentModel Class 445 XmlSchemaContentModel Constructor 445 Properties 445 XmlSchemaContentModel.Content Property 445 XmlSchemaContentProcessing Enumeration 446 XmlSchemaContentType Enumeration 447 XmlSchemaDatatype Class 448 XmlSchemaDatatype Constructor 449 Properties 449 XmlSchemaDatatype.TokenizedType Property 449 XmlSchemaDatatype.ValueType Property 449 Methods 450 XmlSchemaDatatype.ParseValue Method 450 XmlSchemaDerivationMethod Enumeration 451 XmlSchemaDocumentation Class 452 XmlSchemaDocumentation Constructor 454 Properties 454 XmlSchemaDocumentation.Language Property 454 XmlSchemaDocumentation.Markup Property 455 XmlSchemaDocumentation.Source Property 455 XmlSchemaElement Class 456 XmlSchemaElement Constructor 458 Properties 458 XmlSchemaElement.Block Property 458 XmlSchemaElement.BlockResolved Property 458 XmlSchemaElement.Constraints Property 458 XmlSchemaElement.DefaultValue Property 459 XmlSchemaElement.ElementType Property 459 XmlSchemaElement.Final Property 459 XmlSchemaElement.FinalResolved Property 459 XmlSchemaElement.FixedValue Property 460 XmlSchemaElement.Form Property 460 XmlSchemaElement.IsAbstract Property 460 XmlSchemaElement.IsNillable Property 461 XmlSchemaElement.Name Property 461 XmlSchemaElement.QualifiedName Property 461 XmlSchemaElement.RefName Property 461 XmlSchemaElement.SchemaType Property 462 XmlSchemaElement.SchemaTypeName Property 462 XmlSchemaElement.SubstitutionGroup Property 462 XmlSchemaEnumerationFacet Class 463 XmlSchemaEnumerationFacet Constructor 464 XmlSchemaException Class 465 XmlSchemaException Constructor 465 XmlSchemaException Constructor () 466 XmlSchemaException Constructor (String) 466 XmlSchemaException Constructor (SerializationInfo, StreamingContext) 466 XmlSchemaException Constructor (String, Exception) 466 Properties 467 XmlSchemaException.LineNumber Property467 XmlSchemaException.LinePosition Property 467 XmlSchemaException.Message Property 467 XmlSchemaException.SourceSchemaObject Property 467 XmlSchemaException.SourceUri Property 468 Methods 468 XmlSchemaException.GetObjectData Method 468 XmlSchemaExternal Class 469 XmlSchemaExternal Constructor 469 Properties 469 XmlSchemaExternal.Id Property 469 XmlSchemaExternal.Schema Property 469 XmlSchemaExternal.SchemaLocation Property 469 XmlSchemaExternal.UnhandledAttributes Property 470 XmlSchemaFacet Class 471 XmlSchemaFacet Constructor 471 Properties 471 XmlSchemaFacet.IsFixed Property 471 XmlSchemaFacet.Value Property 471 XmlSchemaForm Enumeration 472 XmlSchemaFractionDigitsFacet Class 473 XmlSchemaFractionDigitsFacet Constructor 474 XmlSchemaGroup Class 475 XmlSchemaGroup Constructor 476 Properties 477 XmlSchemaGroup.Name Property 477 XmlSchemaGroup.Particle Property 477 XmlSchemaGroupBase Class 478 XmlSchemaGroupBase Constructor 478 Properties 478 XmlSchemaGroupBase.Items Property 478 XmlSchemaGroupRef Class 479 XmlSchemaGroupRef Constructor 479 Properties 479 XmlSchemaGroupRef.Particle Property 479 XmlSchemaGroupRef.RefName Property 479 XmlSchemaIdentityConstraint Class 480 XmlSchemaIdentityConstraint Constructor 480 Properties 480 XmlSchemaIdentityConstraint.Fields Property 480 XmlSchemaIdentityConstraint.Name Property 480 XmlSchemaIdentityConstraint.QualifiedName Property 481 XmlSchemaIdentityConstraint.Selector Property 481 XmlSchemaImport Class 482 XmlSchemaImport Constructor 482 Properties 482 XmlSchemaImport.Annotation Property 482 XmlSchemaImport.Namespace Property 482 XmlSchemaInclude Class 483 XmlSchemaInclude Constructor 483 Properties 483 XmlSchemaInclude.Annotation Property 483 XmlSchemaKey Class 484 XmlSchemaKey Constructor 484 XmlSchemaKeyref Class 485 XmlSchemaKeyref Constructor 485 Properties 485 XmlSchemaKeyref.Refer Property 485 XmlSchemaLengthFacet Class 486 XmlSchemaLengthFacet Constructor 487 XmlSchemaMaxExclusiveFacet Class 488 XmlSchemaMaxExclusiveFacet Constructor 489 XmlSchemaMaxInclusiveFacet Class 490 XmlSchemaMaxInclusiveFacet Constructor 491 XmlSchemaMaxLengthFacet Class 492 XmlSchemaMaxLengthFacet Constructor 493 XmlSchemaMinExclusiveFacet Class 494 XmlSchemaMinExclusiveFacet Constructor 495 XmlSchemaMinInclusiveFacet Class 496 XmlSchemaMinInclusiveFacet Constructor 497 XmlSchemaMinLengthFacet Class 498 XmlSchemaMinLengthFacet Constructor 499 XmlSchemaNotation Class 500 XmlSchemaNotation Constructor 501 Properties 501 XmlSchemaNotation.Name Property 501 XmlSchemaNotation.Public Property 501 XmlSchemaNotation.System Property 501 XmlSchemaNumericFacet Class 502 XmlSchemaNumericFacet Constructor 502 XmlSchemaObject Class 503 XmlSchemaObject Constructor 504 Properties 504 XmlSchemaObject.LineNumber Property 504 XmlSchemaObject.LinePosition Property 504 XmlSchemaObject.Namespaces Property 505 XmlSchemaObject.SourceUri Property 505 XmlSchemaObjectCollection Class 507 XmlSchemaObjectCollection Constructor 507 XmlSchemaObjectCollection Constructor () 507 XmlSchemaObjectCollection Constructor (XmlSchemaObject) 507 Properties 507 XmlSchemaObjectCollection.Item Property 507 Methods 508 XmlSchemaObjectCollection.Add Method 508 XmlSchemaObjectCollection.Contains Method 508 XmlSchemaObjectCollection.CopyTo Method 509 XmlSchemaObjectCollection.GetEnumerator Method 509 XmlSchemaObjectCollection.IndexOf Method 509 XmlSchemaObjectCollection.Insert Method 509 XmlSchemaObjectCollection.OnClear Method 510 XmlSchemaObjectCollection.OnInsert Method 510 XmlSchemaObjectCollection.OnRemove Method 510 XmlSchemaObjectCollection.OnSet Method 511 XmlSchemaObjectCollection.Remove Method 511 XmlSchemaObjectEnumerator Class 512 Properties 512 XmlSchemaObjectEnumerator.Current Property 512 Methods 512 XmlSchemaObjectEnumerator.IEnumerator.MoveNext Method 512 XmlSchemaObjectEnumerator.IEnumerator.Reset Method 512 XmlSchemaObjectEnumerator.MoveNext Method 512 XmlSchemaObjectEnumerator.Reset Method 512 XmlSchemaObjectTable Class 513 Properties 513 XmlSchemaObjectTable.Count Property 513 XmlSchemaObjectTable.Item Property 513 XmlSchemaObjectTable.Names Property 513 XmlSchemaObjectTable.Values Property 514 Methods 514 XmlSchemaObjectTable.Contains Method 514 XmlSchemaObjectTable.GetEnumerator Method 514 XmlSchemaParticle Class 515 XmlSchemaParticle Constructor 515 Properties 515 XmlSchemaParticle.MaxOccurs Property 515 XmlSchemaParticle.MaxOccursString Property 515 XmlSchemaParticle.MinOccurs Property 516 XmlSchemaParticle.MinOccursString Property 516 XmlSchemaPatternFacet Class 517 XmlSchemaPatternFacet Constructor 518 XmlSchemaRedefine Class 519 XmlSchemaRedefine Constructor 519 Properties 519 XmlSchemaRedefine.AttributeGroups Property 519 XmlSchemaRedefine.Groups Property 519 XmlSchemaRedefine.Items Property 520 XmlSchemaRedefine.SchemaTypes Property 520 XmlSchemaSequence Class 521 XmlSchemaSequence Constructor 522 Properties 523 XmlSchemaSequence.Items Property 523 XmlSchemaSimpleContent Class 524 XmlSchemaSimpleContent Constructor 525 Properties 525 XmlSchemaSimpleContent.Content Property 525 XmlSchemaSimpleContentExtension Class 526 XmlSchemaSimpleContentExtension Constructor 526 Properties 526 XmlSchemaSimpleContentExtension.AnyAttribute Property 526 XmlSchemaSimpleContentExtension.Attributes Property 526 XmlSchemaSimpleContentExtension.BaseTypeName Property 527 XmlSchemaSimpleContentRestriction Class 528 XmlSchemaSimpleContentRestriction Constructor 528 Properties 528 XmlSchemaSimpleContentRestriction.AnyAttribute Property 528 XmlSchemaSimpleContentRestriction.Attributes Property 528 XmlSchemaSimpleContentRestriction.BaseType Property 528 XmlSchemaSimpleContentRestriction.BaseTypeName Property 529 XmlSchemaSimpleContentRestriction.Facets Property 529 XmlSchemaSimpleType Class 530 XmlSchemaSimpleType Constructor 531 Properties 532 XmlSchemaSimpleType.Content Property 532 XmlSchemaSimpleTypeContent Class 533 XmlSchemaSimpleTypeContent Constructor 533 XmlSchemaSimpleTypeList Class 534 XmlSchemaSimpleTypeList Constructor 534 Properties 534 XmlSchemaSimpleTypeList.ItemType Property 534 XmlSchemaSimpleTypeList.ItemTypeName Property 534 XmlSchemaSimpleTypeRestriction Class 535 XmlSchemaSimpleTypeRestriction Constructor 535 Properties 535 XmlSchemaSimpleTypeRestriction.BaseType Property 535 XmlSchemaSimpleTypeRestriction.BaseTypeName Property 535 XmlSchemaSimpleTypeRestriction.Facets Property 536 XmlSchemaSimpleTypeUnion Class 537 XmlSchemaSimpleTypeUnion Constructor 538 Properties 539 XmlSchemaSimpleTypeUnion.BaseTypes Property 539 XmlSchemaSimpleTypeUnion.MemberTypes Property 539 XmlSchemaTotalDigitsFacet Class 540 XmlSchemaTotalDigitsFacet Constructor 540 XmlSchemaType Class 541 XmlSchemaType Constructor 541 Properties 541 XmlSchemaType.BaseSchemaType Property 541 XmlSchemaType.Datatype Property 541 XmlSchemaType.DerivedBy Property 541 XmlSchemaType.Final Property 542 XmlSchemaType.FinalResolved Property 542 XmlSchemaType.IsMixed Property 543 XmlSchemaType.Name Property 543 XmlSchemaType.QualifiedName Property 543 XmlSchemaUnique Class 544 XmlSchemaUnique Constructor 546 XmlSchemaUse Enumeration 547 XmlSchemaWhiteSpaceFacet Class 548 XmlSchemaWhiteSpaceFacet Constructor 549 XmlSchemaXPath Class 550 XmlSchemaXPath Constructor 550 XmlSchemaXPath.XPath Property 550 XmlSeverityType Enumeration 551 System.Xml.Serialization Namespace 553 CodeIdentifier Class 553 CodeIdentifier Constructor 553 Methods 553 CodeIdentifier.MakeCamel Method 553 CodeIdentifier.MakePascal Method 553 CodeIdentifier.MakeValid Method 553 CodeIdentifiers Class 554 CodeIdentifiers Constructor 554 Properties 554 CodeIdentifiers.UseCamelCasing Property 554 Methods 554 CodeIdentifiers.Add Method 554 CodeIdentifiers.AddReserved Method 554 CodeIdentifiers.AddUnique Method 554 CodeIdentifiers.Clear Method 555 CodeIdentifiers.IsInUse Method 555 CodeIdentifiers.MakeRightCase Method 555 CodeIdentifiers.MakeUnique Method 555 CodeIdentifiers.Remove Method 555 CodeIdentifiers.RemoveReserved Method 555 CodeIdentifiers.ToArray Method 556 IXmlSerializable Interface 557 Methods 557 IXmlSerializable.GetSchema Method 557 IXmlSerializable.ReadXml Method 557 IXmlSerializable.WriteXml Method 557 SoapAttributeAttribute Class 558 SoapAttributeAttribute Constructor 560 SoapAttributeAttribute Constructor () 560 SoapAttributeAttribute Constructor (String) 561 Properties 561 SoapAttributeAttribute.AttributeName Property 561 SoapAttributeAttribute.DataType Property 561 SoapAttributeAttribute.Namespace Property 562 SoapAttributeOverrides Class 563 SoapAttributeOverrides Constructor 563 Properties 563 SoapAttributeOverrides.Item Property 563 SoapAttributeOverrides.Item Property (Type) 564 SoapAttributeOverrides.Item Property (Type, String) 564 Methods 565 SoapAttributeOverrides.Add Method 565 SoapAttributes Class 567 SoapAttributes Constructor 567 SoapAttributes Constructor () 567 SoapAttributes Constructor (ICustomAttributeProvider) 567 Properties 568 SoapAttributes.SoapAttribute Property 568 SoapAttributes.SoapDefaultValue Property 568 SoapAttributes.SoapElement Property 568 SoapAttributes.SoapEnum Property 568 SoapAttributes.SoapIgnore Property 569 SoapAttributes.SoapType Property 569 SoapCodeExporter Class 570 SoapCodeExporter Constructor 570 SoapCodeExporter Constructor (CodeNamespace) 570 SoapCodeExporter Constructor (CodeNamespace, CodeCompileUnit) 570 Properties 570 SoapCodeExporter.IncludeMetadata Property 570 Methods 570 SoapCodeExporter.AddMappingMetadata Method 570 SoapCodeExporter.ExportMembersMapping Method 571 SoapCodeExporter.ExportTypeMapping Method 571 SoapElementAttribute Class 572 SoapElementAttribute Constructor 572 SoapElementAttribute Constructor () 572 SoapElementAttribute Constructor (String) 572 Properties 573 SoapElementAttribute.DataType Property 573 SoapElementAttribute.ElementName Property 574 SoapElementAttribute.IsNullable Property 574 SoapEnumAttribute Class 575 SoapEnumAttribute Constructor 575 SoapEnumAttribute Constructor () 575 SoapEnumAttribute Constructor (String) 576 Properties 576 SoapEnumAttribute.Name Property 576 SoapIgnoreAttribute Class 577 SoapIgnoreAttribute Constructor 577 SoapIncludeAttribute Class 578 SoapIncludeAttribute Constructor 578 Properties 578 SoapIncludeAttribute.Type Property 578 SoapReflectionImporter Class 580 SoapReflectionImporter Constructor 580 SoapReflectionImporter Constructor () 580 SoapReflectionImporter Constructor (SoapAttributeOverrides) 580 SoapReflectionImporter Constructor (String) 580 SoapReflectionImporter Constructor (SoapAttributeOverrides, String) 581 Methods 581 SoapReflectionImporter.ImportMembersMapping Method 581 SoapReflectionImporter.ImportTypeMapping Method 582 SoapReflectionImporter.IncludeType Method 583 SoapReflectionImporter.IncludeTypes Method 583 SoapSchemaExporter Class 584 SoapSchemaExporter Constructor 584 Methods 584 SoapSchemaExporter.ExportMembersMapping Method 584 SoapSchemaExporter.ExportTypeMapping Method 585 SoapSchemaImporter Class 586 SoapSchemaImporter Constructor 586 SoapSchemaImporter Constructor (XmlSchemas) 586 SoapSchemaImporter Constructor (XmlSchemas, CodeIdentifiers) 586 Methods 586 SoapSchemaImporter.ImportDerivedTypeMapping Method 586 SoapSchemaImporter.ImportMembersMapping Method 587 SoapSchemaMember Class 589 SoapSchemaMember Constructor 589 Properties 589 SoapSchemaMember.MemberName Property 589 SoapSchemaMember.MemberType Property 589 SoapTypeAttribute Class 590 SoapTypeAttribute Constructor 590 SoapTypeAttribute Constructor () 590 SoapTypeAttribute Constructor (String) 591 SoapTypeAttribute Constructor (String, String) 591 Properties 592 S