Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / NamespaceDecl.cs / 1305376 / 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
- TCEAdapterGenerator.cs
- FontInfo.cs
- PrintingPermissionAttribute.cs
- CoordinationService.cs
- PropertyIDSet.cs
- Window.cs
- CommonProperties.cs
- SecureUICommand.cs
- NativeMethodsOther.cs
- ClientFormsAuthenticationCredentials.cs
- OleDbErrorCollection.cs
- DefaultBindingPropertyAttribute.cs
- ComPlusAuthorization.cs
- IEnumerable.cs
- ProfileInfo.cs
- RadioButtonAutomationPeer.cs
- RightsManagementPermission.cs
- HoistedLocals.cs
- DataServiceHostFactory.cs
- DataContractSerializerFaultFormatter.cs
- ElasticEase.cs
- BadImageFormatException.cs
- ContextBase.cs
- SecondaryIndexList.cs
- SizeAnimationClockResource.cs
- XmlUrlEditor.cs
- WsdlInspector.cs
- DataBoundControlHelper.cs
- XmlSchemaAny.cs
- DynamicResourceExtensionConverter.cs
- DirectoryObjectSecurity.cs
- DifferencingCollection.cs
- TextEditorLists.cs
- versioninfo.cs
- DataTemplateSelector.cs
- StreamGeometryContext.cs
- PerformanceCountersElement.cs
- SignedPkcs7.cs
- AccessibleObject.cs
- BitHelper.cs
- HtmlEmptyTagControlBuilder.cs
- SizeLimitedCache.cs
- PrtCap_Base.cs
- ToolStripLabel.cs
- TransportSecurityProtocol.cs
- util.cs
- AssemblyInfo.cs
- TextRunCache.cs
- AccessDataSourceWizardForm.cs
- WSDualHttpBindingElement.cs
- StylusPointDescription.cs
- CompiledRegexRunner.cs
- GridProviderWrapper.cs
- HtmlInputHidden.cs
- TableRowGroupCollection.cs
- WmlFormAdapter.cs
- ChannelTraceRecord.cs
- RemotingConfigParser.cs
- FrameworkElementFactory.cs
- Transform3D.cs
- ILGenerator.cs
- XmlSchemaComplexType.cs
- HyperLinkField.cs
- MailDefinition.cs
- ContractUtils.cs
- DelayDesigner.cs
- TextFormatterImp.cs
- UpdatePanelTriggerCollection.cs
- Query.cs
- _ProxyChain.cs
- CharacterBuffer.cs
- TitleStyle.cs
- OleDbSchemaGuid.cs
- OneOfScalarConst.cs
- TypeBuilderInstantiation.cs
- TableLayout.cs
- CodeGroup.cs
- RowsCopiedEventArgs.cs
- XmlSchemaIdentityConstraint.cs
- HttpCachePolicy.cs
- _ConnectOverlappedAsyncResult.cs
- ListItemsCollectionEditor.cs
- GZipObjectSerializer.cs
- SafeFreeMibTable.cs
- WorkflowInstanceExtensionCollection.cs
- Mutex.cs
- QilDataSource.cs
- WinFormsSpinner.cs
- GrammarBuilderBase.cs
- Propagator.JoinPropagator.cs
- Exceptions.cs
- SearchForVirtualItemEventArgs.cs
- AttributeExtensions.cs
- Utils.cs
- WpfKnownMember.cs
- XmlEncodedRawTextWriter.cs
- XsdDataContractExporter.cs
- FixedSOMContainer.cs
- Item.cs
- ListItemConverter.cs