getAttributes().add( attr );
}
@Override
public void addOffsetAttribute(int startOffset, int endOffset) {
AttributeImpl attr = AttributeSource.AttributeFactory
.DEFAULT_ATTRIBUTE_FACTORY
.createAttributeInstance( OffsetAttribute.class );
( (OffsetAttribute) attr ).setOffset( startOffset, endOffset );
getAttributes().add( attr );
}