|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface XMLAttributesProvider. This interface can be used to write XML attributes of core GraphML elements
| Method Summary | |
void |
printEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <edge> element |
void |
printGraphAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <graph> element |
void |
printGraphMLAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <graphml> element |
void |
printHyperEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <hyperedge> element |
void |
printNodeAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <node> element |
void |
printPortAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <port> element |
| Method Detail |
public void printNodeAttributes(GraphMLWriteContext context,
XmlWriter writer)
<node> element
context - the current write contextwriter - the writer instance that writes the output
public void printEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
<edge> element
context - the current write contextwriter - the writer instance that writes the output
public void printPortAttributes(GraphMLWriteContext context,
XmlWriter writer)
<port> element
context - the current write contextwriter - the writer instance that writes the output
public void printHyperEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
<hyperedge> element
context - the current write contextwriter - the writer instance that writes the output
public void printGraphAttributes(GraphMLWriteContext context,
XmlWriter writer)
<graph> element
context - the current write contextwriter - the writer instance that writes the output
public void printGraphMLAttributes(GraphMLWriteContext context,
XmlWriter writer)
<graphml> element
context - the current write contextwriter - the writer instance that writes the output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||