Click or drag to resize

GXLImport Methods

The GXLImport type exposes the following members.

Methods
 NameDescription
Public methodStatic memberImport(String, IBackend, IGraphModel, IActions) Imports the first graph not being of type "gxl-1.0" from a GXL file with the given filename. Any errors will be reported by exception.
Public methodStatic memberImport(String, String, IBackend, IActions) Imports the first graph not being of type "gxl-1.0" from a GXL file with the given filename. Any errors will be reported by exception.
Public methodStatic memberImport(TextReader, IBackend, IGraphModel, IActions) Imports the first graph not being of type "gxl-1.0" from the given text reader input stream. Any errors will be reported by exception.
Public methodStatic memberImport(TextReader, String, IBackend, IActions) Imports the first graph not being of type "gxl-1.0" from the given text reader input stream. Any errors will be reported by exception.
Top
See Also