Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ListItemCollection.cs
- X509Certificate.cs
- DispatcherFrame.cs
- ConfigurationSchemaErrors.cs
- X509UI.cs
- DependencyPropertyHelper.cs
- CodeLinePragma.cs
- MetadataCacheItem.cs
- DataGridViewCellParsingEventArgs.cs
- IteratorFilter.cs
- SpeakCompletedEventArgs.cs
- UnaryOperationBinder.cs
- NotFiniteNumberException.cs
- WindowsRegion.cs
- RenderData.cs
- DrawingAttributesDefaultValueFactory.cs
- BoundPropertyEntry.cs
- PropertyFilterAttribute.cs
- BookmarkNameHelper.cs
- CodeSubDirectory.cs
- ResourceKey.cs
- XmlElementCollection.cs
- FigureParaClient.cs
- TripleDESCryptoServiceProvider.cs
- streamingZipPartStream.cs
- ToolStripItemDataObject.cs
- DataRecordObjectView.cs
- SqlInternalConnectionTds.cs
- DataKeyArray.cs
- RawStylusInput.cs
- Formatter.cs
- AppDomainManager.cs
- BamlLocalizationDictionary.cs
- HttpChannelBindingToken.cs
- IgnorePropertiesAttribute.cs
- RenderData.cs
- PolyLineSegmentFigureLogic.cs
- ClientEndpointLoader.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- KeyEvent.cs
- RefType.cs
- Component.cs
- EntitySet.cs
- DesignerCapabilities.cs
- XPathExpr.cs
- BindingCollection.cs
- SpecialTypeDataContract.cs
- SimpleFieldTemplateUserControl.cs
- XmlArrayItemAttribute.cs
- DataListComponentEditor.cs
- ClaimTypeElementCollection.cs
- DataObjectAttribute.cs
- TokenBasedSetEnumerator.cs
- ByteStack.cs
- CodeObject.cs
- SyndicationSerializer.cs
- ComEventsInfo.cs
- SpellCheck.cs
- ComEventsHelper.cs
- EdmTypeAttribute.cs
- SecurityUtils.cs
- XmlEntity.cs
- CacheModeValueSerializer.cs
- RemotingService.cs
- DiagnosticEventProvider.cs
- FormsAuthenticationModule.cs
- CodeTypeParameter.cs
- CodeTypeMember.cs
- CodeCompiler.cs
- PtsHost.cs
- Utils.cs
- DynamicILGenerator.cs
- EncryptedXml.cs
- SliderAutomationPeer.cs
- TextTreePropertyUndoUnit.cs
- BoolExpression.cs
- UnsafePeerToPeerMethods.cs
- UidPropertyAttribute.cs
- Message.cs
- StagingAreaInputItem.cs
- NativeCppClassAttribute.cs
- XmlSchemaGroupRef.cs
- TextLine.cs
- PreApplicationStartMethodAttribute.cs
- StructuredTypeEmitter.cs
- NullReferenceException.cs
- MobileUITypeEditor.cs
- DataKey.cs
- WebPartEditorCancelVerb.cs
- Encoding.cs
- Timer.cs
- TemplateKey.cs
- HierarchicalDataBoundControl.cs
- DataGridCellClipboardEventArgs.cs
- WindowsMenu.cs
- ResXBuildProvider.cs
- ADRoleFactory.cs
- ProfilePropertySettingsCollection.cs
- SizeConverter.cs
- DetailsViewPageEventArgs.cs