V - value typepublic static interface GraphMLWriter.ValueHandler<V>
| Modifier and Type | Method and Description | 
|---|---|
void | 
write(V value,
     javax.xml.stream.XMLStreamWriter writer)
Write the specified value to the specified XML stream writer. 
 | 
void write(V value, javax.xml.stream.XMLStreamWriter writer) throws IOException, javax.xml.stream.XMLStreamException
value - value to writewriter - XML stream writer to write to, must not be nullIOException - if an error occursjavax.xml.stream.XMLStreamException - if an error occursCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).