Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / OutKeywords.cs / 1305376 / 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("lang"); _AtomSpace = nameTable.Add("space"); _AtomXmlns = nameTable.Add("xmlns"); _AtomXml = nameTable.Add("xml"); _AtomXmlNamespace = nameTable.Add(XmlReservedNs.NsXml); _AtomXmlnsNamespace = nameTable.Add(XmlReservedNs.NsXmlNs); 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("lang"); _AtomSpace = nameTable.Add("space"); _AtomXmlns = nameTable.Add("xmlns"); _AtomXml = nameTable.Add("xml"); _AtomXmlNamespace = nameTable.Add(XmlReservedNs.NsXml); _AtomXmlnsNamespace = nameTable.Add(XmlReservedNs.NsXmlNs); 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
- WebProxyScriptElement.cs
- IteratorFilter.cs
- SqlServer2KCompatibilityAnnotation.cs
- TextEffectCollection.cs
- Suspend.cs
- BasicExpandProvider.cs
- _CacheStreams.cs
- TypeDescriptor.cs
- Equal.cs
- Pointer.cs
- keycontainerpermission.cs
- ExpandedWrapper.cs
- QilScopedVisitor.cs
- System.Data_BID.cs
- DataGrid.cs
- CompilerTypeWithParams.cs
- ListManagerBindingsCollection.cs
- WebConfigurationHost.cs
- IisTraceListener.cs
- Action.cs
- BaseTemplateBuildProvider.cs
- regiisutil.cs
- ByteConverter.cs
- XmlDataContract.cs
- TextTreeText.cs
- PersistenceTypeAttribute.cs
- SwitchExpression.cs
- VisualTreeHelper.cs
- ListView.cs
- Missing.cs
- SHA256.cs
- OleDbError.cs
- QualificationDataItem.cs
- XamlPoint3DCollectionSerializer.cs
- ISAPIApplicationHost.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- PaperSource.cs
- DocumentGridContextMenu.cs
- MemberExpression.cs
- KeyValuePair.cs
- BinaryNode.cs
- RepeatButton.cs
- HierarchicalDataTemplate.cs
- TableRowGroupCollection.cs
- ADMembershipProvider.cs
- QilName.cs
- GraphicsState.cs
- SemanticResultValue.cs
- NamespaceEmitter.cs
- TimeZone.cs
- CurrentChangingEventArgs.cs
- SessionEndedEventArgs.cs
- Grant.cs
- PageContentCollection.cs
- BaseConfigurationRecord.cs
- HttpModuleActionCollection.cs
- ToolZone.cs
- ListControlDataBindingHandler.cs
- CodeGenerator.cs
- DesignerRegionCollection.cs
- FindSimilarActivitiesVerb.cs
- HttpApplication.cs
- Vector3DAnimation.cs
- PipelineModuleStepContainer.cs
- SessionParameter.cs
- GeometryDrawing.cs
- AttributeTable.cs
- InternalsVisibleToAttribute.cs
- XmlILOptimizerVisitor.cs
- DrawingAttributes.cs
- StatusStrip.cs
- CalendarAutoFormatDialog.cs
- CharacterString.cs
- BindingCompleteEventArgs.cs
- OracleDataReader.cs
- DataGridColumnHeader.cs
- XmlSchemaObject.cs
- Flowchart.cs
- OrderablePartitioner.cs
- ColumnMapTranslator.cs
- BuilderElements.cs
- ListViewUpdateEventArgs.cs
- WindowsNonControl.cs
- AutoGeneratedField.cs
- HtmlControl.cs
- DataControlField.cs
- CleanUpVirtualizedItemEventArgs.cs
- DbUpdateCommandTree.cs
- GAC.cs
- SoapMessage.cs
- Matrix.cs
- DataServiceHost.cs
- ConvertersCollection.cs
- RegexCapture.cs
- AnnotationObservableCollection.cs
- WebConfigurationHost.cs
- httpserverutility.cs
- KeyedCollection.cs
- PropertyPath.cs
- PersonalizationDictionary.cs