|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for classes that provide deserialization of xml content in GraphML.
| Method Summary | |
boolean |
canHandle(GraphMLParseContext context,
Node xmlNode)
Return whether this deserializer can handle the given xml node |
Object |
deserialize(GraphMLParseContext context,
Node xmlNode)
Parse the provided xml node |
| Method Detail |
public Object deserialize(GraphMLParseContext context,
Node xmlNode)
context - The current parse contextxmlNode - The current xml node
public boolean canHandle(GraphMLParseContext context,
Node xmlNode)
context - The current parse contextxmlNode - The xml node to be parsed
true if this deserializer can handle the given xml node.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||