|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the contract for classes that generate the actual content of data tags and also generate
the corresponding key tags
| Method Summary | |
void |
printDataAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write the XML attributes of a data tag |
void |
printDataOutput(GraphMLWriteContext context,
XmlWriter writer)
Write the element content of a data tag |
void |
printKeyAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write the XML attributes of the key tag for this graphml attribute |
void |
printKeyOutput(GraphMLWriteContext context,
XmlWriter writer)
Write the element content of the key tag for this graphml attribute |
| Method Detail |
public void printKeyAttributes(GraphMLWriteContext context,
XmlWriter writer)
key tag for this graphml attribute
context - the current write contextwriter - XMLWriter instance that writes the result
public void printKeyOutput(GraphMLWriteContext context,
XmlWriter writer)
key tag for this graphml attribute
context - the current write contextwriter - XMLWriter instance that writes the result
public void printDataAttributes(GraphMLWriteContext context,
XmlWriter writer)
data tag
context - the current write contextwriter - XMLWriter instance that writes the result
public void printDataOutput(GraphMLWriteContext context,
XmlWriter writer)
data tag
context - the current write contextwriter - XMLWriter instance that writes the result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||