Interface that defines the context of a GraphML parsing context.

Namespace: yWorks.yFiles.GraphML.Parser
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IParseContext : ILookup
Visual Basic
Public Interface IParseContext _
	Inherits ILookup

Remarks

All state data that is needed for the parsing of a concrete input should go here, allowing all handlers and deserializers to be implemented stateless

See Also