public class XMLActalog
extends java.lang.Object
Constructor and Description |
---|
XMLActalog() |
Modifier and Type | Method and Description |
---|---|
static Actalog |
load(java.io.File file) |
static Actalog |
readActalog(java.lang.String source) |
static Actalog |
readActalog(fr.devinsy.util.xml.XMLReader in)
Reads a net from a XMLReader object.
|
static EventLog |
readEventLog(java.lang.String source) |
static EventLog |
readEventLog(fr.devinsy.util.xml.XMLReader in) |
static void |
readEventLogs(EventLogs target,
fr.devinsy.util.xml.XMLReader in) |
static void |
save(java.io.File file,
Actalog source,
java.lang.String generator)
Saves a net in a file.
|
static java.lang.String |
toXMLString(Actalog source) |
static java.lang.String |
toXMLString(EventLog source) |
static void |
write(fr.devinsy.util.xml.XMLWriter out,
Actalog source)
Writes a net in an stream.
|
static void |
write(fr.devinsy.util.xml.XMLWriter out,
EventLog source) |
static void |
write(fr.devinsy.util.xml.XMLWriter out,
EventLogs source) |
public static Actalog load(java.io.File file) throws java.lang.Exception
file
- java.lang.Exception
public static Actalog readActalog(java.lang.String source) throws javax.xml.stream.XMLStreamException, fr.devinsy.util.xml.XMLBadFormatException
target
- in
- fr.devinsy.util.xml.XMLBadFormatException
javax.xml.stream.XMLStreamException
java.lang.Exception
public static Actalog readActalog(fr.devinsy.util.xml.XMLReader in) throws javax.xml.stream.XMLStreamException, fr.devinsy.util.xml.XMLBadFormatException
in
- the source of reading.fr.devinsy.util.xml.XMLBadFormatException
javax.xml.stream.XMLStreamException
public static EventLog readEventLog(java.lang.String source) throws javax.xml.stream.XMLStreamException, fr.devinsy.util.xml.XMLBadFormatException
target
- in
- fr.devinsy.util.xml.XMLBadFormatException
javax.xml.stream.XMLStreamException
java.lang.Exception
public static EventLog readEventLog(fr.devinsy.util.xml.XMLReader in) throws javax.xml.stream.XMLStreamException, fr.devinsy.util.xml.XMLBadFormatException
target
- in
- fr.devinsy.util.xml.XMLBadFormatException
javax.xml.stream.XMLStreamException
public static void readEventLogs(EventLogs target, fr.devinsy.util.xml.XMLReader in) throws javax.xml.stream.XMLStreamException, fr.devinsy.util.xml.XMLBadFormatException
target
- in
- fr.devinsy.util.xml.XMLBadFormatException
javax.xml.stream.XMLStreamException
public static void save(java.io.File file, Actalog source, java.lang.String generator) throws java.lang.Exception
file
- Target.source
- Source.java.lang.Exception
public static java.lang.String toXMLString(Actalog source) throws java.io.UnsupportedEncodingException
source
- java.io.UnsupportedEncodingException
public static java.lang.String toXMLString(EventLog source) throws java.io.UnsupportedEncodingException
source
- java.io.UnsupportedEncodingException
public static void write(fr.devinsy.util.xml.XMLWriter out, Actalog source)
out
- Target.source
- Source.public static void write(fr.devinsy.util.xml.XMLWriter out, EventLog source)
source
- public static void write(fr.devinsy.util.xml.XMLWriter out, EventLogs source)
source
-