An implementation of IParseContext that delegates most calls to
a ParentContext, but adds the capability to locally add
Lookup(Type) results and deserialization properties
Namespace: yWorks.yFiles.GraphML.ParserAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class ChildParseContext : IParseContext, ILookup |
| Visual Basic |
|---|
Public Class ChildParseContext _ Implements IParseContext, ILookup |
Remarks
Whenever it is necessary to locally modify some context properties, a new instance of this class should be created that wraps an existing one.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Parser..::..ChildParseContext
yWorks.yFiles.GraphML.Parser..::..ChildParseContext