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
- TextSpanModifier.cs
- ServiceTimeoutsBehavior.cs
- MetadataFile.cs
- GuidTagList.cs
- ACL.cs
- ContractUtils.cs
- AutomationPropertyChangedEventArgs.cs
- WpfSharedXamlSchemaContext.cs
- CompilerErrorCollection.cs
- GlyphRunDrawing.cs
- CheckPair.cs
- CharUnicodeInfo.cs
- ScrollableControl.cs
- TemplateBuilder.cs
- RemotingAttributes.cs
- UriSectionReader.cs
- ExtensionFile.cs
- TextServicesCompartmentContext.cs
- ConfigurationManagerInternalFactory.cs
- LocalizableAttribute.cs
- BufferBuilder.cs
- TextEditorSelection.cs
- BroadcastEventHelper.cs
- AVElementHelper.cs
- StatusStrip.cs
- WorkerRequest.cs
- LocatorGroup.cs
- TextUtf8RawTextWriter.cs
- PriorityBindingExpression.cs
- RemotingConfigParser.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- RenderTargetBitmap.cs
- ExceptionUtility.cs
- KeyEventArgs.cs
- StorageBasedPackageProperties.cs
- adornercollection.cs
- RegexBoyerMoore.cs
- EditorZoneBase.cs
- ToolStripContentPanelRenderEventArgs.cs
- InsufficientMemoryException.cs
- DetailsViewUpdatedEventArgs.cs
- ListView.cs
- DbProviderSpecificTypePropertyAttribute.cs
- SocketElement.cs
- PKCS1MaskGenerationMethod.cs
- StringCollectionMarkupSerializer.cs
- OleDbMetaDataFactory.cs
- UserMapPath.cs
- WindowInteropHelper.cs
- UpdateEventArgs.cs
- DefaultProxySection.cs
- DbProviderServices.cs
- FlowDocumentReader.cs
- UniqueID.cs
- SqlConnection.cs
- CroppedBitmap.cs
- EntityDataSourceReferenceGroup.cs
- GestureRecognitionResult.cs
- SortedDictionary.cs
- MediaElementAutomationPeer.cs
- ZipIOExtraFieldZip64Element.cs
- RemoteWebConfigurationHostServer.cs
- TableStyle.cs
- CookieParameter.cs
- autovalidator.cs
- ApplicationServicesHostFactory.cs
- DebugController.cs
- ResourcePermissionBase.cs
- WindowProviderWrapper.cs
- UserMapPath.cs
- CapabilitiesAssignment.cs
- ViewStateException.cs
- PageVisual.cs
- GeometryValueSerializer.cs
- FileLoadException.cs
- GridViewSortEventArgs.cs
- CustomWebEventKey.cs
- SplitterEvent.cs
- PixelFormat.cs
- DependsOnAttribute.cs
- UncommonField.cs
- TransformedBitmap.cs
- TextTreePropertyUndoUnit.cs
- TableStyle.cs
- PersonalizationStateInfo.cs
- CanExecuteRoutedEventArgs.cs
- XhtmlBasicObjectListAdapter.cs
- XmlRawWriter.cs
- remotingproxy.cs
- XmlDictionaryReader.cs
- SoapSchemaImporter.cs
- XpsFixedPageReaderWriter.cs
- DictionaryBase.cs
- AddInDeploymentState.cs
- SmiMetaDataProperty.cs
- AssociationSetEnd.cs
- RectangleF.cs
- DataBoundControl.cs
- RenderOptions.cs
- TemplateContent.cs