add_all


Description:

public void add_all (Attributes attrs)

Add all the attrs attributes to the builder.

The attributes are added uncondititionally whether or not attributes with the same types already exist in the builder.

As an optimization, the attribute memory values are automatically shared between the attributes and the builder.

Parameters:

this

the builder

attrs

the attributes to add