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 / Xslt / QilStrConcatenator.cs / 1 / QilStrConcatenator.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System.Diagnostics; using System.Xml; using System.Xml.Schema; using System.Xml.Xsl.XPath; using System.Xml.Xsl.Qil; namespace System.Xml.Xsl.Xslt { internal class QilStrConcatenator { private XPathQilFactory f; private BufferBuilder builder; private QilList concat; private bool inUse = false; public QilStrConcatenator(XPathQilFactory f) { this.f = f; builder = new BufferBuilder(); } public void Reset() { Debug.Assert(! inUse); inUse = true; builder.Clear(); concat = null; } private void FlushBuilder() { if (concat == null) { concat = f.BaseFactory.Sequence(); } if (builder.Length != 0) { concat.Add(f.String(builder.ToString())); builder.Length = 0; } } public void Append(string value) { Debug.Assert(inUse, "Reset() wasn't called"); builder.Append(value); } public void Append(char value) { Debug.Assert(inUse, "Reset() wasn't called"); builder.Append(value); } public void Append(QilNode value) { Debug.Assert(inUse, "Reset() wasn't called"); if (value != null) { Debug.Assert(value.XmlType.TypeCode == XmlTypeCode.String); if (value.NodeType == QilNodeType.LiteralString) { builder.Append((string)(QilLiteral)value); } else { FlushBuilder(); concat.Add(value); } } } public QilNode ToQil() { Debug.Assert(inUse); // If we want allow multiple calls to ToQil() this logic should be changed inUse = false; if (concat == null) { return f.String(builder.ToString()); } else { FlushBuilder(); return f.StrConcat(concat); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System.Diagnostics; using System.Xml; using System.Xml.Schema; using System.Xml.Xsl.XPath; using System.Xml.Xsl.Qil; namespace System.Xml.Xsl.Xslt { internal class QilStrConcatenator { private XPathQilFactory f; private BufferBuilder builder; private QilList concat; private bool inUse = false; public QilStrConcatenator(XPathQilFactory f) { this.f = f; builder = new BufferBuilder(); } public void Reset() { Debug.Assert(! inUse); inUse = true; builder.Clear(); concat = null; } private void FlushBuilder() { if (concat == null) { concat = f.BaseFactory.Sequence(); } if (builder.Length != 0) { concat.Add(f.String(builder.ToString())); builder.Length = 0; } } public void Append(string value) { Debug.Assert(inUse, "Reset() wasn't called"); builder.Append(value); } public void Append(char value) { Debug.Assert(inUse, "Reset() wasn't called"); builder.Append(value); } public void Append(QilNode value) { Debug.Assert(inUse, "Reset() wasn't called"); if (value != null) { Debug.Assert(value.XmlType.TypeCode == XmlTypeCode.String); if (value.NodeType == QilNodeType.LiteralString) { builder.Append((string)(QilLiteral)value); } else { FlushBuilder(); concat.Add(value); } } } public QilNode ToQil() { Debug.Assert(inUse); // If we want allow multiple calls to ToQil() this logic should be changed inUse = false; if (concat == null) { return f.String(builder.ToString()); } else { FlushBuilder(); return f.StrConcat(concat); } } } } // 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
- WsdlInspector.cs
- Resources.Designer.cs
- ObjectDataSourceMethodEventArgs.cs
- AdCreatedEventArgs.cs
- AnonymousIdentificationSection.cs
- XmlRootAttribute.cs
- AudioDeviceOut.cs
- CurrentChangingEventArgs.cs
- HostSecurityManager.cs
- IndexerHelper.cs
- TemplateColumn.cs
- ExtendedPropertiesHandler.cs
- PixelFormats.cs
- ZoomingMessageFilter.cs
- safesecurityhelperavalon.cs
- SchemaCollectionCompiler.cs
- Column.cs
- XmlSchemaAppInfo.cs
- MaskDesignerDialog.cs
- HtmlMeta.cs
- ThrowHelper.cs
- IdentityValidationException.cs
- StoreItemCollection.cs
- LocationReferenceEnvironment.cs
- ObjectStateEntryDbDataRecord.cs
- CallbackValidatorAttribute.cs
- FormViewInsertedEventArgs.cs
- DecoderFallbackWithFailureFlag.cs
- HiddenFieldPageStatePersister.cs
- DataRowExtensions.cs
- DataRow.cs
- CompilationRelaxations.cs
- PersonalizationStateQuery.cs
- ToolStripTextBox.cs
- EventBuilder.cs
- oledbmetadatacollectionnames.cs
- ErasingStroke.cs
- DiscoveryClientChannelFactory.cs
- FileSystemInfo.cs
- WorkflowRuntimeBehavior.cs
- SystemGatewayIPAddressInformation.cs
- PropertyGridEditorPart.cs
- ToolBarOverflowPanel.cs
- XmlNodeChangedEventArgs.cs
- Command.cs
- ThicknessAnimationBase.cs
- Tile.cs
- HttpCachePolicyBase.cs
- StringTraceRecord.cs
- HttpResponseWrapper.cs
- AuthorizationContext.cs
- WebPartConnectionsDisconnectVerb.cs
- Logging.cs
- TakeOrSkipWhileQueryOperator.cs
- OrderingInfo.cs
- IndexedEnumerable.cs
- DataColumnMappingCollection.cs
- SchemaRegistration.cs
- CommentAction.cs
- CompileLiteralTextParser.cs
- SR.cs
- TriState.cs
- TcpDuplicateContext.cs
- PingReply.cs
- TriState.cs
- XmlSchemaComplexContentExtension.cs
- xml.cs
- HwndSource.cs
- IdnElement.cs
- WindowsListViewGroupSubsetLink.cs
- ArgumentException.cs
- ComboBox.cs
- Compilation.cs
- ModelItemCollection.cs
- SecurityProtocol.cs
- RenderData.cs
- OletxResourceManager.cs
- TemplateXamlParser.cs
- RepeatButtonAutomationPeer.cs
- ObjectConverter.cs
- AppSettingsExpressionBuilder.cs
- HttpWebRequestElement.cs
- FontCacheLogic.cs
- MediaElement.cs
- ObjectQueryExecutionPlan.cs
- NativeMethods.cs
- CustomLineCap.cs
- ContentWrapperAttribute.cs
- FaultBookmark.cs
- ItemType.cs
- DebugView.cs
- PrintEvent.cs
- WebServiceFault.cs
- TimeStampChecker.cs
- FontDialog.cs
- ScriptControl.cs
- StdValidatorsAndConverters.cs
- OleDbInfoMessageEvent.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- WebRequestModuleElement.cs