Smack XMLStringBuilder optBooleanAttribute

Functions like optBooleanAttribute and optIntAttribute suggest that the value could be nullable, in order to indicate the optional aspect of the attribute.

This is not the case.

Well none of those take a reference argument, they just take primitives. But I guess this can be overseen when unboxing comes into play. And yes, they are missing javadoc. Patches are welcome.