Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / SchemaEntity.cs / 1 / SchemaEntity.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System; using System.Diagnostics; using System.Net; internal sealed class SchemaEntity { private XmlQualifiedName name; // Name of entity private String url; // Url for external entity (system id) private String pubid; // Pubid for external entity private String text; // Text for internal entity private XmlQualifiedName ndata = XmlQualifiedName.Empty; // NDATA identifier private int lineNumber; // line number private int linePosition; // character postion private bool isParameter; // parameter entity flag private bool isExternal; // external entity flag private bool isProcessed; // whether entity is being Processed. (infinite recurrsion check) private bool isDeclaredInExternal; // declared in external markup or not private string baseURI; private string declaredURI; internal SchemaEntity(XmlQualifiedName name, bool isParameter) { this.name = name; this.isParameter = isParameter; } internal static bool IsPredefinedEntity(String n) { return(n == "lt" || n == "gt" || n == "amp" || n == "apos" || n == "quot"); } internal XmlQualifiedName Name { get { return name;} } internal String Url { get { return url;} set { url = value; isExternal = true;} } internal String Pubid { get { return pubid;} set { pubid = value;} } internal bool IsProcessed { get { return isProcessed;} set { isProcessed = value;} } internal bool IsExternal { get { return isExternal;} set { isExternal = value;} } internal bool DeclaredInExternal { get { return isDeclaredInExternal;} set { isDeclaredInExternal = value;} } internal bool IsParEntity { get { return isParameter;} set { isParameter = value;} } internal XmlQualifiedName NData { get { return ndata;} set { ndata = value;} } internal String Text { get { return text;} set { text = value; isExternal = false;} } internal int Line { get { return lineNumber;} set { lineNumber = value;} } internal int Pos { get { return linePosition;} set { linePosition = value;} } internal String BaseURI { get { return (baseURI == null) ? String.Empty : baseURI; } set { baseURI = value; } } internal String DeclaredURI { get { return (declaredURI == null) ? String.Empty : declaredURI; } set { declaredURI = value; } } }; } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System; using System.Diagnostics; using System.Net; internal sealed class SchemaEntity { private XmlQualifiedName name; // Name of entity private String url; // Url for external entity (system id) private String pubid; // Pubid for external entity private String text; // Text for internal entity private XmlQualifiedName ndata = XmlQualifiedName.Empty; // NDATA identifier private int lineNumber; // line number private int linePosition; // character postion private bool isParameter; // parameter entity flag private bool isExternal; // external entity flag private bool isProcessed; // whether entity is being Processed. (infinite recurrsion check) private bool isDeclaredInExternal; // declared in external markup or not private string baseURI; private string declaredURI; internal SchemaEntity(XmlQualifiedName name, bool isParameter) { this.name = name; this.isParameter = isParameter; } internal static bool IsPredefinedEntity(String n) { return(n == "lt" || n == "gt" || n == "amp" || n == "apos" || n == "quot"); } internal XmlQualifiedName Name { get { return name;} } internal String Url { get { return url;} set { url = value; isExternal = true;} } internal String Pubid { get { return pubid;} set { pubid = value;} } internal bool IsProcessed { get { return isProcessed;} set { isProcessed = value;} } internal bool IsExternal { get { return isExternal;} set { isExternal = value;} } internal bool DeclaredInExternal { get { return isDeclaredInExternal;} set { isDeclaredInExternal = value;} } internal bool IsParEntity { get { return isParameter;} set { isParameter = value;} } internal XmlQualifiedName NData { get { return ndata;} set { ndata = value;} } internal String Text { get { return text;} set { text = value; isExternal = false;} } internal int Line { get { return lineNumber;} set { lineNumber = value;} } internal int Pos { get { return linePosition;} set { linePosition = value;} } internal String BaseURI { get { return (baseURI == null) ? String.Empty : baseURI; } set { baseURI = value; } } internal String DeclaredURI { get { return (declaredURI == null) ? String.Empty : declaredURI; } set { declaredURI = value; } } }; } // 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
- AuthorizationRuleCollection.cs
- OdbcUtils.cs
- TdsValueSetter.cs
- DeclaredTypeValidator.cs
- CollectionViewGroupRoot.cs
- SafeProcessHandle.cs
- QueueProcessor.cs
- newinstructionaction.cs
- HtmlMeta.cs
- DataGridViewTopRowAccessibleObject.cs
- SingleAnimationBase.cs
- SharedDp.cs
- PointAnimation.cs
- SourceItem.cs
- precedingquery.cs
- Subtree.cs
- HttpResponseHeader.cs
- XmlHierarchicalEnumerable.cs
- COM2Enum.cs
- CommandEventArgs.cs
- NotifyInputEventArgs.cs
- FormView.cs
- SqlAliasesReferenced.cs
- AuthenticationModuleElement.cs
- LambdaCompiler.Unary.cs
- XmlAttribute.cs
- RotateTransform3D.cs
- TdsParserSessionPool.cs
- DataGridColumnDropSeparator.cs
- MessageQuerySet.cs
- IsolatedStorageFile.cs
- ObjectDataSourceSelectingEventArgs.cs
- ChangePassword.cs
- ColorInterpolationModeValidation.cs
- PartialArray.cs
- OrderedDictionary.cs
- VirtualDirectoryMapping.cs
- ReaderOutput.cs
- AuthenticationModuleElement.cs
- LinkedResource.cs
- ConstrainedDataObject.cs
- safemediahandle.cs
- SchemaEntity.cs
- DocobjHost.cs
- SQLByte.cs
- XmlSequenceWriter.cs
- SerializationFieldInfo.cs
- ToolStripItemCollection.cs
- ScriptComponentDescriptor.cs
- ClientEventManager.cs
- MenuAdapter.cs
- ParseNumbers.cs
- StructuredTypeEmitter.cs
- DataGridViewHeaderCell.cs
- BlurBitmapEffect.cs
- NextPreviousPagerField.cs
- Types.cs
- StandardMenuStripVerb.cs
- AutomationFocusChangedEventArgs.cs
- NeutralResourcesLanguageAttribute.cs
- IOThreadTimer.cs
- FontEditor.cs
- TypeForwardedToAttribute.cs
- MatrixAnimationUsingPath.cs
- WorkflowInstance.cs
- EntryWrittenEventArgs.cs
- XmlConverter.cs
- ToolTipService.cs
- FixedNode.cs
- NestedContainer.cs
- LambdaValue.cs
- Int64.cs
- TextAdaptor.cs
- ReaderOutput.cs
- Polygon.cs
- ObjectConverter.cs
- UnmanagedMemoryStream.cs
- SmtpFailedRecipientException.cs
- WebFaultClientMessageInspector.cs
- SiteMembershipCondition.cs
- AutoFocusStyle.xaml.cs
- WorkflowMarkupSerializationManager.cs
- VarInfo.cs
- NameTable.cs
- arabicshape.cs
- TextFormatterHost.cs
- ResolvedKeyFrameEntry.cs
- X509InitiatorCertificateClientElement.cs
- ListViewDataItem.cs
- AppDomainUnloadedException.cs
- Attributes.cs
- ToolStripDropDownItem.cs
- PartitionerStatic.cs
- Vector3DKeyFrameCollection.cs
- LinqDataSource.cs
- HttpPostProtocolImporter.cs
- HttpCachePolicyElement.cs
- TextBox.cs
- UriExt.cs
- DataGridCellInfo.cs