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 / OutKeywords.cs / 1 / OutKeywords.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Diagnostics; using System.Xml; internal class OutKeywords { #if DEBUG XmlNameTable _NameTable; #endif internal OutKeywords(XmlNameTable nameTable) { Debug.Assert(nameTable != null); #if DEBUG _NameTable = nameTable; #endif _AtomEmpty = nameTable.Add(string.Empty); _AtomLang = nameTable.Add(Keywords.s_Lang); _AtomSpace = nameTable.Add(Keywords.s_Space); _AtomXmlns = nameTable.Add(Keywords.s_Xmlns); _AtomXml = nameTable.Add(Keywords.s_Xml); _AtomXmlNamespace = nameTable.Add(Keywords.s_XmlNamespace); _AtomXmlnsNamespace = nameTable.Add(Keywords.s_XmlnsNamespace); CheckKeyword(_AtomEmpty); CheckKeyword(_AtomLang); CheckKeyword(_AtomSpace); CheckKeyword(_AtomXmlns); CheckKeyword(_AtomXml); CheckKeyword(_AtomXmlNamespace); CheckKeyword(_AtomXmlnsNamespace); } private string _AtomEmpty; private string _AtomLang; private string _AtomSpace; private string _AtomXmlns; private string _AtomXml; private string _AtomXmlNamespace; private string _AtomXmlnsNamespace; internal string Empty { get { CheckKeyword(_AtomEmpty); return _AtomEmpty; } } internal string Lang { get { CheckKeyword(_AtomLang); return _AtomLang; } } internal string Space { get { CheckKeyword(_AtomSpace); return _AtomSpace; } } internal string Xmlns { get { CheckKeyword(_AtomXmlns); return _AtomXmlns; } } internal string Xml { get { CheckKeyword(_AtomXml); return _AtomXml; } } internal string XmlNamespace { get { CheckKeyword(_AtomXmlNamespace); return _AtomXmlNamespace; // http://www.w3.org/XML/1998/namespace } } internal string XmlnsNamespace { get { CheckKeyword(_AtomXmlnsNamespace); return _AtomXmlnsNamespace; // http://www.w3.org/XML/2000/xmlns } } [System.Diagnostics.Conditional("DEBUG")] private void CheckKeyword(string keyword) { #if DEBUG Debug.Assert(keyword != null); Debug.Assert((object) keyword == (object) _NameTable.Get(keyword)); #endif } } } // 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.Diagnostics; using System.Xml; internal class OutKeywords { #if DEBUG XmlNameTable _NameTable; #endif internal OutKeywords(XmlNameTable nameTable) { Debug.Assert(nameTable != null); #if DEBUG _NameTable = nameTable; #endif _AtomEmpty = nameTable.Add(string.Empty); _AtomLang = nameTable.Add(Keywords.s_Lang); _AtomSpace = nameTable.Add(Keywords.s_Space); _AtomXmlns = nameTable.Add(Keywords.s_Xmlns); _AtomXml = nameTable.Add(Keywords.s_Xml); _AtomXmlNamespace = nameTable.Add(Keywords.s_XmlNamespace); _AtomXmlnsNamespace = nameTable.Add(Keywords.s_XmlnsNamespace); CheckKeyword(_AtomEmpty); CheckKeyword(_AtomLang); CheckKeyword(_AtomSpace); CheckKeyword(_AtomXmlns); CheckKeyword(_AtomXml); CheckKeyword(_AtomXmlNamespace); CheckKeyword(_AtomXmlnsNamespace); } private string _AtomEmpty; private string _AtomLang; private string _AtomSpace; private string _AtomXmlns; private string _AtomXml; private string _AtomXmlNamespace; private string _AtomXmlnsNamespace; internal string Empty { get { CheckKeyword(_AtomEmpty); return _AtomEmpty; } } internal string Lang { get { CheckKeyword(_AtomLang); return _AtomLang; } } internal string Space { get { CheckKeyword(_AtomSpace); return _AtomSpace; } } internal string Xmlns { get { CheckKeyword(_AtomXmlns); return _AtomXmlns; } } internal string Xml { get { CheckKeyword(_AtomXml); return _AtomXml; } } internal string XmlNamespace { get { CheckKeyword(_AtomXmlNamespace); return _AtomXmlNamespace; // http://www.w3.org/XML/1998/namespace } } internal string XmlnsNamespace { get { CheckKeyword(_AtomXmlnsNamespace); return _AtomXmlnsNamespace; // http://www.w3.org/XML/2000/xmlns } } [System.Diagnostics.Conditional("DEBUG")] private void CheckKeyword(string keyword) { #if DEBUG Debug.Assert(keyword != null); Debug.Assert((object) keyword == (object) _NameTable.Get(keyword)); #endif } } } // 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
- EntitySqlQueryBuilder.cs
- DetailsViewInsertEventArgs.cs
- TemplateControl.cs
- PrintPageEvent.cs
- Button.cs
- DelegateHelpers.cs
- HttpListenerResponse.cs
- WindowsEditBox.cs
- TextEditorDragDrop.cs
- RecordManager.cs
- FloaterParaClient.cs
- InputLanguageEventArgs.cs
- LockingPersistenceProvider.cs
- EdmToObjectNamespaceMap.cs
- BStrWrapper.cs
- TextWriter.cs
- MetaModel.cs
- SQLRoleProvider.cs
- TextRangeSerialization.cs
- DeviceContexts.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- Journal.cs
- messageonlyhwndwrapper.cs
- PrePrepareMethodAttribute.cs
- LinqDataSourceValidationException.cs
- AutomationProperties.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- RegexFCD.cs
- Directory.cs
- XmlSchemaChoice.cs
- RuleElement.cs
- XmlHierarchicalDataSourceView.cs
- XDRSchema.cs
- AppSettingsExpressionBuilder.cs
- BamlWriter.cs
- TypeValidationEventArgs.cs
- Stream.cs
- MaxSessionCountExceededException.cs
- MDIClient.cs
- KeyTime.cs
- Mappings.cs
- ExpandCollapsePattern.cs
- TextBoxAutoCompleteSourceConverter.cs
- RegexBoyerMoore.cs
- AbstractDataSvcMapFileLoader.cs
- XmlSchemaNotation.cs
- NamespaceQuery.cs
- WebPartDescription.cs
- TextElement.cs
- RtfToXamlLexer.cs
- StrongNamePublicKeyBlob.cs
- ContextStaticAttribute.cs
- SortedList.cs
- TabControl.cs
- UnauthorizedAccessException.cs
- DataRowChangeEvent.cs
- HtmlGenericControl.cs
- XamlPointCollectionSerializer.cs
- TextEffectResolver.cs
- RequestQueryProcessor.cs
- PolyLineSegment.cs
- TreeNodeBinding.cs
- ValueProviderWrapper.cs
- EncoderNLS.cs
- ConstraintEnumerator.cs
- PriorityRange.cs
- FlowDocumentScrollViewer.cs
- errorpatternmatcher.cs
- BrowserCapabilitiesFactory.cs
- ToolStripItem.cs
- BooleanProjectedSlot.cs
- CompiledQuery.cs
- ControlPager.cs
- PhoneCallDesigner.cs
- UrlPropertyAttribute.cs
- PrimitiveCodeDomSerializer.cs
- HtmlEmptyTagControlBuilder.cs
- SimpleApplicationHost.cs
- ItemsPanelTemplate.cs
- EDesignUtil.cs
- GAC.cs
- SafeMILHandle.cs
- unitconverter.cs
- AssertFilter.cs
- QilExpression.cs
- ThrowHelper.cs
- AstTree.cs
- UidManager.cs
- NewArrayExpression.cs
- ObjectDataSourceChooseMethodsPanel.cs
- Triplet.cs
- XamlFigureLengthSerializer.cs
- UpdateTranslator.cs
- baseaxisquery.cs
- Image.cs
- ContentIterators.cs
- WebPartAuthorizationEventArgs.cs
- CommonDialog.cs
- TcpClientCredentialType.cs
- Base64Encoder.cs