Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- RegexWorker.cs
- validationstate.cs
- Privilege.cs
- TableSectionStyle.cs
- SqlParameterCollection.cs
- ListBoxAutomationPeer.cs
- StringValidatorAttribute.cs
- InvalidContentTypeException.cs
- DocumentScope.cs
- InternalSafeNativeMethods.cs
- CultureInfo.cs
- DirtyTextRange.cs
- ChangesetResponse.cs
- HexParser.cs
- SoapSchemaMember.cs
- MultiPageTextView.cs
- DataRecord.cs
- SafeEventHandle.cs
- VoiceInfo.cs
- PolicyConversionContext.cs
- ToolStripDropDownClosedEventArgs.cs
- NoResizeHandleGlyph.cs
- QueryContext.cs
- NameValueSectionHandler.cs
- CodeDomConfigurationHandler.cs
- DbConnectionHelper.cs
- CategoryValueConverter.cs
- Style.cs
- AppDomain.cs
- XmlSchemaRedefine.cs
- Oci.cs
- activationcontext.cs
- HostingEnvironmentWrapper.cs
- EdmError.cs
- AlphabeticalEnumConverter.cs
- ResourceContainer.cs
- OledbConnectionStringbuilder.cs
- DbConnectionClosed.cs
- RemoteWebConfigurationHost.cs
- ValidationHelper.cs
- DataGridViewCellParsingEventArgs.cs
- DATA_BLOB.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- MemberMaps.cs
- ServiceCredentialsElement.cs
- ConnectivityStatus.cs
- Size3DConverter.cs
- FileSystemEventArgs.cs
- ControlHelper.cs
- Variant.cs
- Win32Native.cs
- ReferencedType.cs
- HostElement.cs
- Constraint.cs
- BindingContext.cs
- TextEndOfLine.cs
- TraceContextRecord.cs
- HttpHandlersSection.cs
- LockCookie.cs
- WindowsMenu.cs
- RtfControlWordInfo.cs
- ToolStripPanel.cs
- HtmlDocument.cs
- EntitySqlException.cs
- StreamHelper.cs
- SHA1.cs
- TextBox.cs
- DocumentAutomationPeer.cs
- _ProxyRegBlob.cs
- DataGridViewColumnEventArgs.cs
- XmlCodeExporter.cs
- EmptyEnumerator.cs
- PageParser.cs
- AppSettingsReader.cs
- ServiceBusyException.cs
- GeometryHitTestResult.cs
- DesignerAutoFormatStyle.cs
- DataRecordInternal.cs
- AtomContentProperty.cs
- WindowsAltTab.cs
- DoubleKeyFrameCollection.cs
- UserUseLicenseDictionaryLoader.cs
- SecurityTokenTypes.cs
- DataGrid.cs
- CompositionDesigner.cs
- XPathException.cs
- PersonalizationProviderHelper.cs
- DependencyPropertyDescriptor.cs
- ScrollBar.cs
- PropertyEmitterBase.cs
- NativeRightsManagementAPIsStructures.cs
- FigureHelper.cs
- KeyNotFoundException.cs
- CompilerInfo.cs
- MdiWindowListStrip.cs
- FormViewModeEventArgs.cs
- CaseInsensitiveOrdinalStringComparer.cs
- FixedFlowMap.cs
- Baml2006KeyRecord.cs
- WebPartMinimizeVerb.cs