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
- PageAsyncTask.cs
- GridViewPageEventArgs.cs
- Padding.cs
- PolyQuadraticBezierSegment.cs
- PropertyMap.cs
- httpserverutility.cs
- EventItfInfo.cs
- DBSqlParser.cs
- ConfigXmlAttribute.cs
- ImageBrush.cs
- UnsafeNativeMethods.cs
- _NetworkingPerfCounters.cs
- AttachmentCollection.cs
- ColumnPropertiesGroup.cs
- PersonalizableAttribute.cs
- BamlVersionHeader.cs
- TypeGeneratedEventArgs.cs
- SplitterEvent.cs
- BrowserCapabilitiesCompiler.cs
- TableDetailsRow.cs
- ConditionalWeakTable.cs
- QueryStringParameter.cs
- TokenFactoryFactory.cs
- Task.cs
- FormViewDeleteEventArgs.cs
- RegexCompiler.cs
- ImageMetadata.cs
- SoapAttributeOverrides.cs
- KeyInterop.cs
- XPathPatternParser.cs
- TagNameToTypeMapper.cs
- BamlWriter.cs
- VirtualDirectoryMappingCollection.cs
- DataSourceControl.cs
- ShapingWorkspace.cs
- ThrowHelper.cs
- ServiceDescriptionReflector.cs
- StateChangeEvent.cs
- UnSafeCharBuffer.cs
- FileLevelControlBuilderAttribute.cs
- ValueUnavailableException.cs
- BoundsDrawingContextWalker.cs
- SettingsProviderCollection.cs
- DefaultMemberAttribute.cs
- SqlConnectionStringBuilder.cs
- TransformerTypeCollection.cs
- EditorPartChrome.cs
- ConnectionStringsSection.cs
- SoapExtensionTypeElement.cs
- EntityDataSourceContainerNameConverter.cs
- ResourceProviderFactory.cs
- BinaryUtilClasses.cs
- Viewport3DAutomationPeer.cs
- SafeEventLogReadHandle.cs
- TypeResolver.cs
- TimeSpanConverter.cs
- RuleInfoComparer.cs
- MetadataPropertyvalue.cs
- DataContractFormatAttribute.cs
- Int32AnimationBase.cs
- Message.cs
- KeysConverter.cs
- DynamicPropertyHolder.cs
- ProfilePropertySettingsCollection.cs
- SqlParameterizer.cs
- ErrorActivity.cs
- IncrementalCompileAnalyzer.cs
- FixedSOMTableCell.cs
- AuthenticationModeHelper.cs
- CurrencyManager.cs
- SwitchCase.cs
- AuthenticationService.cs
- JavascriptCallbackResponseProperty.cs
- PrinterResolution.cs
- SoapReflectionImporter.cs
- ShapingWorkspace.cs
- DetailsViewUpdatedEventArgs.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- WebPartDisplayModeCollection.cs
- ClrProviderManifest.cs
- LayoutEvent.cs
- FlatButtonAppearance.cs
- Header.cs
- ApplicationBuildProvider.cs
- Triplet.cs
- ClientTargetCollection.cs
- Window.cs
- MSAANativeProvider.cs
- WebExceptionStatus.cs
- Storyboard.cs
- Debug.cs
- KoreanCalendar.cs
- RealProxy.cs
- PropertyConverter.cs
- PropertyTabAttribute.cs
- EntryWrittenEventArgs.cs
- WebPartTransformerCollection.cs
- SystemException.cs
- InstanceLockException.cs
- Scheduler.cs