Package org.graphstream.stream.file.gexf
Class SmartXMLWriter
java.lang.Object
org.graphstream.stream.file.gexf.SmartXMLWriter
public class SmartXMLWriter extends Object
-
Field Summary
Fields Modifier and Type Field Description XMLStreamWriterstream -
Constructor Summary
Constructors Constructor Description SmartXMLWriter(Writer output, boolean smart) -
Method Summary
Modifier and Type Method Description voidclose()voidendElement()voidflush()voidleafWithText(String name, String content)voidstartElement(String name)
-
Field Details
-
Constructor Details
-
SmartXMLWriter
public SmartXMLWriter(Writer output, boolean smart) throws XMLStreamException, FactoryConfigurationError
-
-
Method Details
-
startElement
- Throws:
XMLStreamException
-
endElement
- Throws:
XMLStreamException
-
leafWithText
- Throws:
XMLStreamException
-
flush
public void flush() -
close
- Throws:
XMLStreamException
-