Uses of Interface
hmi.xml.wrap.XMLWrapper

Packages that use XMLWrapper
hmi.xml.wrap NO PACKAGE DOCUMENTATION 
 

Uses of XMLWrapper in hmi.xml.wrap
 

Classes in hmi.xml.wrap that implement XMLWrapper
 class XMLBasicValue<T>
          XMLBasicValue is in essence a wrapper around a basic value, like an int, a String etc that turns that value into an XMLWrapper (and therefore also XMLStructure) object.
 class XMLInteger
          XMLInteger is in essence a wrapper around int or Integer values, that turns them effectively into an XMLStructure object.