Interface XmlInt

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlLong, XmlObject, XmlTokenSource
All Known Subinterfaces:
XmlByte, XmlShort
All Known Implementing Classes:
XmlByteImpl, XmlIntImpl, XmlIntRestriction, XmlShortImpl

public interface XmlInt
extends XmlLong
Corresponds to the XML Schema xs:int type. One of the derived types based on xs:decimal.

Naturally, convertible to a Java int.