Uses of Package
hmi.xml.wrap

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

Classes in hmi.xml.wrap used by hmi.xml.wrap
XMLBasicValue
          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.
XMLInteger
          XMLInteger is in essence a wrapper around int or Integer values, that turns them effectively into an XMLStructure object.
XMLWrapper
          XMLWrapper is an extension of XMLStructure; it adds the unwrap method.