All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.altova.xml.XmlIntegerFormatter Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
// 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