| Package | com.yworks.io.graphml.reader |
| Interface | public interface IInputHandlerProvider |
| Implementors | AutoMapperInputHandlerProvider |
IInputHandler instances for a specific key.
This can be used to handle GraphML attributes without registering all input handlers in advance
See also
| Method | Defined By | ||
|---|---|---|---|
Get a list of IInputHandler instances that can process the given attribute. | IInputHandlerProvider | ||
| getHandlersForKey | () | method |
public function getHandlersForKey(context:GraphMLParseContext, keyDefinition:XML, scope:String):Iterable
Get a list of IInputHandler instances that can process the given attribute.
Parameters
context:GraphMLParseContext — The current parse context
| |
keyDefinition:XML — The XML element that containts the key definition
| |
scope:String — The scope of the attribute.
One of
|
Iterable — A list of IInputHandler instances that can process the given attribute.
|