Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / NamespaceDecl.cs / 1 / NamespaceDecl.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Xml; internal class NamespaceDecl { private string prefix; private string nsUri; private string prevDefaultNsUri; private NamespaceDecl next; internal string Prefix { get { return this.prefix; } } internal string Uri { get { return this.nsUri; } } internal string PrevDefaultNsUri { get { return this.prevDefaultNsUri; } } internal NamespaceDecl Next { get { return this.next; } } internal NamespaceDecl(string prefix, string nsUri, string prevDefaultNsUri, NamespaceDecl next) { Init(prefix, nsUri, prevDefaultNsUri, next); } internal void Init(string prefix, string nsUri, string prevDefaultNsUri, NamespaceDecl next) { this.prefix = prefix; this.nsUri = nsUri; this.prevDefaultNsUri = prevDefaultNsUri; this.next = next; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Xml; internal class NamespaceDecl { private string prefix; private string nsUri; private string prevDefaultNsUri; private NamespaceDecl next; internal string Prefix { get { return this.prefix; } } internal string Uri { get { return this.nsUri; } } internal string PrevDefaultNsUri { get { return this.prevDefaultNsUri; } } internal NamespaceDecl Next { get { return this.next; } } internal NamespaceDecl(string prefix, string nsUri, string prevDefaultNsUri, NamespaceDecl next) { Init(prefix, nsUri, prevDefaultNsUri, next); } internal void Init(string prefix, string nsUri, string prevDefaultNsUri, NamespaceDecl next) { this.prefix = prefix; this.nsUri = nsUri; this.prevDefaultNsUri = prevDefaultNsUri; this.next = next; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Receive.cs
- TextSelection.cs
- XmlSchemaValidator.cs
- SchemaDeclBase.cs
- DependencySource.cs
- DivideByZeroException.cs
- DocumentOrderQuery.cs
- Button.cs
- EdmEntityTypeAttribute.cs
- ContentType.cs
- TabControl.cs
- StaticFileHandler.cs
- DemultiplexingClientMessageFormatter.cs
- InvalidDataException.cs
- DetailsViewUpdateEventArgs.cs
- ResourceContainerWrapper.cs
- PageCatalogPart.cs
- RNGCryptoServiceProvider.cs
- DispatchChannelSink.cs
- DataGrid.cs
- HttpResponseHeader.cs
- HttpConfigurationContext.cs
- OrderedDictionary.cs
- TextMetrics.cs
- DataColumn.cs
- ISCIIEncoding.cs
- CommandHelper.cs
- CustomAttributeSerializer.cs
- PeerObject.cs
- DataGridViewColumnCollectionDialog.cs
- VectorKeyFrameCollection.cs
- LayoutSettings.cs
- ToolStripMenuItemDesigner.cs
- SerializationInfo.cs
- PassportAuthenticationEventArgs.cs
- XmlSignatureManifest.cs
- LongAverageAggregationOperator.cs
- TextBoxDesigner.cs
- Vector3DAnimationBase.cs
- BindToObject.cs
- CodeValidator.cs
- OptimizerPatterns.cs
- ErrorHandler.cs
- DataMemberConverter.cs
- FrameDimension.cs
- VariableElement.cs
- XamlVector3DCollectionSerializer.cs
- Inflater.cs
- JoinGraph.cs
- LocalBuilder.cs
- DbCommandTree.cs
- NavigationFailedEventArgs.cs
- AttributeUsageAttribute.cs
- RepeaterItemCollection.cs
- VersionValidator.cs
- WindowsRichEdit.cs
- CultureInfoConverter.cs
- TransformedBitmap.cs
- Executor.cs
- RuntimeIdentifierPropertyAttribute.cs
- _KerberosClient.cs
- DataPagerFieldCommandEventArgs.cs
- QilName.cs
- ViewCellSlot.cs
- TableLayoutStyle.cs
- DropDownList.cs
- XmlEntityReference.cs
- HMAC.cs
- ICollection.cs
- EmbossBitmapEffect.cs
- ServiceCredentials.cs
- SmiEventSink_Default.cs
- TemplateComponentConnector.cs
- PackageRelationshipSelector.cs
- ServerIdentity.cs
- RegistrationContext.cs
- UnicodeEncoding.cs
- ScaleTransform3D.cs
- DataTableMapping.cs
- WebPartConnectionsCloseVerb.cs
- StringConcat.cs
- ChineseLunisolarCalendar.cs
- FontUnit.cs
- FormsAuthenticationUserCollection.cs
- ImageAnimator.cs
- Parser.cs
- ChannelSinkStacks.cs
- Page.cs
- StoreAnnotationsMap.cs
- SafeMILHandle.cs
- HttpConfigurationContext.cs
- QuaternionAnimationBase.cs
- SimpleMailWebEventProvider.cs
- ErrorWebPart.cs
- CssStyleCollection.cs
- ContractMapping.cs
- HeaderPanel.cs
- QuotedPrintableStream.cs
- SchemaImporterExtensionElementCollection.cs
- ThicknessConverter.cs