Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / schema / SchemaNotation.cs / 1 / SchemaNotation.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System;
using System.Diagnostics;
internal sealed class SchemaNotation {
internal const int SYSTEM = 0;
internal const int PUBLIC = 1;
private XmlQualifiedName name;
private String systemLiteral; // System literal
private String pubid; // pubid literal
internal SchemaNotation(XmlQualifiedName name) {
this.name = name;
}
internal XmlQualifiedName Name {
get { return name;}
}
internal String SystemLiteral {
get { return systemLiteral;}
set { systemLiteral = value;}
}
internal String Pubid {
get { return pubid;}
set { pubid = value;}
}
};
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WorkflowDesignerColors.cs
- TdsParserSessionPool.cs
- MonitoringDescriptionAttribute.cs
- LineServicesCallbacks.cs
- XPathDocumentIterator.cs
- ScriptResourceAttribute.cs
- CodeSnippetTypeMember.cs
- QuadraticBezierSegment.cs
- Set.cs
- MILUtilities.cs
- Options.cs
- ReferencedAssemblyResolver.cs
- SessionStateUtil.cs
- FormattedTextSymbols.cs
- MissingMethodException.cs
- ActiveDocumentEvent.cs
- Point3DCollectionValueSerializer.cs
- DateTimePicker.cs
- SqlInfoMessageEvent.cs
- EventRoute.cs
- ViewBox.cs
- EventDescriptor.cs
- DllNotFoundException.cs
- StateItem.cs
- WebBrowserDesigner.cs
- EntityTypeEmitter.cs
- TemplateParser.cs
- TemplateEditingFrame.cs
- ActivityCodeGenerator.cs
- control.ime.cs
- MSAAEventDispatcher.cs
- WriteLineDesigner.xaml.cs
- InputMethodStateTypeInfo.cs
- NullReferenceException.cs
- IFlowDocumentViewer.cs
- SizeConverter.cs
- CreateWorkflowOwnerCommand.cs
- DataGridViewSelectedCellCollection.cs
- SmiContext.cs
- HttpSysSettings.cs
- SQLBoolean.cs
- ShutDownListener.cs
- Track.cs
- CompositeDuplexBindingElementImporter.cs
- InfoCardMetadataExchangeClient.cs
- EventNotify.cs
- ApplicationServiceManager.cs
- ChtmlTextWriter.cs
- CodeAccessPermission.cs
- Int32Collection.cs
- EditorPartCollection.cs
- WebConfigurationManager.cs
- CookieHandler.cs
- HashHelper.cs
- SelectionService.cs
- WrappedIUnknown.cs
- DoubleAnimationClockResource.cs
- TextBox.cs
- DesignerWidgets.cs
- ComAdminInterfaces.cs
- MultipartContentParser.cs
- PageAsyncTaskManager.cs
- BufferModeSettings.cs
- Rect3DConverter.cs
- _BaseOverlappedAsyncResult.cs
- Utility.cs
- GenericsInstances.cs
- SchemaDeclBase.cs
- ResourcesBuildProvider.cs
- ServiceHttpHandlerFactory.cs
- FlowDocumentScrollViewer.cs
- ZoneLinkButton.cs
- Polyline.cs
- ReliabilityContractAttribute.cs
- ProviderException.cs
- ZoneIdentityPermission.cs
- SQLBinaryStorage.cs
- JsonClassDataContract.cs
- HealthMonitoringSectionHelper.cs
- DataReceivedEventArgs.cs
- HandleScope.cs
- SendKeys.cs
- ContextStaticAttribute.cs
- JapaneseCalendar.cs
- HtmlToClrEventProxy.cs
- MonthChangedEventArgs.cs
- ChooseAction.cs
- ExternalException.cs
- WeakEventManager.cs
- OleDbCommand.cs
- WebConfigurationHostFileChange.cs
- XmlSerializerNamespaces.cs
- AssertSection.cs
- NotificationContext.cs
- ExtenderProviderService.cs
- PseudoWebRequest.cs
- TextBreakpoint.cs
- ControlValuePropertyAttribute.cs
- XamlFxTrace.cs
- ImageButton.cs