com.altova.xml.XmlIntegerFormatter Maven / Gradle / Ivy
// XmlIntegerFormatter.java
// This file contains generated code and will be overwritten when you rerun code generation.
package com.altova.xml;
import com.altova.CoreTypes;
class XmlIntegerFormatter extends XmlFormatter
{
public String format(double v)
{
return CoreTypes.castToString((long) v);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy