Package hmi.xml.wrap

NO PACKAGE DOCUMENTATION

See:
          Description

Interface Summary
XMLWrapper<T> XMLWrapper is an extension of XMLStructure; it adds the unwrap method.
 

Class Summary
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.
XMLInteger XMLInteger is in essence a wrapper around int or Integer values, that turns them effectively into an XMLStructure object.
 

Package hmi.xml.wrap Description

NO PACKAGE DOCUMENTATION