The interface of the event trigger class that is used by the parseEvents property.
Inheritance Hierarchy
Remarks
This interface defines the available events that client code can register to during the parsing of GraphML.
See Also
Members
No filters for this type
Events
Occurs after a data element has been fully parsed.
Occurs after a data element has been fully parsed.
This event is triggered when a GraphML 'data' element has been handled.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when a data element is about to be parsed.
Occurs when a data element is about to be parsed.
This event is triggered when a GraphML 'data' element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when the document has been parsed.
Occurs when the document has been parsed.
This event is triggered when the document has been fully parsed.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when the document is about to be parsed.
Occurs when the document is about to be parsed.
This event is triggered when the document element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs after a edge element has been fully parsed.
Occurs after a edge element has been fully parsed.
This event is triggered when a GraphML 'edge' closing tag has been handled.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when an edge element is about to be parsed.
Occurs when an edge element is about to be parsed.
This event is triggered when a GraphML 'edge' element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs after the graphml element has been fully parsed.
Occurs after the graphml element has been fully parsed.
This event is triggered when a GraphML 'graphml' closing tag has been handled.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when the graphml element is about to be parsed.
Occurs when the graphml element is about to be parsed.
This event is triggered when a GraphML 'graphml' root-element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs after a graph element has been fully parsed.
Occurs after a graph element has been fully parsed.
This event is triggered when a GraphML 'graph' closing tag has been handled.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when a graph element is about to be parsed.
Occurs when a graph element is about to be parsed.
This event is triggered when a GraphML 'graph' element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs after a key element has been fully parsed.
Occurs after a key element has been fully parsed.
This event is triggered when a GraphML 'key' element has been handled.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when a key element is about to be parsed.
Occurs when a key element is about to be parsed.
This event is triggered when a GraphML 'key' element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs after a node element has been fully parsed.
Occurs after a node element has been fully parsed.
This event is triggered when a GraphML 'node' closing tag has been handled.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when a node element is about to be parsed.
Occurs when a node element is about to be parsed.
This event is triggered when a GraphML 'node' element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs after a port element has been fully parsed.
Occurs after a port element has been fully parsed.
This event is triggered when a GraphML 'port' closing tag has been handled.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.
Occurs when a port element is about to be parsed.
Occurs when a port element is about to be parsed.
This event is triggered when a GraphML 'port' element has been encountered.
Properties of
ParseEventArgs- context: IParseContext
- Gets the context that is being used for parsing.
- element: Element
- Gets the XML element that is currently parsed.