Uses of Class
org.rrd4j.core.XmlWriter
-
Packages that use XmlWriter Package Description org.rrd4j.core core RRD4J implementation. -
-
Uses of XmlWriter in org.rrd4j.core
Methods in org.rrd4j.core that return XmlWriter Modifier and Type Method Description XmlWriter
XmlWriter. withDoubleFormatter(XmlWriter.DoubleFormater doubleFormatter)
Return a newXmlWriter
that will format time stamp using thisZoneId
XmlWriter
XmlWriter. withTimeZone(java.time.ZoneId zid)
Return a newXmlWriter
that will format time stamp as ISO 8601 with this explicit time zoneZoneId
Methods in org.rrd4j.core with parameters of type XmlWriter Modifier and Type Method Description (package private) void
Archive. appendXml(XmlWriter writer)
(package private) void
ArcState. appendXml(XmlWriter writer)
(package private) void
Datasource. appendXml(XmlWriter writer)
(package private) void
Header. appendXml(XmlWriter writer)
void
RrdDb. dumpXml(XmlWriter writer)
Writes the RRD content toXmlWriter
using XML format.void
FetchData. exportXml(XmlWriter writer)
void
RrdDef. exportXmlTemplate(XmlWriter xml, boolean compatible)
Exports RrdDef object to output stream in XML format.
-